Loading MP3 files locally using the FileReference class
The new FileReference class in Flash Player 10 opens up a whole new side to web applications, where the barrier between the local file system and the network has (to some degree) been torn down.
Here’s an example of how to load MP3 files from the local file system. I’m sure you’ll appreciate why this is pretty cool…
August 4th, 2008 at 3:38 am
does not work
August 5th, 2008 at 12:35 am
@mellomutt: does not work for beta 2 because I can’t run beta 2 on my machine.
January 29th, 2009 at 3:22 pm
Hello, i have a problem with converting bytearray from sound.extract to mp3 file, I want to edit loaded mp3 and save it to local disk, is any chance to “revert” your code? mp3 -> samples is great project but please give me samples -> mp3 code
January 30th, 2009 at 5:20 pm
I would suggest that you consider porting LAME to ActionScript. You may find that this is somewhat difficult. I’d probably start with a good look at alchemy which might save you a whole load of grief. Alternatively, if you can source a Java MP3 compressor, then j2avm might help you reach the same end.
August 4th, 2009 at 2:01 pm
Hii,
I get error end of files occured for some MP3,all mp3’s converted to MP3 from WAV using ffmpeg gave error any help,shall i give u those files
November 17th, 2009 at 4:45 am
Thanks for showing that’s possible!