PDA

View Full Version : AS 3.0 Issue with loaded AS 2.0 swf



orangehaze
October 10th, 2007, 06:33 PM
Hello,
I haven't been able to find an answer to this question anywhere.
I know that an AS 3.0 swf (AVM2) can load a AS 2.0 swf (AVM1), but it will not be able to access the AS 2.0 swf's variables or functions

However

What about when you have a AS 3.0 swf (A.swf) that loads in a AS 2.0 swf (B.swf), and then B.swf is responsible for loading in an undetermined number of other AS 2.0 swfs.
I've tried this, and it looks like B.swf is completely blocked with it comes to using loadMovieNum or MovieClipLoader.loadClip(), I don't seem to be getting any kind of HTTP error, which leads me to believe A.swf is smothering the request.

Any insight to this problem would be greatly appreciated.
Thanks,
Jason