Ya he visto este:
http://www.cristalab.com/tutoriales/...h-con-php.html
...Pero no lo entiendo bien, he creado el archivo .as así:
var a = new LoadVars();
a.load("miphp.php");
a.onLoad = function() {
texto_txt.text = this.nombre;
};
Pero no hace nada, en el navegador se muestra esto:
var a = new LoadVars();
a.load("miphp.php");
a.onLoad = function() {
texto_txt.text = this.nombre;
};
Como si fuera un texto html.
Lo que quiero es mostrar $php en texto dinámico de flash.