question about _root.stop()
Have a question about the _root.stop().
I have a pause and play feature in a flash player so the user can stop the presentation along with all the voiceover that streams with the presentation.
I used the _root.stop() in the flash player hoping it will stop the main timeline, but also other embedded movieclip timelines. It stopped the main timeline, but not the other ones.
How do I stop both timelines at the same time? the _root.stop() was not working for me.
Thank you, Brian