Forum Moderators: open
I have dynamic text on some pages pulling from a .txt file.
The resulting .swf of this file is loaded as a component into another flash movie that serves as a template.
That .swf is then called by the main flash movie and appears in the site.
On the first page, where the dynamic text boxes actually reside, everything works fine. When its loaded into the secondary page it comes up with this:
level1.componentcontainer.(text variable name)
The main movie throws the same thing only with level2 in front. All of these .swf files reside in the same directory, along with the .txt files. I've tried switching almost everything in the NumLoadVars parameters to get things working. Am I missing something simple or is this as difficult as it seems?