Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/12/2009, 19:21
eSSeneX
 
Fecha de Ingreso: mayo-2008
Ubicación: Murcia, España
Mensajes: 313
Antigüedad: 16 años
Puntos: 5
Respuesta: link en flash!

Si usas un textField si puedes meter algo de HTML:

Código actionscript:
Ver original
  1. var tf:TextField = new TextField();
  2.  
  3. tf.htmlText = "<a href="www.google.com">Click aquí</a>";
Si no puedes utilizar


Código actionscript:
Ver original
  1. navigateToUrl(new URL Request("www.google.com"), "_blank");