-
Notifications
You must be signed in to change notification settings - Fork 11
Home
dorianroy edited this page May 28, 2012
·
23 revisions
This ActionScript 3.0 library helps you connecting to the SoundCloud API. It handles all the painful OAuth authentication process for you and offers a simple interface to make requests against the SoundCloud API.
This project comes as a Library Project for Flash Builder 4 (Gumbo). It uses some utility classes from the Flex framework, but you can also use it without Flex in a Flash CS3 or CS4 project by including the SWC file in your project. See the Quick Start tutorial for details.
The SoundCloud AS3 API is still work in progress and requires some more testing. If you find any bugs please post them to the Issue tracker.
- This Quick Start tutorial will help you with the first steps
- This Advanced Tutorial will show you some tricks to complete the OAuth authentication within the same browser window
- You can find the complete ASDoc documentation here
- There are also simple example applications available for Flex and Flash CS4 in the download section