I have the following:

code.customApplication.load("mySWF.swf", myClip_mc);

now the custom application does not dispatch any events such as onComplete,
this wasnt built in the original application so what I want to do is
dispatch an event from mySWF.swf but of course when it is loaded into
myClip_mc the ability to add the event listeners is not there since they are
not part of myClip_mc but of mySWF.swf.

Is there anyway to go around it? I know one way to do it is to have an
"onEnterFrame" checking for one of the properties of mySWF.swf once is
loaded....

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

Reply via email to