Создаем блок и ставим туда это: Code <script type="text/javascript" src="http://stream4.radiostyle.ru/swfobject.js"></script> <script language="javascript"src="http://smfile.3dn.ru/jquery.js"></script> <div id="player"> <script type='text/javascript'> var so = new SWFObject('http://stream4.radiostyle.ru/mediaplayer.swf','single','180','20','7'); so.addVariable('type', 'mp3'); so.addVariable('file', 'http://stream4.radiostyle.ru:8004/live'); so.addVariable('width','180'); so.addVariable('height','20'); so.addVariable('volume','50'); so.addVariable('autostart', 'true'); so.write('player'); </script></div>
|