Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/10/2008, 05:31
Avatar de Liliana_L
Liliana_L
 
Fecha de Ingreso: octubre-2008
Mensajes: 3
Antigüedad: 15 años, 6 meses
Puntos: 0
Respuesta: Link en un movie clip

Si, creo q fue algo así, porq tuve q agregar todos los codigos d url en la linea d tiempo dond tenia todo lo demas:

this[array[i]].onRollOver = function() {
for(var n:Number=0;n<movieClipArray.length;n++){
if(root[movieClipArray[n]]==this){
position=n;
arrange();
}
}
}
this[array[i]].onPress = function() {
incoterms.onPress=function(){
getURL('http://www.figueredoad.com.ar/incoterms.html');
}
}


:)=