Estoy tratando de encontrar el error en este codigo y no me doy cuenta....
function amanda(event:MouseEvent):void
{
var iraURL:URLRequest = new URLRequest("http://www.mipagina/nombre.html","_parent");
navigateToURL(iraURL);
}
boton.addEventListener(MouseEvent.CLICK, amanda);
Por si alguien quiere ver, el archivo está en http://www.marisadipalma.com.ar/rdea/amanda.rar
Mil gracias!