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