| window.runtime 属性 | window.runtime.flash.net.URLLoaderDataFormat |
| 继承 | URLLoaderDataFormat Object |
| 常量 | 定义方 | ||
|---|---|---|---|
| BINARY : String = "binary" [静态]
指定以原始二进制数据形式接收下载的数据。 | URLLoaderDataFormat | ||
| TEXT : String = "text" [静态]
指定以文本形式接收已下载的数据。 | URLLoaderDataFormat | ||
| VARIABLES : String = "variables" [静态]
指定以 URL 编码变量形式接收下载的数据。 | URLLoaderDataFormat | ||
| BINARY | 常量 |
static const BINARY:String = "binary"指定以原始二进制数据形式接收下载的数据。
| TEXT | 常量 |
static const TEXT:String = "text"指定以文本形式接收已下载的数据。
| VARIABLES | 常量 |
static const VARIABLES:String = "variables"指定以 URL 编码变量形式接收下载的数据。