Dynamic text loading swf?

Ok at the moment im making a database of people and the way its set up the user can click on a section eg. “tall people”. this loads a swf file that has all the tall people in a dynamic textbox that is loaded externally.

the code that loads the text files is: [COLOR=RoyalBlue]loadVariables(“players.txt”, _root.texty);[/COLOR]

the text file is written like this:

[COLOR=Red] players=<b>name</b><br/>Bob<br/>John<br/>Garry[/COLOR]

is there any code i could put in the text file so that when one of these names is clicked, a swf file is loaded in the main flash movie?

  • (like when u click a button on a swf and it does the “[COLOR=RoyalBlue]loadMovieNum(bla.swf, 1);[/COLOR]” actionscript?)

Sorry if that doesnt make much sense or is confusing, its hard to explain :smiley:

max