I have created my own video player using the NetStream/NetConnection object in Flash. As I started testing it in a real environment, I've discovered a problem: there's no way to stop the video from downlaoding into the player when I try to load another video.
I've tried NetStream.close(), but it doesn't stop the video from actually loading into the Flash player. I have to wait for the video to finish loading before the player will play the next FLV video selected. Is there any way to close the NetStream connection in mid-stream so the user doesn't have to wait for the current video to finish loading into the player before the next video starts to play?
Thanks,
$marc
Start Free Trial