Этот код вставляеш в глобальный блок или в любое место где хотим видеть радио
- Код: Выделить всё
<CENTER>
<script language="javascript">
function popupw(URL,w,h,uid,dp,id){
if(!w||w<100)w=100;
if(!h||h<100)h=100;
if(!id)id='';
var www;if(!uid) uid='';if(!dp) dp='';
www=window.open(URL+id,'aod'+uid,'width='+w+',height='+h+',top=0,toolbar=no,personalbar=no,location=no,directories=no,statusbar=no,menubar=no,status=no,resizable=yes,left=60,screenX=60,top=100,screenY=100'+dp);
return false;
}
function pppwnew(URL) {return popupw(URL, 390, 200, 'player', false, '');}
</script>
<table border="0" cellspacing="0" cellpadding="2" width="160">
<form name="rad" target="_blank" style="margin-bottom:0px;" onsubmit="pppwnew(this.id.value); return false;">
<tr><td colspan="2"><select style="width:160px" name="id" tabindex="3"">
<CENTER><table border="0" cellpadding="0" cellspacing="2" width="203">
<tbody><tr><td style="background: rgb(212, 223, 247) url(http://src.ucoz.net/t/971/9.gif) repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; padding-left: 30px;" height="21"><b>Онлайн Радио</b></td></tr>
<script language="javascript">
function popupw(URL,w,h,uid,dp,id){
if(!w||w<100)w=100;
if(!h||h<100)h=100;
if(!id)id='';
var www;if(!uid) uid='';if(!dp) dp='';
www=window.open(URL+id,'aod'+uid,'width='+w+',height='+h+',top=0,toolbar=no,personalbar=no,location=no,directories=no,statusbar=no,menubar=no,status=no,resizable=yes,left=60,screenX=60,top=100,screenY=100'+dp);
return false;
}
function pppwnew(URL) {return popupw(URL, 390, 200, 'player', false, '');}
</script>
<table border="0" cellspacing="0" cellpadding="2" width="160">
<form name="rad" target="_blank" style="margin-bottom:0px;" onsubmit="pppwnew(this.id.value); return false;">
<tr><td colspan="2"><select style="width:160px" name="id" tabindex="3"">
<option value="http://rubezhnoe.org.ua/System/radio/1.html">Love радио (Россия)</option>
</select>
</select></td></tr>
<TR><TD width="160" align="left"><INPUT tabindex="3" type="Submit" value=" " style="font-size:11px; width:160px; height:19px; border: 1px solid #959595; background: #ffffff url('http://images.rambler.ru/head2005/btn_audio.gif') bottom repeat-x; padding: 0 7px 0 7px; cursor:pointer; cursor:hand;" title="Слушать радио!"></TD></TR></TBODY></TABLE></CENTER>
</select>
</select></td></tr>
<TR><TD width="160" align="left"><INPUT tabindex="3" type="Submit" value=" " style="font-size:11px; width:160px; height:19px; border: 1px solid #959595; background: #ffffff url('http://images.rambler.ru/head2005/btn_audio.gif') bottom repeat-x; padding: 0 7px 0 7px; cursor:pointer; cursor:hand;" title="Слушать радио!"></TD></TR></TBODY></TABLE></CENTER>
Где
- Код: Выделить всё
<option value="http://rubezhnoe.org.ua/System/radio/1.html">Love радио (Россия)</option>
И Вот пример странички с радио(1.html которая)
- Код: Выделить всё
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html >
<head>
<title>Love Radio (Россия)</title>
<META http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="Description" content="Love Radio (Россия)">
<link rel="stylesheet" href="http://i.uaprism.com/css/reset.css" type="text/css"/>
<link rel="stylesheet" href="http://i.uaprism.com/css/page.css" type="text/css"/>
<link type="text/css" href="http://i.uaprism.com/css/radio.css" rel="stylesheet"/>
<script language="JavaScript" src="http://i.uaprism.com/script.js"></script>
<script src="http://i.uaprism.com/js/jquery.js" type="text/javascript"></script>
<script src="http://i.uaprism.com/js/jquery.browser.js" type="text/javascript"></script>
<script src="http://i.uaprism.com/js/prism.radio.js" type="text/javascript"></script>
</head>
<body style="margin:0px;" bgcolor="#BFD2EA">
<div align="center"><img border="0" align="absmiddle" src="http://rubezhnoe.org.ua/System/radio/loveradio.gif"></div>
<P align="center"><STRONG><FONT color="#1e90ff">Love Radio (Россия)</FONT></STRONG></P><DIV align="center"><script src="http://www.rubezhnoe.org.ua/media/?auto=1;small=0;color=0055e9;loop=0;textoff=1;t=audio;f=http://stream.loveradio.ru:8000/Russian_128_stereo.mp3" type="text/javascript"></script></div></div>
<div align="center"><b>Страна:</b> Россия</div>
</body>
</html>
А вот как в Радио в AJAX окне сделать....разъесните что куда вставлять подробно, если кто знает, а то я попробовал у меня не вышло.