We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
How to get started with flexlib and use it in your project.
There are several ways to get the flexlib swc.
You can find the last version of the library swc here and the full archive here (assembly.zip).
assembly.zip
If you use Flex/Flash builder, just drop it in the project libs directory.
libs
flexlib artifacts are deployed in Maven Central repository. All you have to do is to add a dependency:
<dependency> <groupId>com.google.code.flexlib</groupId> <artifactId>flexlib</artifactId> <version>2.6</version> </dependency>
If you just cannot wait for a release, you can follow the Developers guide instructions.
You can find several example usages here, and the examples source packages (sources.zip) and compiled packages (binaries.zip) here.
sources.zip
binaries.zip