forked from dorianroy/Soundcloud-AS3-API
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
35 lines (25 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
*** SOUNDCLOUD AS3 API ***
This project offers an easy to use AS3 wrapper for the Soundcloud API
http://soundcloud.com/api
It is published as a Library Project for Flash Builder. If you want
to use it with a different editor you can do so by simply checking out
the content of the /src and /lib directories into the class path of
your project or by downloading the SWC from the /bin folder and putting
it into your library path.
Soundcloud AS3 API uses Iotashan's OAuth library (source is included)
http://code.google.com/p/oauth-as3/
which uses the as3crypto library (included as a SWC in the library)
http://code.google.com/p/as3crypto/
JSON decoding is done by the Adobe AS3 core library (also included as
a SWC in the lib)
http://code.google.com/p/as3corelib/
This project is published under the MIT License. That means you can use
it for commercial projects. See LICENSE.txt for details.
Please use github's issues management if you encounter any bugs:
http://github.com/dasflash/Soundcloud-AS3-API/issues
Feel free to drop me a mail if you have feature requests or would like to
contribute to this project
dori [at] nroy [dot] de
Copyright 2009 (c) Dorian Roy
* dasflash.com
* twitter.com/dasflash