Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

code doesn't work in browser

Guest
May 01, 2013 May 01, 2013

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
288
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 01, 2013 May 01, 2013
LATEST

you have a security sandbox issue or popup blocker.

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines