What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Dec 04, 2007 by nerdCaps
GettingStarted  
Installing the project

Installing the Library Project using the Source files

dpUInt is a Flex Library project. Clicking on the Source tab above will provide directions for synchronizing directly with the SVN repository, which will ensure continual access to the latest versions.

Create a new Flex project and copy the source files into the project.

Next, you will need to add this library to your build path. Do this by:

Installing the Library Project using the SWC

If you prefer, you can download the SWC library version. There is a different version built for Flex 2 and Flex 3, so be sure to grab the correct version.

Create a new Flex project and copy the library SWC file into the project.

Next, you will need to add this library to your build path. Do this by:

This new Flex project, created with either the source code or the SWC library, will hold your tests and your test runner.

Previous | Next


Sign in to add a comment