Question
Flash crashing browsers on unload while playing stream
I've set up the most basic test case while troubleshooting
ongoing crash reports.
- drag FLVPlayer onto the stage
- add the following code to frame 1 so you can play in a bare FMS 3 server:
import fl.video.*;
VideoPlayer.iNCManagerClass = fl.video.NCManagerNative;
- set your path to any FLV file via RTMP to FMS3 (our is linux)
I can crash any browser just by repeatedly reloading the page with that movie in right as it loads. Eventually, with enough repetition, it will crash and take down the browser with a fault in "Flash_EnforceLocalSecurity". If you have video on every page of your site, you can see how this might become a bit of a problem...
Network latency will increase the frequency of crashes.
I've been chasing this for months in our own player (AS2). Finding the same thing with such a simple test case in a bare clip using the native AS3 component is really surprising.
- drag FLVPlayer onto the stage
- add the following code to frame 1 so you can play in a bare FMS 3 server:
import fl.video.*;
VideoPlayer.iNCManagerClass = fl.video.NCManagerNative;
- set your path to any FLV file via RTMP to FMS3 (our is linux)
I can crash any browser just by repeatedly reloading the page with that movie in right as it loads. Eventually, with enough repetition, it will crash and take down the browser with a fault in "Flash_EnforceLocalSecurity". If you have video on every page of your site, you can see how this might become a bit of a problem...
Network latency will increase the frequency of crashes.
I've been chasing this for months in our own player (AS2). Finding the same thing with such a simple test case in a bare clip using the native AS3 component is really surprising.
