TracNav
AS3 Standard : Startup as Ordered...
- Downloads
- Installation
- Release Notes
- Live Demo
- View Source
- Discussion
Project Owner...
- Philip Sexton
Utilities Used...
- Startup Manager
- Async Stub
Demo - Flex / Startup as Ordered
This demo illustrates the use of the PureMVC framework, the Startup Manager Utility, and the Asynchronous Stub utility to orchestrate an ordered startup process, where Model resources must be loaded in a specific order.
Installing the Project Source Code
- From the archive
- Download the latest source code archive.
- Unzip the source code zip to any folder on your disk. (for instance: c:\development\)
- You will see a StartupAsOrdered source folder. (for instance: c:\development\StartupAsOrdered)
- From the Repository
- Use your favorite SVN client to retrieve the latest source code release from the repository.
- Setup and Compile the Demo Using Flex Builder 3
- Create a new Flex Project called 'StartupAsOrdered' in Flex Builder 3, pointing to the new StartupAsOrdered source folder.
- Add the required libraries to the StartupAsOrdered project's build path.
- From the Flex Builder menu do: Project -> Properties -> Flex Build Path -> Library Path -> Add SWC Folder
- Browse and select: StartupAsOrdered/libs
- Run StartupAsOrdered.mxml
