Difference between revisions of "Event.PROGRESS"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched to notify of how far the download has progressed.")
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Value:''' progress<br/>
 +
'''Defined by:''' [[UrlLoader]]<br/>
 +
 
=== Description ===
 
=== Description ===
 
This event is dispatched to notify of how far the download has progressed.
 
This event is dispatched to notify of how far the download has progressed.
 +
 +
=== Parameters ===
 +
'''bytesLoaded''': (number) the number of bytes loaded<br/>
 +
'''bytesTotal''': (number) the total number of bytes that will be loaded or -1 if the length can't be determined<br/>
 +
 +
{{UrlLoader}}

Latest revision as of 13:31, 12 March 2023

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