Gracias, pense que era más dificil y que al llamar el PHP se abriría una ventana del explorer....
![borracho](http://static.forosdelweb.com/fdwtheme/images/smilies/borracho.png)
.. pero me funciono muy bien el ejemplo básico:
Código HTML:
1. "miphp.php"
<?php
//creamos la variable
$nombre = "Alberto Sung";
?>
2. Flash: instancia "texto_txt" y en el Frame ponemos:
var a = new LoadVars();
a.load("miphp.php");
a.onLoad = function() {
texto_txt.text = this.nombre;
};
Voy a probar el setinterval. Gracias!