/ Published in: ActionScript 3
Expand |
Embed | Plain Text
function onClick(event:MouseEvent):void { var emailLink:URLRequest = new URLRequest("http://site.com/blog"); navigateToURL(emailLink, '_blank'); }
You need to login to post a comment.
