Hi,
You loaderMax tools are awesome, but I can't seem to find any examples for what I need.. and I am urgently in need of them !!!
I have loaded a set of assets using:
public var queue:LoaderMax = new LoaderMax({name:"mainQueue", onProgress:progressHandler, onComplete:completeHandler, onError:errorHandler});
and within a loop added the assets to the queue:
queue.append( new VideoLoader(vURL, {name:"v_"+i, estimatedBytes:2350000}) );
queue.append( new ImageLoader(vThumbURL, {name:"vThumb_"+i, estimatedBytes:8500}) );
queue.append( new ImageLoader(vMapURL, {name:"vMap_"+i, estima