i have two FLVs on diffrent scenes.
when i paly the first one it plays as normal and click the stop button to stop and go to main scene. untill now is good, but when i play the other flv on scene 3 it plays as normal but the sound of the first flv still there “the sound”.
i tried
[AS]removeChild(myFLV1)[/AS]
and
[AS]myFLV1.clear( );[/AS]
it does not work
WHAT I WANT:
flash plays untill frame 10, stop there and the flv appears (fading), and there is back btn, when click the back, the flv disapears (fading) and stop and the flash continues playing
Thanks for your help.