Use SWFObject to embed the SWF, then use the callback function to poll the SWF's PercentLoaded
value.
If the value is 0, the SWF has not loaded yet. When it hits 100, the SWF is fully loaded.
Here's a tutorial for polling PercentLoaded, complete with code examples.