getURLGet(url [, window])
Top  Previous  Next


SWiSH Player Support
SWF4 or later - Supported Internally

Syntax
getURLGet(url [,window])

Arguments
url: Name of the URL to load (text / string).
window: Optional parameter defining which Frame to load URL into. One of "_self", "_parent", "_top" or "_blank".

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.
Gets variables via the Get method.

If the URL specified is not an absolute reference, the Flash Player will assume a file relative to the currently playing .swf file.

See Also
getURL(), getURLGet() and getURLPost().