I want to use Soundcloud-AS3-API (https://github.com/dorianroy/Soundcloud-AS3-API) for uploading a track to Soundcloud. The Api works as expected, when you use FileReference and choose a track from your computer to upload, BUT I already have the audio data in my Flash project, because I use the microphone to record something. So my sound fileformat for uploading is ByteArray from the mic-recording.
Question: Is it possible to upload sound without FileReference, but with "standard" URLLoader or anything else Flash based?
All tries from me failed so far, but I don't know if it's just wrong adjustment of the parameters, of if it's just not possible without FileReference or some other "Multipart-Uploader", Soundcloud declares to be needed. If it works the next problem would be to get any "progress" event, because URLLoader doesn't sent ...
Anyone any experience with this or any idea?
Thanks in advance,
Oliver