Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/12/2006, 17:50
Spychaser
 
Fecha de Ingreso: agosto-2006
Ubicación: Argentina, Bahia Blanca
Mensajes: 172
Antigüedad: 17 años, 8 meses
Puntos: 0
Pregunta Re: Flash + MySQL + PHP

Buenas, probe lo siguiente y no me carga la imagen.

Código:
var variables_lv:LoadVars = new LoadVars();
variables_lv.onLoad = function(success)
{
    if(success)
    {
        var1_txt.text = this.aviso;
	foto.loadMovie(this.foto01);
    }
    else
    {
        trace("imposible conectar...");
    }
}
variables_lv.load("http://www.localhost.com.ar/prueba/script.php?id=1");
Muchas gracias.

Última edición por Spychaser; 11/12/2006 a las 19:34