LoadCompleteListener can be implemented if its necessary to listen
to onLoadComplete events of FileLoaders.
public function onLoadComplete(fileLoader:FileLoader):VoidEvent to be published if the file finished loading.
This event will only occur after the FileLoader was started.
This event will not occur if the file was not available.
fileLoader | FileLoader that contains the requested resource
|