/ Published in: ActionScript 3
Because my brain only has room for the AS2.0 implementation...
Expand |
Embed | Plain Text
var url:String = "http://site"; var request:URLRequest = new URLRequest(url); try { navigateToURL(request, '_blank'); // second argument is target, "_self" opens in same window } catch (e:Error) { trace("Error occurred!"); }
You need to login to post a comment.
