bigbstanley
February 14th, 2008, 01:24 PM
I'm having a BIG issue with the flash player crashing all browsers when using a streaming FLV and the eventListener of complete. Initially the page loads fine, but as soon as I do a refresh or navigate away from the page, the browser stalls and crashes.
Here is my AS for the eventListener:
import mx.video.*;
var listenerObject:Object = new Object();
listenerObject.complete = function(eventObject:Object):Void {
videoFadeOut();
slider.play();
};
weddingVid.myVideo.addEventListener("complete", listenerObject);
this is straight off the Adobe doc pages, so I have no ideas why this is happening. Can someone please help, or least let me know that you are having the same issue?
Thanx
Here is my AS for the eventListener:
import mx.video.*;
var listenerObject:Object = new Object();
listenerObject.complete = function(eventObject:Object):Void {
videoFadeOut();
slider.play();
};
weddingVid.myVideo.addEventListener("complete", listenerObject);
this is straight off the Adobe doc pages, so I have no ideas why this is happening. Can someone please help, or least let me know that you are having the same issue?
Thanx