Copy link to clipboard
Copied
This code works in flash player but when i test in the browser it doesn't work:
TBL.addEventListener(MouseEvent.CLICK, fa);
function fa(event:MouseEvent):void
{
navigateToURL(new URLRequest("http://www.google.com"));
}
Copy link to clipboard
Copied
you have a security sandbox issue or popup blocker.
test with your swf/embedding html uploaded to a server.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now