Difference between revisions of "Event.PROGRESS"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2011.6<br/> | |
− | ''' | + | '''Value:''' progress<br/> |
− | ''' | + | '''Defined by:''' [[UrlLoader]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | This event is dispatched to notify of how far the download has progressed. | |
− | === | + | |
− | '''bytesLoaded''': (number) | + | === Parameters === |
− | '''bytesTotal''': (number) | + | '''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}} | {{UrlLoader}} |
Latest revision as of 12: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