Skip to main content
Participating Frequently
July 10, 2012
Question

Restrict Player (skin) Navigation Until Entire Audio on Slide Plays

  • July 10, 2012
  • 1 reply
  • 399 views

Hello all,

In 5.5 I'm using a skin with navigation controls, but I want to restrict the learner from advancing until the entire audio file on the slide plays (the audio is placed on the slide, not on an object). I've searched 10 different ways, and I can't seem to find the answer.

Any suggestions would be much appreciated.

Thanks.

- Scott

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    July 11, 2012

    I suppose you have one of the playbars in the skin, in that case you cannot prevent the user from clicking on the Next button at any time.

    You could hide the playbar for that slide by assigning the value 0 to the system variable cpCmndShowPlaybar, and insert a 'Next' button that will appear after the end of the audio clip. If you are talking about all slides, I would recommend to skip the playbar totally and provide your own navigation buttons.

    Lilybiri