getURL(url [, window ])
Top  Previous  Next


Syntax
getURL(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.

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().