Difference between revisions of "Event.PROGRESS"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2011.6<br/>
+
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
'''Value:''' progress<br/>
+
'''<translate>Value</translate>:''' progress<br/>
=== Description ===
+
=== <translate>Descriptio</translate>n ===
 
<translate>This event is dispatched to notify of how far the download has progressed.</translate>
 
<translate>This event is dispatched to notify of how far the download has progressed.</translate>
=== Parameters ===
+
=== <translate>Parameters</translate> ===
 
'''bytesLoaded''': (number) <translate>The number of bytes loaded.</translate><br/>
 
'''bytesLoaded''': (number) <translate>The number of bytes loaded.</translate><br/>
 
'''bytesTotal''': (number) <translate>The total number of bytes that will be loaded or -1 if the length can't be determined.</translate><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 08:28, 24 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.