Web sitesinde radyo dinletmek isteyen arkadaşlar aşagıdaki kodu sitelerine eklemeleri yeterlidir.
(24 saat yayın mevcuttur)

    <!-- Radyo geyik Player  baslangici-->
    <OBJECT 
  ID="MediaPlayer"  classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" 
  CODEBASE=
   "http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
  width=320 height=50
  standby="Loading Microsoft Windows Media Player components..." 
  type="application/x-oleobject">
      <PARAM NAME="FileName"           VALUE="http://yayin.geyikmerkezi.com:8000">
      <PARAM NAME="TransparentAtStart" Value="true">
      <PARAM NAME="AutoStart"          Value="true">
      <PARAM NAME="AnimationatStart"   Value="false">
      <PARAM NAME="ShowStatusBar"      Value="true">	
      <PARAM NAME="ShowControls"       Value="true">
      
      <PARAM NAME="autoSize" 		 Value="false">
      <PARAM NAME="displaySize" 	 Value="0">
      <Embed type="application/x-mplayer2"
	  pluginspage=
          "http://www.microsoft.com/Windows/MediaPlayer/"
	  src="http://yayin.geyikmerkezi.com:8000"
	  Name=MediaPlayer
	  AutoStart=1
	  Width=320
	  Height=50
	  transparentAtStart=0
	  autostart=1
	  animationAtStart=0
	  ShowStatusBar=1
      ShowControls=1
	  autoSize=0
	  displaySize=0>
      </embed>
            </OBJECT>
            <!-- Radyo geyik Player  bitisi-->