Callback function which is called after each file has been loaded. This calls the callback
+
This class is a singleton and cannot be created directly.
Public Properties
|
| var : Object Loads a particular file from the fileList by index. This is used when preserving order | Loader |
| var : ObjectCallback function which is called after each file has been loaded. This calls the callback
passed to load once the fi... Callback function which is called after each file has been loaded. This calls the callback
passed to load once the final file in the fileList has been loaded | Loader |
Public Methods
|
| load( Array fileList , Function callback , Object scope , Boolean preserveOrder )
:
|