Carl Welch wrote:
Hi Guys.

I need to make sure that my swf has completely loaded in the page before I execute a particular script. Any suggestions on how to go about this? Point me in the direction... please?


Thanks & Cheers!


Hi,

If you mean calling JavaScript, could you call this from inside your Flash using ExternalInterface.call or getURL("javascript:..."); from inside your Flash. Then you can control when the JS is called - onInit, etc..

Look at the allowScriptAccess param for the Flash object embedding to ensure this works.

   Glen
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to