Event.PROGRESS

From GiderosMobile
Revision as of 03:51, 4 December 2019 by MoKaLux (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Available since: Gideros 2011.6
Value: progress
Defined by: UrlLoader

Description

This event is dispatched to notify of how far the download has progressed.

Parameters

bytesLoaded: (number) The number of bytes loaded.
bytesTotal: (number) The total number of bytes that will be loaded or -1 if the length can't be determined.