Тема: Как ставить этот плеер??
Как ставить этот плеер??
http://blog.codingexpert.de/?p=66
example.html отредактировал.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>NATIVE FLASH RADIO EXAMPLE</title>
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body>
<div id="flashcontent">
<p>
<strong>Sorry this site have a flash based native radio and needed adobe flash 10+ support. </strong><br />
<a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Download Flash here.</a>
</p>
</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("nativeradio2big.swf", "nativeradio", "398", "130", "10", "#cccccc");
so.addParam("scale", "noscale");
so.addVariable("swfcolor", "2c85c7");
so.addVariable("swfstreamurl", "sunpeoples.listen.moeradio.ru:10000/sunpeoples.m3u");
so.addVariable("swfpause", "0");
so.write("flashcontent");
// ]]>
</script>
</body>
</html>
может что сделал не правильно?скажите!
Отредактировано Aisil (01-07-2012 23:52:09)