Skip to content
This repository was archived by the owner on Mar 23, 2019. It is now read-only.

Developers guide

nicoulaj edited this page May 7, 2011 · 7 revisions

Developers guide

How to build this project and contribute patches.

Get Flex-IFrame sources

Clone this project:

git clone [email protected]:nicoulaj/flex-iframe.git

Build Flex-IFrame

Using Flex/Flash builder

You can import the library module and each of the examples sub-projects as Flex projects.

Using Maven

This is the preferred way to build Flex-IFrame, because it does more than just compiling the SWC:

  • Run unit tests
  • Generate the asdoc
  • Build examples
  • Packages the sources and the assembly you can find on the download page.

To build the project, you must have Maven 2 installed, and run the following command:

mvn install

Contribute to flex-iframe

To contribute to this project, fork it, make your changes and send us a pull request.

Clone this wiki locally