Nope, SWFObject does not have an API function for that.

However, the flash object itself DOES expose a function called 
PercentLoaded(). So, if you have a reference to your DOM object, you can 
call that to see if it's < 100 or not. Obviously, if < 100, it's not loaded. 
Otherwise, it's loaded.

There's also a project called CheckPlayer (http://checkplayer.flensed.com) 
which I run which has this detection built in, and publishes an event called 
SWF_LOADED to let you know when the 100% load happens.

CheckPlayer also has other event detection, such as SWF_LOADING (partially 
loaded) and EI_READY (which is detecting the availability of the 
ExternalInterface functions).

--Kyle




--------------------------------------------------
From: "mistergoomba" <[email protected]>
Sent: Monday, October 19, 2009 4:43 PM
To: "SWFObject" <[email protected]>
Subject: Is it possible to use SWFObject to see if a movie has completely 
loaded?

>
> Is it possible to use SWFObject to see if a movie has completely
> loaded?
>
> >
> 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to