TracNav
AS3 Standard : App Skeleton ...
- Downloads
- Installation
- Release Notes
- Live Demo
- View Source
- Discussion
Project Owner...
- Daniele Ugoletti
Demo - Flex / App Skeleton
This demo illustrates a startup process for a PureMVC-based Flex application that displays a splash screen with a progress bar until several resources have loaded, after which the user is presented with the actual UI.
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 AppSkeleton source folder. (for instance: c:\development\AppSkeleton)
- 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 'AppSkeleton' in Flex Builder 3, pointing to the new AppSkeleton source folder.
- Add the required libraries to the AppSkeleton project's build path.
- From the Flex Builder menu do: Project -> Properties -> Flex Build Path -> Library Path -> Add SWC Folder
- Browse and select: AppSkeleton/libs
- Run AppSkeleton.mxml
