On Jul 8, 2008, at 3:44 AM, Jason Van Cleave wrote:

I could cast the sound onto a separate object and mute it, so that you
don't see or hear any ill effects, but my proxy tells me the flv is
still downloading, so if one of my clients users clicks on 10 video
clips their connection will crawl to a halt.

First tip: use the video and sound classes instead of net stream.

Embed an 'empty' video object in your library with a linkage id. When you want to kill the stream, attach this video which will force the player to close any streaming connection. Then do what Steven said - and null out the stream elements. This will force it to close out.

I've seen the streams still stick around with 'just' pausing, closing and nulling out the stream connection. The only way I'm pretty sure it will work every time is by attaching this dummy vid.


- jon
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to