TracNav
AS3 MultiCore : Modularity...
- Downloads
- Installation
- Release Notes
- Live Demo
- View Source
- Discussion
Project Owner...
- Cliff Hall
PureMVC AS3 MultiCore / Flex Demo - Modularity
This demo illustrates simple usage of the PureMVC AS3 MultiCore Framework using Flex Modules.
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 Modularity source folder. (for instance: c:\development\Modularity)
- 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 'Modularity' in Flex Builder 3, pointing to the new Modularity source folder.
- Add the required libraries to the Modularity project's build path.
- From the Flex Builder menu do: Project -> Properties -> Flex Build Path -> Library Path -> Add SWC Folder
- Browse and select: Modularity/libs
- Before closing the Properties Wizard, add the Modules to the Project's Flex Module List
- Select "Flex Modules" from the Properties list
- Click add, then browse to and select: src\com\widgetmakers\coolwidget\view\components\CoolWidget.mxml
- Click add, then browse to and select: src\com\widgetworks\superwidget\view\components\SuperWidget.mxml
- Run Modularity.mxml
