Insert Radio Streaming at My Website

I like to listen radio from other country or region in the world. I interested to Insert flash radio streaming at my website. So, I can listen my favorite radio streaming from my website. After searching in internet and view source code from other radio streaming site, I get code to Insert radio streaming at my website. This is a code to Insert radio streaming at my website.

<embed id="streambaby" type="application/x-shockwave-flash" width="300" height="60" src="http://www.momeafm.com/modules/mod_simple_video_flash_player/jwplayer.swf" quality="high" allowfullscreen="false" wmode="transparent" flashvars="type=mp3&file=http://74.55.26.100:8250/;stream.nsv&autostart=false" bgcolor="#FFFFFF" name="streambaby"></embed>

This is description from above code :

embed id=”streambaby” type=”application/x-shockwave-flash” : we embeded flash player at our webiste

width=”300″ height=”60″ : flash player we embeded have size width 300 and height 60

src=”http://www.momeafm.com/modules/mod_simple_video_flash_player/jwplayer.swf” : I dont have flash player widget, so I try to get flash player from this address. You can change this if you have a flash player widget (player with play, stop, pause button).

quality=”high” allowfullscreen=”false” wmode=”transparent” : setting flash player.

flashvars=”type=mp3&file=http://74.55.26.100:8250/ : type radion online is mp3, and I try to play radio online from this address (change this with your favorite radio online).

Copy this code and paste at your website editor. Change file=http://74.55.26.100:8250 with your radio streaming address. You can change autostart=false with true if you want radio streaming playing when your website opened. This is output from code above.


You can change other option from that code so you get an optimal flash display radio streaming for your website.

11 Comments

Leave a Reply to 偵探 Cancel reply

Your email address will not be published. Required fields are marked *