20/10/2005, 06:46
|
| | Fecha de Ingreso: junio-2005
Mensajes: 13
Antigüedad: 19 años, 5 meses Puntos: 0 | |
pasa desde php las variables 'nombre' e 'imagen' y una vez cargadas en Flash añade este códiog a lo que ya tienes
var a = new LoadVars();
a.load("pruebas_flash.php");
a.onLoad = function() {
texto_txt.htmlText += this.nombre; texto_txt.htmlText += "'<img src=" + this.imagen + "/>'";
};
Prueba esto te debería de funcionar... |