Advanced Search
Welcome to Omgili,
Omgili (Oh My God I Love It ;) is a search engine for discussions. With Omgili you can find answers and solutions, debates, discussions, personal experiences, opinions and more... To learn more about Omgili click here.

This is a complete preview of the discussion as it was indexed by Omgili crawlers. Use this preview if the original discussion is unavailable.
Click here to view the original discussion.

MP3 radio station and MP3 player (one player for both) - $5 Script Archive Community Forum

I need one player to play both the radio station and the mp3 files, but the 2 MP3 flash applets-players available does not allow that, one for ONLY station with a port, not even that end with asx extension, and the other for ONLY MP3 files. How can I let the MP3 web radio player play the MP3 files and play the other radio station like the asx files

Remember this radio and mp3 player are made to be used with flash player there not by Microsoft they were made to play streams and MP3's asx files are not of flash extensions one thing you could do is either edit the flash end to combine both players in to one or hire a coder to do it for you

The radio station I tested is using Microsoft media player to play the stream online in thier website, and its working fine in the radio flash player as long as it is uising the port like, www.domain.com:2256 , but if it is in asx it won't work. Ok, where in the flash script I need to edit it to make the radio station player play the mp3 files, can you please give me some hints and the line of script i need to add it and where to add it.

I have tried with windows media server but is not working.

(Flash web radio player) (http:// domain .com:8080)

Asx files are not compatible for flash is the whole issue.

Flash itself is limited to the file types it can run.

Hehehe....hecha la ley - hecho la trampa as the spanish would say Asx files are nothing but a XML metafile - a playlist file that enables the emitting station to play some files in succession - for example Trailer, Advertisement and Stream (in that sequence). To use this information you just need to download and save the asx file and open it with a text editor. Look for the actual stream address and copy that into the player. Look at the example file and you'll get the idea. Quote: : <Asx Version = "3.0" > <Param Name = "AllowShuffle" Value = "yes" /> <Param Name = "Name" Value = "ShoutedFM - We Play It Loud and You Shout It Out!" /> <Title >

ShoutedFM - We Play It Loud and You Shout It Out!</Title> <Author >

ShoutedFM</Author> <Copyright >

2006, ShoutedFM</Copyright> <MoreInfo href = "http://www.shouted.fm" /> <Entry> <MoreInfo href = "http://www.shouted.fm" /> <Abstract >

ShoutedFM: m t h .

A l t e r n a t i v e - DSL/Broadband</Abstract> <Title >

ShoutedFM: m t h .

A l t e r n a t i v e - DSL/Broadband</Title> <Param Name = "HTMLView" Value = "http://www.shouted.fm" /> <Param Name = "Location" Value = "Netherlands" /> <Param Name = "Genre" Value = "Alternative Rock Metal" /> <Param Name = "Homepage" Value = "http://www.shouted.fm" /> <Author >

ShoutedFM</Author> <Copyright >

2006, ShoutedFM</Copyright> <Banner href = "http://www.shouted.fm/presse/logo/banner/mplayer.gif" > <MoreInfo href = "http://www.shouted.fm" /> <Abstract >

Visit www.shouted.fm</Abstract> </Banner> <Param Name = "MediaType" Value = "audio" /> <Param Name = "Bitrate" Value = "128000" /> <Param Name = "type" Value = "broadcast" /> <Param Name = "Is_Trusted" Value = "false" /> <Param Name = "Is_Protected" Value = "false" /> <Ref href = "http://alternative.mthn.net:8700/"/> </Entry> </Asx>

It's the part in BOLD RED that you need.

You only need to check which format they broadcast in and you are set to go Hope that helps regards Carsten Team 68301 - Derek's Wish

Thanks for your help. I always download the asx file and open it and sometimes I find the complete address as IP with the port, but not all the time. For example, if you open this link in MP3 player or windows media player it will open the live radio: http://media2.wasayet.com/udr then I tried to capture the link and it lead me to the file http://67.15.56.25:80/udr?MSWMExt=.asf but when I downloaded the asf file, it have the following: [Reference] Ref1=http://67.15.56.25/udr?MSWMExt=.asf Ref2=http://67.15.56.25:80/udr?MSWMExt=.asf Any one know how to capture the real port? I tried this in the MP3 radio player, but it did not work, I tried only the IP with the port, but it did not open.

The player open only IP with ports or web address with port: http://listen.mango96.com:2266 I do not know how to edit the script in the FLA file to make it play other live stations, and to make it play the normal MP3 files?!!

Any tips.