Hello,
I need to know how to pause and restart embedded audio! I have a project with separate embedded vid and audio tracks running over 600 frames… Its easy to pause the video, I just stop the main time line [ _root.stop(); ]
But the sound does not stop with it! I need to be able stop both the vid and the sound at the same time then start them again from that point…
Im thinking it should be pretty easy just not sure how.
Just need the sound to stop with the time line…
Do I need to reference the sound directly? if so, HOW? Or what else could I try?
I KNOW its better to create sound objects and control it that way… But the only way to make the sound loop seamlessly (no little hiccup) is to do it this way (RIGHT?)