PureMVC Architects Lounge

PureMVC Manifold => Standard Version => Topic started by: mrbrutalis on February 25, 2009, 04:34:41



Title: AS3 bootstrap implementation
Post by: mrbrutalis on February 25, 2009, 04:34:41
Hi guys,
Am looking for some recommendations on how to implement a bootstrap into an AS3 puremvc project.
The task of the bootstrap is to load the main swf, and perhaps display a preloader in the process.


Title: Re: AS3 bootstrap implementation
Post by: puremvc on February 26, 2009, 06:04:30
You might want to investigate the StartupManager utility, or perhaps the AsyncCommand utility (see the Sequential demo for this, which is all AS3).

-=Cliff>