MovieClip.getURL( ) Method | Flash 5 |
load a document into a browser window |
A string specifying the location of the document to load or external script to run.
An optional string, specifying the name of the browser window or frame into which to load the document. Can be a custom name or one of the four presets: "_blank", "_ parent", "_self", or "_top".
An optional string literal specifying the method by which to send the variables from mc to an external script. Must be either the literal "GET" or "POST"; no other expression is allowed.
The MovieClip.getURL( ) method is an alternative to the global getURL( ) function. This MovieClip method form is useful only if variables are being sent via url to a server-side script, in which case getURL( ) sends the variables from mc, which does not have to be the current timeline. For general usage instructions, see the global getURL( ) function. For an object-oriented means of sending variables to a server, see LoadVars.send( ).