| window.runtime property | window.runtime.flash.net.URLLoaderDataFormat |
| Inheritance | URLLoaderDataFormat Object |
| Runtime Versions: | AIR 1.0, |
Public Methods
Constants
| Constant | Defined By | ||
|---|---|---|---|
| BINARY : String = "binary" [static]
Specifies that downloaded data is received as raw binary data. | URLLoaderDataFormat | ||
| TEXT : String = "text" [static]
Specifies that downloaded data is received as text. | URLLoaderDataFormat | ||
| VARIABLES : String = "variables" [static]
Specifies that downloaded data is received as URL-encoded variables. | URLLoaderDataFormat | ||
Constant Detail
BINARY | Constant |
public static const BINARY:String = "binary"| Runtime Versions: | AIR 1.0, |
Specifies that downloaded data is received as raw binary data.
TEXT | Constant |
public static const TEXT:String = "text"| Runtime Versions: | AIR 1.0, |
Specifies that downloaded data is received as text.
VARIABLES | Constant |
public static const VARIABLES:String = "variables"| Runtime Versions: | AIR 1.0, |
Specifies that downloaded data is received as URL-encoded variables.
Thu Sep 29 2011, 02:34 AM -07:00

Object
Hide Inherited Public Properties
Show Inherited Properties