I've experienced this bug as well and have not found a solution. Have you tried 
onLoadInit?



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Patrick
Matte
Sent: Monday, January 16, 2006 4:41 PM
To: Flashcoders mailing list
Subject: [Flashcoders] OnLoadStart


Hi,
I have a bug with the movieClipLoader onLoadStart function when I'm loading
swf videos that are not on the same domain.

I'm using the onLoadStart function to stop the video like this :


mclListener.onLoadStart = Delegate.create(this,videoLoadStart);

private function videoLoadStart(target_mc:MovieClip):Void{
    target_mc.stop();
}


It works perfectly with swf on the same domain, the bug happens only when I
am loading swf from another domain. The video loads, but doesn't stop like
it should, it just plays normally.



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

Reply via email to