| Property | Defined By | ||
|---|---|---|---|
| bytesLoaded : uint = 0
Returns the number of received bytes. | DownloadProgress | ||
| bytesTotal : uint = 0
Returns the total number of bytes. | DownloadProgress | ||
| id : uint = 0
Returns the unique identifier for this download. | DownloadProgress | ||
| percent : uint = 0
Returns the rough percent complete or -1 if the receive total size is unknown. | DownloadProgress | ||
| speed : uint = 0
Returns a simple speed estimate in bytes/s. | DownloadProgress | ||
| tab : int = 0
Returns the current tab of this download. | DownloadProgress | ||
| url : String
Returns the URL as it was before any redirects. | DownloadProgress | ||
| Method | Defined By | ||
|---|---|---|---|
| DownloadProgress | |||
| bytesLoaded | property |
public var bytesLoaded:uint = 0Returns the number of received bytes.
| bytesTotal | property |
public var bytesTotal:uint = 0Returns the total number of bytes.
| id | property |
public var id:uint = 0Returns the unique identifier for this download.
| percent | property |
public var percent:uint = 0Returns the rough percent complete or -1 if the receive total size is unknown.
| speed | property |
public var speed:uint = 0Returns a simple speed estimate in bytes/s.
| tab | property |
public var tab:int = 0Returns the current tab of this download.
| url | property |
public var url:StringReturns the URL as it was before any redirects.
| DownloadProgress | () | Constructor |
public function DownloadProgress()