the variable of the textfield needs to be example, not it’s name.
as you’re using the result var to check it’s ok, change the order of the echo to
print “&example=$example&result=Okay”;
and in flash, use an empty controler clip with an attached onEnterFrame to check if(result==“Okay”){ textfield.text=example;}
Better to use LoadVars, coz you get the “onLoad” for free