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

Suppress Play Button in Template

New Here ,
Feb 22, 2007 Feb 22, 2007

Copy link to clipboard

Copied

The "Play" button dominates the "Next" button in all presenter templates. Students get disoriented when "Play" is accidently pressed.

Is there a way to suppress "Play" by editing the template XML shell?

Sam
TOPICS
Presenter

Views

384

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 13, 2007 Mar 13, 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 14, 2007 Mar 14, 2007

Copy link to clipboard

Copied

LATEST
Mark,

Thanks for the feedback. I'm on leave, but will give this a try this weekend.

Sam

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