• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

hide navigation buttons?

New Here ,
Mar 23, 2007 Mar 23, 2007

Copy link to clipboard

Copied

I would like to take control of the presentation's navigation, providing my own buttons within the presentation to allow the user to jump to specific aspects of the presentation. This is thwarted by the navigation buttons along the bottom of the presentation.

Is there a way to hide those navigation buttons from the user? (Or disable them, at least?)

Thanks!
TOPICS
Presenter

Views

638

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 23, 2007 Mar 23, 2007

Copy link to clipboard

Copied

Hi there,

I don't believe there is a way to disable the buttons in the 'wrapper' created by Breeze Presenter.

Regards, ian j

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 26, 2007 Mar 26, 2007

Copy link to clipboard

Copied

If you're familiar with Flash and Actionscript, you can use a Flash module to modify the player (which is just another Flash module itself). Try including this Actionscript on a button (or something else the user would have to click) that you drop in at the start of your PPT presentation:

_root.m_controlBar.m_playBtn._visible = false;

This will disable the play button for the duration, but is sort of a "hack" and totally unsupported by MacroDobe.

:)

By the way, if you change it to:

_root.m_controlBar.m_playBtn._onRelease();

it simulates pressing the play button - you can use this to programmatically control the Breeze player.

The other controls are:
m_volumeBtn
m_attachmentsBtn
m_slideBackBtn
m_slideNextBtn
m_playBtn
m_viewChangeBtn
m_scrubBar


v/r

Marc B

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 27, 2007 Mar 27, 2007

Copy link to clipboard

Copied

You can actually hide the "Wapper" that is exported with your Breeze Presentation. What you do is export the project to a local directory, open up the folder in which the export is located then open the folder "data" and edit the file "vconfig.xml" in a text editor. There is a bunch of properties you can change there under <layout>. I have managed to get rid of the wrapper by changing some of those values to false. Sorry you will have to play around because i don't remember exactly which ones to change.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 09, 2007 Apr 09, 2007

Copy link to clipboard

Copied

Hi Guys
Thanks for the info.
Is there anything like an SDK for Presenter on the Adobe website?
Thanks
Cleve

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 17, 2007 Oct 17, 2007

Copy link to clipboard

Copied

LATEST
hi guys, its one setting, the "playbar" in the second or third string of controls. just make sure its set to false and you'll be all set.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources