Help!

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…

think i’ve got it…

it’s changing the text by creating the link and giving it the following code…

“services/consultancy3.swf” target="_level4"

now i have to change the title as well but that should be easy enough…i hope…

if anyone can help me with part 1 of my question that’d b really appreciated…