Ok I have a “MASTER” swf with various links. Now when I click button “X” in “MASTER” then an “EXTERNAL” .swf gets loaded into “MASTER”.
This “EXTERNAL” SWF has dynamic text field in it.
I have setup a preloader in the 1st frame of “EXTERNAL” swf.
On pressing button X in “MASTER” I will see the preloader loading “EXTERNAL” swf. When the preloader loads I will see “external” swf inside “MASTER”
My question- Will the dynamic text inside “external” swf get loaded after the preloader loads or before?
I know if EXTERNAL swf was on it’s own then it’s preloader will not take the size of the external dynamic text into account and will load the dynamic after preloader finishes loading…but what happens when it’s being loaded into “MASTER”
I hope you understand my question