/ Published in: ActionScript 3
Expand |
Embed | Plain Text
var req:URLRequest = new URLRequest('http://www.domain.com'); navigateToURL(req, '_self');
Comments
Subscribe to comments
You need to login to post a comment.
Wiederkehr on 12/18/08
1 person have marked this snippet as a favorite
var req:URLRequest = new URLRequest('http://www.domain.com'); navigateToURL(req, '_self');
Subscribe to comments
You need to login to post a comment.
Shorthand: navigateToURL(new URLRequest('http://www.domain.com'), '_self');