Loading variables

[COLOR=black]Hi.[/COLOR]
[COLOR=black]When i’ve created a vars in my fla file and load it from the html file to dynamic text field, using this action[/COLOR]
[COLOR=black]

mytext.text = _level0.content;

[/COLOR]
[COLOR=black]and added this line to the html file.[/COLOR]
[COLOR=black]

<param name="FlashVars" value="content=hello">

[/COLOR]
[COLOR=black]Ok … it is working, but it only for 1 text field.[/COLOR]
[COLOR=black]So … how i can load a vars from one html file with other dynamic text fields.[/COLOR]

[COLOR=black]Thanx in advanced ;)[/COLOR]