LoadProgressListener can be implemented if its necessary to listen
to onLoadProgress events of FileLoaders.
public function onLoadProgress(fileLoader:FileLoader):VoidEvent to be published if the percentage of the loaded process changes.
fileLoader | FileLoader that executes the request
|