Ver Mensaje Individual
  #7 (permalink)  
Antiguo 04/05/2011, 10:59
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 9 meses
Puntos: 406
Respuesta: Abrir url desde swf con AS3?

Hola alexander_sp:
Esribe tu código así:
Código actionscript:
Ver original
  1. function irPagina(event:MouseEvent):void {
  2.     navigateToURL(new URLRequest("http://www.tusitio.com"),"_self");
  3. }
  4. miBoton.addEventListener(MouseEvent.CLICK, irPagina);
Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/