LoadStartListener can be implemented if its necessary to listen
to onLoadStart events of FileLoaders.
public function onLoadStart(fileLoader:FileLoader):Void
Event to be published if the FileLoader started a request.
fileLoader | FileLoader that was started
|