Código:
function CargarPrimeraImagen() {
contenedor._alpha = 0;
posarray = 0;
this.contenedor.loadMovie(imagen[posarray], 1);
this.contenedor.width = _root.ancho;
this.contenedor.height = _root.alto
Carrusel();
}

