FrancisBourre / lowra

Automatically exported from code.google.com/p/lowra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application Loader

GoogleCodeExporter opened this issue · comments

Being able to log the download process

Email:
http://groups.google.com/group/lowra/browse_thread/thread/4bee6c85cfbf0882

Quick fix:
DefaultDisplayObjectBuilder

line 139-143
public function onDisplayLoaderInit( e : GraphicLoaderEvent,
displayLoaderInfo : DisplayLoaderInfo ) : void
{
       ( e.getLoader() as
GraphicLoader ).setTarget( getRootTarget() );
       // this is the line I added in order to have the preloader
listen to the loaders
       addListener( ( e.getLoader() as GraphicLoader ).getView() as
DefaultDisplayObjectBuilderListener );
       loadDLLQueue();
}

Original issue reported on code.google.com by zeflasher on 15 Jun 2008 at 5:48

Original comment by peterphonix@gmail.com on 25 Aug 2008 at 12:56

  • Changed state: Fixed