Event.PROGRESS

From GiderosMobile
Revision as of 13:31, 12 March 2023 by MoKaLux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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