Skip to main content
May 2, 2013
Question

code doesn't work in browser

  • May 2, 2013
  • 1 reply
  • 303 views

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"));

}

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 2, 2013

you have a security sandbox issue or popup blocker.

test with your swf/embedding html uploaded to a server.