00:00
00:00
Newgrounds Background Image Theme

Twinspurr just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Newgrounds Wiki: Flash Builder

To use the Newgrounds API in your Flash Builder project, you must add the NewgroundsAPI.swc to your Flash Builder library path:
  1. Copy NewgroundsAPI.swc to your project folder.
    Unzip NewgroundsAPI.zip, and copy the SWC file into the lib folder in your project directory.
  2. Open the Library Path dialog.
    Click the Project menu, and select Properties. Click on ActionScript Build Path, and select the Library Path tab.
  3. Add NewgroundsAPI.swc to the library path.
    Click the Add SWC button, and browse to the NewgroundsAPI.swc. NewgroundsAPI.swc should now appear in the Build Path Libraries list. Click the arrow to the left of NewgroundsAPI.swc, and ensure that the Link Type is set to Merged into code.
  4. You are ready to go!
    The Newgrounds API is now ready to use.