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. More…
Dorian Scup AIR, Open Source, Scup, Soundcloud, Soundcloud-API, Swiz 0 Comment
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. More…
Dorian Scup AIR, Scup, Soundcloud 0 Comment
I’ve just released a minor update for Scup. If you have already installed Scup, you should get the update automatically the next time you launch it. If not, get it here.
The new version 1.1 adds the new set type “Sample Collection”, enables bulk editing of the track type parameter and fixes a few issues (thanks for your bug reports!). More…
Dorian Scup AIR, Scup, Soundcloud, Soundcloud-API 7 Comments
That’s right, Scup is now out of beta! You can grab the 1.0-release from the newly designed website dorianroy.com/scup. If you have already installed Scup, you should get the update automatically the next time you launch it.
And if you haven’t heard of Scup before, here’s what it’s all about. More…
Dorian Soundcloud AS3, OAuth, Soundcloud, Soundcloud-API, tutorial 13 Comments
I just wrote a new tutorial for the SoundCloud AS3 API, “How to Go Through OAuth Authentication in a Single Browser Window”. This tutorial explains how to set up a web-based Flash application in a way that the user stays in the same browser window during the OAuth authentication and does not need to copy /paste the verification code manually. More…
Dorian Scup AIR, Flex 4, Open Source, Scup, Soundcloud, Soundcloud-API, Spark Components, Swiz 1 Comment
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 here! I hope you’ll find it useful. More…
Dorian Soundcloud OAuth, Open Source, Soundcloud, Soundcloud-API, tutorial 1 Comment
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 with a few simple methods. More…
Dorian Soundcloud AS3, Open Source, Scup, Soundcloud, Soundcloud-API 0 Comment
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. the excellent recording app FiRe for the iPhone. More…