Hi l
I can not stop playing the audio source with this code:
_root.createEmptyMovieClip("vSound",_root.getNextHighestDepth());
vSound.attachAudio(ns);
var so:Sound=new Sound(_root.vSound);
so.setVolume(100);
......
later in other place I try this
_root.vSound.attachAudio(false); // this is how documentation advice
but it does not work.
Thanks to all for help at this list.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders