Hi
I have problem with video sound. It is AS2.
Sound starts with this code
var so:Sound;
var vSound:MovieClip;

    
vSound=theVideo.createEmptyMovieClip("vSound",theVideo.getNextHighestDepth());
    vSound.attachAudio(ns);
    so=new Sound(vSound);
    so.setVolume(100);

on close button
clearVideo=function(){
        theVideo.removeMovieClip();
        vSound.removeMovieClip();
        delete so;
}

Video removed but sound still plays. What is wrong?
Thank you in advance.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to