A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Sound in flv wont stop after closing level

  1. #1

    Sound in flv wont stop after closing level

    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?

  2. #2
    Media Services
    Join Date
    Jul 2004
    Posts
    252
    when you want to close your movie (audio and video) use:

    Code:
    myVideo.close();

  3. #3
    that isn't working...

  4. #4
    Senior Member
    Join Date
    Sep 2002
    Posts
    398
    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..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center