Ayuda please, no se donde esta el error, .
Gracias Nuevamente.
G
Código HTML:
var ancho_total:Number = Stage.width; var alto_total:Number = Stage.height; this.createEmptyMovieClip("cargador", 1); cargador.loadMovie("375_80x80.jpg");//"+url+" function carga() { if (cargador._width >0) { cargador._x = (ancho_total-cargador._width)/2; cargador._y = (alto_total-cargador._height)/2; trace("Ancho: "+cargador._width+". Alto: "+cargador._height+ ". Stage.width: "+Stage.width+ ". Stage.width: "+Stage.height); clearInterval(intervalo); } } var intervalo:Number = setInterval(carga, 100);