;

PDA

Click to See Complete Forum and Search --> : Sound in flv wont stop after closing level


tkuhrt
08-11-2004, 02:04 PM
Im loading an FLV file on _level1. when I close level if the movie is still playing the sound continues.

I know it is probably something simple. Is there an in depth web site of flv control?

PROXUS
08-11-2004, 02:51 PM
when you want to close your movie (audio and video) use:


myVideo.close();

tkuhrt
08-11-2004, 03:35 PM
that isn't working...

wainui
08-17-2004, 02:16 AM
You need to close the netConnection object.. thats what the previous post refered to..
You probably have named your netConnection something other than myVideo.. so just refer to the object name and close it else you will stillbe streaming the video in the background..