Flash Embedded Audio/Video & Lectora
October 27, 2009 12:00 AM
have you tried attachSound? you could then address the sound directly with a stop() or start().
like...
myMusic = new Sound(myMusicMC);
myMusic.attachSound("myMusicLoop");
then you can say...
myMusic.stop();
Discussions have been disabled for this post