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
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