WMP em Seu Site

Bom Aqui vou dar o codigo De 2 Estilos De Media player, Ai No Caso Vocês Configurem o Tamanho e IP + Porta da Raido De Vocês.

Codigo 1 :




<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Titulo Da Sua Radio</title>
</head>

<object id='mediaplayer'
classid='clsid:6bf52a52-394a-11d3-b153-00c04f79faa6'
type='application/x-oleobject' width='210' height='200'>
<param name='url' value='https://IP DA SUA RADIO:PORTA DA SUA RADIO' />
<param name='autostart' value='1' />
<param name='showcontrols' value='1' />
<param name='stretchtofit' value='0' />
<param name='enablecontextmenu' value='0' />
<param name='ShowStatusBar' value='1'>
<embed
src='https://IP DA SUA RADIO:PORTA DA SUA RADIO' width='350'
height='250'
autostart='1' type='application/x-mplayer2'
pluginspage='https://www.microsoft.com/Windows/MediaPlayer/'
transparentatstart='0'
animationatstart='0'
showcontrols='2'
autosize='0'
displaysize='0'
showtracker='0'
ShowStatusBar='1'></embed>
</object>



Codigo 2 :



<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Titulo Da Sua Radio</title>
</head>

<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" width="208" height="75">
<p align="center" style="margin-top: 0; margin-bottom: 0"><center>

<p style="margin-top: 0; margin-bottom: 0">
<object id=MMPlayer1
codebase=https://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701
type=application/x-oleobject height=45 width=183 align=absmiddle
classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95>
<param name="FileName" value="https://IP DA SUA RADIO:PORTA DA SUA RADIO">
<param name="ShowControls" value="1">

<param name="ShowStatusBar" value="0">
<param name="ShowDisplay" value="0">
<param name="DefaultFrame" value="Slide">
<param name="Autostart" value="true">
<PARAM NAME="volume" VALUE="99">
<embed
src="https://IP DA SUA RADIO:PORTA DA SUA RADIO" width=183 height=45 volume=100 autostart=true loop=1
align="absmiddle" type="application/x-mplayer2"
pluginspage="https://www.microsoft.com/Windows/MediaPlayer/download/default.asp"
showcontrols=1 showdisplay=0 showstatusbar=1 > </embed></object></p>
</center>


OBS : AONDE ESTA EM NEGRITO É PARA SER MODIFICADO NOS 2 CODIGOS !!!