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

navigate by using javascript

New Here ,
Apr 07, 2006 Apr 07, 2006

Copy link to clipboard

Copied

Is there a way to navidate slide by javascript. We want to use our button (on web page) instead of the deault playbar.
TOPICS
Presenter

Views

243

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
Apr 26, 2006 Apr 26, 2006

Copy link to clipboard

Copied

you can get rid of the entire playbar if you want to.....go to the data folder of the presentation, open the vconfig.xml with notepad, look for "playbar", it should be near the top, and set the value from "true" to "false". bye-bye playbar

-Doug

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
Apr 28, 2006 Apr 28, 2006

Copy link to clipboard

Copied

LATEST
Rather than getting rid of the playbar, why not just disable it programatically? From any Flash module in your presentation, the command is

_root.m_controlBar.enabled = false;

or

_root.m_miniControlBar.enabled = false;


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