I am getting this in the dynamic text field instead of the actual text file:
"_level0.stageContent.descriptionText"
The root flash file loads another flash file into a movie clip. The movie clip has the dynamic text field, which loads the text file. I'm guessing the load within a load is throwing me off.
In the root timeline, I have the action:
"loadVariables(description.txt, "_level0.stageContent.descriptionText");"
What am I doing wrong?!
Thanks.
"_level0.stageContent.descriptionText"
The root flash file loads another flash file into a movie clip. The movie clip has the dynamic text field, which loads the text file. I'm guessing the load within a load is throwing me off.
In the root timeline, I have the action:
"loadVariables(description.txt, "_level0.stageContent.descriptionText");"
What am I doing wrong?!
Thanks.