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

Navigation Bar

New Here ,
Jul 19, 2007 Jul 19, 2007

Copy link to clipboard

Copied

I need to move the navigation bar from the bottom of my presentation and I can not find how to do that. Anyone? HELP!

Views

777

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
Jul 24, 2007 Jul 24, 2007

Copy link to clipboard

Copied

Well, you can't move it to any other spot in an ACP room. Do you just want it to go away? if so, click the "show/hide side bar" icon next to the navigation arrows.

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
Jul 25, 2007 Jul 25, 2007

Copy link to clipboard

Copied

If you are talking about the playbar that shows up when you show the sidebar in a Connect share pod, an alternative would be to turn off the sidebar but turn on the playbar (turn off sidebar with button to the right of the forward and back arrow buttons; turn on playbar through pod options).

If you are talking about playbars within a presentation, such as from Captivate, you can move the bar to the top through skinning under the options menu (playback control tab).

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
Jul 26, 2007 Jul 26, 2007

Copy link to clipboard

Copied

LATEST
Jimmy,

If, on the other hand, you need to disable the playbar within the Presenter content (ie published powerpoint deck), there are basically 2 ways:

1) you can kill the playbar by modifying the vconfig.xml doc that gets created after you publish a deck. Simply set the value from "true" to "false" and that pretty much will eliminate the playbar.

2) you can also temporarily kill it off using actionscript. The caveat here, however, is that you'll need to create a flash object and import it using the Breeze command "Insert Flash" within the powerpoint environment. The code to use within Flash looks like this:

_root.m_controlBar.enabled = false;

--OR--

root.m_miniControlBar.enabled = false;

Rob

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