all groups > flash actionscript > june 2004 >
You're in the

flash actionscript

group:

pausing sound


pausing sound MamboQueen
6/17/2004 8:22:39 PM
flash actionscript:
Hi, all.
I am working on a Flash tutorial that has a narration track. I want the user
to be able to "pause" the presentation and then restart from the pause point.
It's easy enough to make a button that will stop the movie and another button
that will restart it, but how do I pause the *sound* at the same point and then
allow the user to start it up again without them having to go back to the
beginning and restart the whole thing all over?
TIA for any help you can provide,
Carolyn
Re: pausing sound fasterthanlight
6/17/2004 8:26:01 PM
mySound.pauseNow(); //to pause

mySound.resumePlayBack(); //to resume


haha kidding, that wont work at all

AddThis Social Bookmark Button