/ Published in: ActionScript 3
Navigate to an url
Expand |
Embed | Plain Text
var targetURL:URLRequest = new URLRequest("http://www.url.com"); navigateToURL(targetURL, "_blank");
You need to login to post a comment.
Navigate to an url
var targetURL:URLRequest = new URLRequest("http://www.url.com"); navigateToURL(targetURL, "_blank");
You need to login to post a comment.