I need to be able to play MP3/AAC audio with a custom-built Flash player, embedded in a web page using my standard HTTP server.
The loadSound() method seems to work fine for this, but I need to be able to skip the MP3 to unbuffered regions of the audio timeline and to start it streaming/downloading from there.
Anyone know how I can accomplish this?
I've used the excellent mod_h264_streaming plugin for Apache for f4v "pseudostreaming" so I'm trying to accomplish the same thing on my audio files.
Thanks