I have a file “parent.swf” and I’m loading a sub swf “player.swf” into it. The “player.swf” runs correctly on it’s own, but when I load it into the parent I get this error:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
I’m pretty sure it has to do with referencing the stag in the sub file, But I’ve gone through all the code and made sure that any references to the stage aren’t called until the file is 100% loaded, but I still get the error.
Any help would be AMAZING !
