










- Blogs
- eLearning Projects
- Use JavaScript to Manipulate the Captivate Playbar



In this video tutorial, I show you how you can use JavaScript to make individual buttons in the Adobe Captivate playbar either hidden or visible. In this example, I use this to create a forced navigation click to reveal interaction.
Visit my YouTube channel to download Scott Burnett’s project file: https://goo.gl/2cTh34
The project file I created based on Scott’s project is available to my Patreon members for free: https://www.patreon.com/paulwilsonlearning
Visit my YouTube channel to download Scott Burnett’s project file: https://goo.gl/2cTh34
The project file I created based on Scott’s project is available to my Patreon members for free: https://www.patreon.com/paulwilsonlearning




- Most Recent
- Most Relevant
As far as I know, you cannot change the action associated with a button in the built-in playbar. However, you can create a button that jumps back 15 seconds. Once you have created your button, write a brief advanced action with the following actions:
Expression cpCmndGotoFrameAndResume = cpInforCurrentFrame – 450
(450 is 15 x 30 frames per second).
is there a way to manipulate the rewind button in the playbar to go back 15 seconds instead of to the beginning of the slide?