# Streaming mp3 using mms network streaming protocol?

**URL:** https://forum.kirupa.com/t/streaming-mp3-using-mms-network-streaming-protocol/279067
**Category:** flash
**Created:** [January 9, 2009, 1:24am UTC](https://forum.kirupa.com/t/streaming-mp3-using-mms-network-streaming-protocol/279067 "2009-01-09T01:24:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![soko](https://avatars.discourse-cdn.com/v4/letter/s/839c29/32.png) [@soko](https://forum.kirupa.com/u/soko)
#### Post date: [January 9, 2009, 1:24am UTC](https://forum.kirupa.com/t/streaming-mp3-using-mms-network-streaming-protocol/279067/1 "2009-01-09T01:24:08Z")

</div>

Is it possible to stream mp3 files from mms url’s like this? [COLOR=#0066cc]mms://example.streamsvr.com/example.mp3[/COLOR]

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("[COLOR=#0066cc]mms://example.streamsvr.com/example.mp3[/COLOR]");  
sndObject.load(reqObject);

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

Anyone has any idea?

Thanks
