Tag Archives: Open Source

Scup Source Code Released

If you want some more sample code for the SoundCloud-AS3-API, look no further: I just pushed the Scup repository to github: http://github.com/dorianroy/Scup. Before you can play around with the code, you’ll need to install the SoundCloud-AS3-API, the Swiz framework and get an application key from SoundCloud first. See the readme file for details. I decided to release [...]
Posted in Scup | Also tagged , , , , | 1 Comment

Introducing Scup

Today I’ve released a little AIR tool for all SoundCloud heavy-users. It’s called Scup, which is short for SoundCloud Uploader – and it does just that. You can upload tracks from your desktop by simply dragging them on the program window and then create a set (i.e. a playlist) consisting of these tracks. Grab it [...]
Posted in Scup | Also tagged , , , , , , | Leave a comment

Updates to the SoundCloud AS3 API

During the last week I made some improvements to the SoundCloud AS3 API library: Full ASDoc documentation is now available online Uploaded an example file for Flash CS4 API is now prepared for scenarios where you want to automatically get an access token after authentication (I’ll do an extra post on this in the next days) Added support for requests to [...]
Posted in Soundcloud | Also tagged , , , | 10 Comments

Quick Start Tutorial for the SoundCloud AS3 API

The first release version of the SoundCloud AS3 API wrapper is now available on github. This library enables your Flash or Flex projects to communicate with SoundCloud’s API to upload tracks, create playlists, edit user info and so on. It handles all the complicated OAuth authentication in the background so you only have to deal [...]
Posted in Soundcloud | Also tagged , , , | 1 Comment

Soundcloud API for Flash and Flex

I’ve just started working on an AS3-Wrapper for the Soundcloud-API. If you never heard of Soundcloud: It’s a very cool service for sharing audio files on the web. Something like Youtube for music, but with style. They already have API-wrappers for Ruby, Cocoa and Python and there are several great apps using these APIs, e.g. [...]
Posted in Soundcloud | Also tagged , , , | Leave a comment