Skip to main content
March 15, 2010
Answered

Do not show PlaybackControls on certain pages

  • March 15, 2010
  • 1 reply
  • 391 views

In my captivate project the first slide doesn't have audio, but the rest of them has.

I want to remove the PlaybackControls justo from the non-audio slide, but i dont know how to do that.

It's even possible to do that?

Thanks!

This topic has been closed for replies.
Correct answer Lilybiri

This is possible if you are using CP4, you did not mention the version.

If it is CP4, you can use the system variable cpCmndShowPlaybar :

On the slide where you do not want to show the playbar, use the assign action to be triggered at entering the slide, and assign the value 0 to this system variable cpCmndShowPlaybar.

On the slide where you want to show the playbar again, trigger a similar action at entering, but assign the value 1 to the system variable cpCmndShowPlaybar

Hope you are talking about Captivate 4,

Lilybiri

1 reply

Lilybiri
LilybiriCorrect answer
Legend
March 15, 2010

This is possible if you are using CP4, you did not mention the version.

If it is CP4, you can use the system variable cpCmndShowPlaybar :

On the slide where you do not want to show the playbar, use the assign action to be triggered at entering the slide, and assign the value 0 to this system variable cpCmndShowPlaybar.

On the slide where you want to show the playbar again, trigger a similar action at entering, but assign the value 1 to the system variable cpCmndShowPlaybar

Hope you are talking about Captivate 4,

Lilybiri

March 15, 2010

Yessssssssssssssss.

That is awsomeeeee. Works very fine.

Sorry for not mentioning the AC version. Is Ac 4.

Many Thanks!!!!