Hi anyone-
I'm having a frustrating issue with loading external text, and I hope someone can help:
Background:
I've got photography site that has the main flash file ("index"). From there I load an external movie (let's say, "landscapes") into "index". My index, buttons, etc. all control the external movies. From the external movie ("landscapes"), I then load another external movie into landscapes to see the photos. So I click on thumbnail one it loads photos1 etc. All this works perfectly.
Now for my issue: in the "photos1" swf file i have some simple commands: I transition in then "stop()";. On that same actions frame I execute "this.loadVariables ("pathname");". Now when I test the movie, my photo and text load in perfectly. When I move a movie clip up and test the "landscapes" file, it loads my photos1 file and subsequently the photo and text perfectly. HOWEVER, when I go to my root index SWF file and test it, it loads all external movie clips perfectly but DOES NOT LOAD MY EXTERNAL TEXT! What on earth is going on, I have checked everything from masks to broken code, and nothing. I think it might by something in my index.swf file, but have no idea. Has anyone else had a similar issue?
Thanks for any help!