Actionscript Snippets: Opening URLs in Flash

Snippet Name: Opening URLs in Flash
Submitted By: Mark
Description: Loads a document from the specified URL into the specified window. You can also use the getURL() method to pass variables to another application that is defined at the URL by using a GET or POST method.

Snippet

getURL("http://www.lashf.com", "_blank");