Hey again
So I’ve got an object IWindow in my AS3.0 file. In it I have a shared variable mLoader. I have Two AS2.0 files, SWFA, and SWFB.
Within SWFA, I have a MC, which gets created with attachMovieClip() and it’s associated to a class Player
Now if my AS3.0 loads SWFA, the constructor in the Player class gets called. and if I reload it again, it gets called again
BUT
If my AS3.0 loads SWFB first, and then SWFA, the Player constructor doesn’t get called (nor does it see any of the functions within the Player class)
Does anybody know why this is? can SWFA and SWFB not share the same class names or something (Both SWFA and SWFB have a class/.as file named Player, they’re both compiled before, I’m just using the swf, and not compiling when I load them or anything
Thanks, this has been bothereing me for about a week now