Packagegs.util
Classpublic dynamic class QueryString
InheritanceQueryString Inheritance flash.utils.Proxy

The QueryString class reads query string parameters in the web browsers address bar.

Examples are in the guttershark repository.



Public Properties
 PropertyDefined by
  querystringData : Dictionary
[write-only] Set your own hard coded querystring data.
QueryString
Public Methods
 MethodDefined by
  
Constructor for QueryString instances.
QueryString
  
dispose():void
Dispose of this querystring.
QueryString
Protected Methods
 MethodDefined by
  
getProperty(name:*):*
Get a querystring parameter.
QueryString
  
setProperty(name:*, value:*):void
Set a querystring parameter.
QueryString
Property detail
querystringDataproperty
querystringData:Dictionary  [write-only]

Set your own hard coded querystring data.

Implementation
    public function set querystringData(value:Dictionary):void
Constructor detail
QueryString()constructor
public function QueryString()

Constructor for QueryString instances.

Method detail
dispose()method
public function dispose():void

Dispose of this querystring.

getProperty()method 
flash_proxy override function getProperty(name:*):*

Get a querystring parameter.

Parameters
name:*

Returns
*
setProperty()method 
flash_proxy override function setProperty(name:*, value:*):void

Set a querystring parameter.

Parameters
name:*
 
value:*