Greetings everyone,
as a beginner 2 Flash, i’m currently facing a pressing problem in Flash MX 2004 which i will outline below, thank you for the attention.
Right, suppose i have two flash document. For example, “a.fla” and “b.fla”
In each of the “*.fla”, there is an empty movie clip with an instance name “contentArea_mc” and “detailArea_mc” respectively.
Ok now, i believe ya guys has tried this before, by attaching an actionscript (that will load another “*swf” to the empty movie clip) to one of the button in either documents.
Well, everything works separately.
That is, In “a.fla”, i click on this button that will load “test.swf” inside this empty movie clip “contentArea_mc” - The swf loads without a problem.
That is, In “b.fla”, i click on this button that will load “test-02.swf” inside this empty movie clip “detailArea_mc” - The swf loads without a problem.
However, “test-02.swf” inside “detailArea_mc” will not be displayed when i click any of the buttons after it was loaded in “ContentArea_mc”
Anyone knows the solution? Thank you and have a nice day, kirupa community!
P.S: I somehow remember this having to do with FLASH MX 2004 can’t determine the correct _root pathway in flash document if there is more than 2 movie clips that needs to load in subsequent level. Ring a bell? It was even brought up in “FLASH MX 2004 KILLER TIPS” book that i returned a while ago. Argh!!