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

Developers guide

nicoulaj edited this page Sep 16, 2011 · 7 revisions

How to build this project from sources and contribute patches.

Get Flex-IFrame sources

Clone this project:

git clone git@github.com:flex-users/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 3 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