just tried the as3 way of accessing variables from url string (movie.swf?variablename=variablevalue) and the html flashvar property:
{CODE(ln=>1)}
myTextField.text = root.loaderInfo.parameters.variablename;
in a forum I saw the following proposal, and tried it also:
{CODE(ln=>1)}
myTextField.text = this"variablename";