0
code doesn't work in browser

/t5/animate-discussions/code-doesn-t-work-in-browser/td-p/5024901
May 01, 2013
May 01, 2013
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"));
}
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/code-doesn-t-work-in-browser/m-p/5024902#M133548
May 01, 2013
May 01, 2013
Copy link to clipboard
Copied
you have a security sandbox issue or popup blocker.
test with your swf/embedding html uploaded to a server.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

