Soundcloud-AS3-API
Soundcloud-AS3-API copied to clipboard
Universal Soundcloud API wrapper for Flash, Flex and AIR projects, written in ActionScript 3.0. Please report any bugs in the Issues section.
I'm not quite sure what's the issue but as soon as I try step 5 I get Error #1009 which links me to SoundcloudClient.as, line 244: params["oauth_token"] = requestToken.key; Any...
the existing code threw a type conversion error for me //var responseVariables:URLVariables = URLVariables(event.data); I changed it to use the decode method and it worked fine protected function getRequestTokenCompleteHandler(event:SoundcloudEvent):void var...
On line 176 of SoundcloudDelegate, you copy the oauth parameters to the requestParmeters. However, if the request is a GET, you don't actually copy the requestParameters to the URLLoader's data...