i have a couple of questions both regarding importing text files in to flash.
i have a site that is sitting on different levels.
the page titles are pulled from an htm doc. and are sitting on _level3.
whenever i click on a link to goto a particular section i always see
_level3.display
display is the variable name in the htm file
i see this b4 i actaully see the main title i.e. case studies.
am i doing something wrong here?
i have the loadVariablesNum command on the first frame of the main timeline of the loaded movie, and on the second frame of the swf i have the text field with the variable - display and a stop(); action on the main timeline…
i tried it like this to see if i could get rid of my seeing _level3.display , which i really don’t want 2 see…
2nd question is that on _level4 i have the main body copy.
in here it is easy to make a link goto a different URL, my question is, is it possible to make the link load another flash movie onto the same level thus in effect swapping the text for the new required text?
i hope this makes sense…