Skip to main content
Participant
April 20, 2006
Question

Slide timings with captivate demos in breeze

  • April 20, 2006
  • 2 replies
  • 567 views
I have added some captivate demonstrations in my breeze presentation, these demos have no audio. When they are published on a breeze server i want the slide to change to the next one after the flash demo has finished, each demo is of different lengths so i dont want to set the time on every slide to be the same, is there a way to do this?
This topic has been closed for replies.

2 replies

April 28, 2006
Another way would be to insert flash object(s) into the Captivate slides that programmatically tell Breeze to advance to the next slide.

So basically what you do is set the Breeze presentation to "advance by user", which in effect pauses each slide permanently. Then at the end of your captivate you'll need to insert a flash object containing nothing but the following code:

myBtn.onRelease = function() {
_root.m_controlBar.m_slideNextBtn._onRelease();
}

Make sure to name your button "myBtn" in your flash object. If you don't have flash respond and I could put it together for you and upload it to my breeze server for you to download and use.
Participating Frequently
April 24, 2006
Hi,

One workaround for this is to enable the advance by user option to slides with embedded captivate demonstrations. Breeze player will wait for users command to continue to the next slide or other slides thus finishing the embedded captivate demonstrations.

Hope this helps.