Problem is, B.swf is main app, since it is big I am using separate A.swf for loading B.swf and then just adding to stage. But in that case B.swf don’t works properly (something works but some functions don’t work) it is defenitly about what is main stage in that case. When i load directly B.swf it works perfectly, so any ideas how to load B.swf with A.swf and than to “change” main timeline/stage to point to B.swf so B can be full functional?
Share
have you tried to load the B.swf into currentDomain like so:
of course remembering to add all events:) like complete and ioerror,