And it's worth mentioning this works for AS3 Flash Player 9.0.47 only. It does not work for AS2.

The first link you provided was from 2004 with Flash Player 7.

The second link didn't look like it had any solution.

The third link shows how bad the bug is, and I'm well aware this was part of the problem. You have to close the browser to kill the download if you get stuck downloading an flv because you didn't properly kill it.

However, if you call pause() first (which people assume, incorrectly, that you shouldn't have to do), then close(), then set the NetStream to null and then wait at least 250ms (I recommend 500ms) to play the next stream, you're good to go no matter what the MIME type is on the server.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to