Event.PROGRESS

From GiderosMobile
Revision as of 08:28, 24 August 2018 by Hgy29 (talk | contribs)

Available since: Gideros 2011.6
Value: progress

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.