Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/10/2009, 17:07
Avatar de Diegoazul
Diegoazul
 
Fecha de Ingreso: mayo-2007
Ubicación: { Dash Berlin }
Mensajes: 1.879
Antigüedad: 16 años, 10 meses
Puntos: 67
Respuesta: 3 botones para abrir 3 pags html

Cita:
left_button.addEventListener(MouseEvent.CLICK, gooo);

function gooo(event:MouseEvent):void {
navigateToURL(new URLRequest ("http://www.yahoo.com"));


}



center_button.addEventListener(MouseEvent.CLICK, liga_dos);

function liga_dos(event:MouseEvent):void {
navigateToURL(new URLRequest ("http://www.yahoo.com"));


}

para right_button hazlo tú.
__________________
{ Flash }