okey Ive tried ur way but it wont load
this is my script for loading the text
[AS]
$lv = new loadVars();
$lv.load(“http://myhost.nu/get_text.php?menu=fakta&ruta=fakta_txt”)
//fakta_txt is the var and instancename of my txtfield
$lv.onLoad = function() {
snurr._alpha = 0; //never mind this one
_root.daniibut.fakta_txt = $lv.danii_ladd
}
[/AS]
I used this names and vars without putting the txtfield in a button and the text is loaded perfectly, so it cant be something wrong with my php script or anything…