
AnswerList of Questions
When there is background music in a presentation, sometimes it is necessary to pause it. In AutoPlay Media Studio 5.0 this is accomplished by using the following action:
-- pause the audio in the background channel
Audio.Pause(CHANNEL_BACKGROUND);
Alternatively you can use the following action to toggle the play/pause state:
Audio.TogglePlay(CHANNEL_BACKGROUND);
This action will pause the background music if it is playing, and play the background music if it is paused.
Applies to:
Standard Edition
Professional Edition