Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/03/2008, 21:35
mayala
 
Fecha de Ingreso: enero-2003
Mensajes: 9
Antigüedad: 21 años, 3 meses
Puntos: 0
Pregunta problemas con cargador de swf

Hola amigos!

Tengo un problema con el cargador de swf. Por separado estuve modificando algunos .fla, en los q hay codigos como este:
"......_root.onEnterFrame = function() {
if (_root.box.getBytesLoaded()>10 && _root.box.getBytesLoaded()>=_root.box.getBytesTota l()) {
_root.box._x = Stage.width/2-(_root.box._width/2);
_root.box._y = Stage.height/2-(_root.box._height/2);
}
};...."

Pero ahora, tengo q cargar esos swf en una pelicula principal, y como veran esos "_root" no me permitiran su ejecucion dentro de otra swf principal.

Q tengo q hacer???. Please, ayuda.

Gracias,

Miguel