/ Published in: ActionScript 3
Expand |
Embed | Plain Text
var url:String = "http://site"; var request:URLRequest = new URLRequest(url); try { navigateToURL(request, '_blank');} catch (e:Error) { trace("Error occurred!"); }
You need to login to post a comment.
