views:

123

answers:

0

I have an old AS2 project that needs to run in an AS3 container. When the AS2 swf is loaded, it communicates with the AS3 container using gskinner's SWFBridge. Once a connection is established, the AS2 file loads in all necessary xml data. When this is complete it calls a function that begins the process of loading external images. The function gets called, but when I try to load in the images using loadClip nothing happens. Any one have any ideas or workarounds besides re-doing the AS2 project in AS3?