Flash Embedded Audio/Video & Lectora

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