Skip navigation
paja999
Currently Being Moderated

Pause on Key pressed

Mar 26, 2012 12:10 PM

Hello everyone,

i need a functionality to start and stop the captivate presentation with keystrokes. The pause-key on the keyboard should have the same result as clicking the pause-button in the playbar. I already tried to modify the playbar in flash but i am an absolute beginner in actionscript. The pausebutton has the script:

-------------------------------------------------------

var btnTipsId = 3;

function onClicked()
{
_parent.onPBCBtnClick("pause");
}

--------------------------------------------------------

Is it possible to start _parent.onPBCBtnClick("pause"); with a keystroke?

If not - maybe it is possible to build a widget with this functionality.

 

Thanks a lot for ideas and help

 

Patrick

 
Replies
  • Currently Being Moderated
    Mar 26, 2012 3:58 PM   in reply to paja999

    use a clickbox with a keyboard shortcut tied to an advanced action:

    if rdcmdPaused == 1

    rdcmdResume = 1

    else

    rdcmdPaused = 1

     
    |
    Mark as:
  • Currently Being Moderated
    Mar 27, 2012 12:11 AM   in reply to paja999

    Indeed, you cannot use an interactive object on a master slide, you cannot time it for the rest of the project. The only way to have this on each slide is to copy/paste. You are probably aware that you can paste to all slides at once (just select them in the Filmstrip). The issue is that each interactive object needs it proper ID. The advanced action however will be always the same. Standard instead of conditional would also be possible, using Expression rdcmndPaused = 1 - rdcmndPaused and similar for rdcmndResume

     

    Lilybiri

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points