TracNav
AS3 Standard : Login...
- Downloads
- Installation
- Release Notes
- Live Demo
- View Source
- Discussion
Project Owner...
- Jens Krause
Demo - Flex + WebORB / Login
This demo illustrates the use of WebORB with PureMVC to perform a simple login from a Flex client.
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 Login source folder. (for instance: c:\development\Login )
- From the Repository
- Use your favorite SVN client to retrieve the latest source code release from the repository.
- Add the Services
- The Service layer is written in PHP for use with WebORB PHP, but it should also work with very little changes with others AMF PHP Gateways like AMFPHP1.9 or SabreAMF.
- Copy all files located in folder named "Services" into {yourWebORBInstallationFolder}/Weborb/Services/
- Setup and Compile the Demo Using Flex Builder 3
- Create a new Flex Project called 'Login ' in Flex Builder 3, pointing to the new Login source folder.
- Add the required libraries to the Login project's build path.
- From the Flex Builder menu do: Project -> Properties -> Flex Build Path -> Library Path -> Add SWC Folder
- Enter: libs
- And on the Flex Compiler tab:
- Add to additional compiler arguments : -services "services-config.xml"
- From the Flex Builder menu do: Project -> Properties -> Flex Build Path -> Library Path -> Add SWC Folder
- Run Login.mxml
