PDA

View Full Version : Is Audio Playing


markstaylor
06-23-2004, 06:14 PM
I have a four page project that has on one of the pages and audio selection to play. It updates a paragraph object using a playlist and the page timer. I want to be able to keep the audio playing even when the user goes to other pages. This works fine.

But since I'm using the page timer, once I leave that page the audio plays fine, but when I go back to that page the paragraph text goes back to the Preload settings (basically blank).

How can I determine if audio is currently playing. I want to test the value and on the preload write an if statement to possiably handle this problem.

Mark