Ett hett tips är att trycka på "F1" när du är inne i Flash.
Saxat:
getURL function
getURL(url:String, [window:String, [method:String]]) : Void
Loads a document from a specific URL into a window or passes variables to another application at a defined URL. To test this function, make sure the file to be loaded is at the specified location. To use an absolute URL (for example, [url]http://www.myserver.com)[/url], you need a network connection.
Availability: ActionScript 1.0; Flash Player 4 - The <code>GET</code> and <code>POST</code> options are available only in and later versions.
Parameters
url:String - The URL from which to obtain the document.
window:String [optional] - Specifies the window or HTML frame into which the document should load. You can enter the name of a specific window or select from the following reserved target names:
_self specifies the current frame in the current window.
_blank specifies a new window.
_parent specifies the parent of the current frame.
_top specifies the top-level frame in the current window.
method:String [optional] - A GET or POST method for sending variables. If there are no variables, omit this parameter. The GET method appends the variables to the end of the URL, and is used for small numbers of variables. The POST method sends the variables in a separate HTTP header and is used for sending long strings of variables.
*EDIT*
såg nu att det blev lite konstigt men du förstår säkert :D
