SWiSH Player Support
SWF4 or later - Supported Internally
Syntax
getURL(url {,window, method})
Arguments
url: Name of the URL to load (text / string).
window: Optional argument defining which Frame to load URL into. One of "_self", "_parent", "_top" or "_blank".
method: Optional argument consisting of a string defined as either "GET" or "POST" determining whether variables are retrieved using the GET or POST methods. The GET method will append the variables at the end of the URL (used for a small number of variables), and the POST method will send the variables in a separate HTTP header (used for longer strings of variables).
Returns
Nothing.
Description
Function: Loads the specified URL into the specified Frame. Note that Frame is an HTML Frame, not a Movie Frame in this situation.
If the URL specified is not an absolute reference, the Flash Player will assume a file relative to the currently playing .swf file.