![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/07/2005, 13:11
|
![Avatar de Bandit](http://static.forosdelweb.com/customavatars/avatar36355_1.gif) | Moderador | | Fecha de Ingreso: julio-2003 Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 21 años, 7 meses Puntos: 406 | |
Hola Lucia79:
Prueba con éste código colócandolo en el primer frame de tu película:
stop();
my_mc.loadMovie("peli2.swf");
_root.createEmptyMovieClip("contenedor",1);
contenedor.onEnterFrame=function(){
if(my_mc.getBytesLoaded()>=mcContenido.getBytesTot al()) {
my_mc.gotoAndStop(5); //va al frame 5
delete contendor.onEnterFrame;
}
};
Espero haberte sido de ayuda. |