Creates a new URLVariables object. You pass URLVariables objects to the
data
property of URLRequest objects.
If you call the URLVariables constructor with a string, the
decode()
method is automatically called to convert the string
to properties of the URLVariables object.
A URL-encoded string containing name/value pairs.
Provides functionality common to all JavaScript objects.
The initial value of Object.prototype.constructor is the standard built-in Object constructor.
Converts the variable string to properties of the specified URLVariables object.
This method is used internally by the URLVariables events. Most users do not need to call this method directly.
A URL-encoded query string containing name/value pairs.
Returns a string containing all enumerable variables, in the MIME content encoding application/x-www-form-urlencoded.
A URL-encoded string containing name/value pairs.
Determines whether an object has a property with the specified name.
A property name.
Determines whether an object exists in another object's prototype chain.
Another object whose prototype chain is to be checked.
Determines whether a specified property is enumerable.
A property name.
Returns a date converted to a string using the current locale.
Returns a string representation of an object.
Returns the primitive value of the specified object.
Generated using TypeDoc
The URLVariables class allows you to transfer variables between an application and a server. Use URLVariables objects with methods of the URLLoader class, with the
data
property of the URLRequest class, and with flash.net package functions.