Question
code doesn't work in browser
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"));
}
