loading external swf into my flash [as2]
hello there. i've read thru the archive but found no answer to my question. also, the people at adobe flash forum have had no idea cause i didnt get any answer - so perhaps here there will be someone experienced enough to enlighten me - hope so!
i have an swf to which i want to put another swf (lets call it "inner swf"). the inner swf wasnt made by me, it's on an external server (got rights to use it, no worry:). the problem is that the "inner swf" seems to be loading up some additional data from its original location: therefore, when i load it up to my swf by calling LoadMovie method or the Loader component - it loops disabling all buttons, and seemingly, doesnt load the data it needs. what i want it to do is just work correctly in my swf just as it does when run in the browser from its original location.
I tried downloading the "inner swf" and running it locally: it works when run alone in the browser, it fails to run when run in my swf.
I tried doing the lockroot on the loading MC and adding the server where the original "inner swf" is residing to security.allowDomain - still nothing changes, as well as when i change the "acces local only" to "acces network only" in the publish settings.
Where am i making the mistake?
Awaiting Your answer
Best Regards