Hi!
I'm facing the same issue more and less.
I have Flash CS6 and I'm using Flash 9, as 2.0.
My code is:
MyClickTagButton.addEventListener(
MouseEvent.CLICK,
function():void {
navigateToURL(
new URLRequest( "http://hec.unil.ch/hec/emba/"), "_blank"
);
}
);
This work perfectly when I test the animation in Flash.
However, when I export it, my link does not work. I see the mouse becoming a hand on the banner but the link does not open in Explorer.
Could anyone help please?!