Difference between revisions of "Event.PROGRESS"
From GiderosMobile
Line 3: | Line 3: | ||
'''Value:''' progress<br/> | '''Value:''' progress<br/> | ||
=== Description === | === Description === | ||
− | This event is dispatched to notify of how far the download has progressed. | + | <translate>This event is dispatched to notify of how far the download has progressed.</translate> |
=== Parameters === | === Parameters === | ||
− | '''bytesLoaded''': (number) The number of bytes loaded.<br/> | + | '''bytesLoaded''': (number) <translate>The number of bytes loaded.</translate><br/> |
− | '''bytesTotal''': (number) The total number of bytes that will be loaded or -1 if the length can't be determined.<br/> | + | '''bytesTotal''': (number) <translate>The total number of bytes that will be loaded or -1 if the length can't be determined.</translate><br/> |
Revision as of 13:34, 23 August 2018
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.