PDA

View Full Version : Streaming mp3 using mms network streaming protocol?



soko
January 8th, 2009, 09:24 PM
Is it possible to stream mp3 files from mms url's like this? mms://example.streamsvr.com/example.mp3 (mms://example.streamsvr.com/example.mp3)

It throws an error when i try the way i use to load mp3 files (it works with other mp3s):

var sndObject:Sound= new Sound();
var reqObject:URLRequest=new URLRequest("mms://example.streamsvr.com/example.mp3 (mms://example.streamsvr.com/example.mp3)");
sndObject.load(reqObject);

throws this:
Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.

Anyone has any idea?

Thanks

luemmel
March 9th, 2009, 10:44 AM
i would like to know that too!