Hi,
I need to take this code
_myButton.addEventListener(MouseEvent.CLICK, onMouseClick);
function onMouseClick(e:MouseEvent):void
{
var request:URLRequest = new URLRequest("[http://www.linktopdf.com");](http://www.linktopdf.com%22%29/;)
navigateToURL(request,"_blank");
}
and create in AS3 a button for it (_myButton) with the text ‘click me’
can anyone assist me with that?