My scenario is that i have host swf that is of as3 and need to load an as2 movie into it.Now I need to control the as2 movie for keeping the host as3 swf and the as2 swf in sync. To do that I am using a local connection. But the problem i'm facing is that, when as2 loaded via as3 movie, I don't see as2 events being fired. For example, I kept a trace in onEnterFrame in as2 movie. Stand-alone I could see the traces. But when loaded from as3 movie, I could not see any of them.
I have 3 movie clips
- Loader as3 movie
- AS2 wrapper movie (Generic for all AS2 movies that will have local connection code.
this will get msgs from as3 and internally does what ever we wanted) - the actual as2 movie to be loaded into as3
can anyone throw some light on this???