Файл: tv/NRJ-hits.php
Строк: 70
<?
include_once '../sys/inc/start.php';
include_once '../sys/inc/compress.php';
include_once '../sys/inc/sess.php';
include_once '../sys/inc/home.php';
include_once '../sys/inc/settings.php';
include_once '../sys/inc/db_connect.php';
include_once '../sys/inc/ipua.php';
include_once '../sys/inc/fnc.php';
include_once '../sys/inc/user.php';
include_once '../sys/inc/thead.php';
title();
err();
aut();
?>
<OBJECT id="mediaPlayer" width="500" height="400" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
<PARAM name="url" value="http://www.vefire.ru/channel/NRJHits/asx/">
<PARAM name="autoStart" value="true">
<PARAM name="bgColor" value="#000000">
<PARAM name="showControls" value="true">
<PARAM name="showStatusBar" value="true">
<PARAM name="TransparentatStart" value="true">
<PARAM name="AnimationatStart" value="true">
<PARAM name="StretchToFit" value="true">
<EMBED src="http://www.vefire.ru/channel/NRJHits/asx/" StretchToFit="1" type="application/x-mplayer2" name="MediaPlayer" autostart="1" showcontrols="1" showstatusbar="1" autorewind="1" style="width:500px; height:400px;display:block;"></EMBED>
</OBJECT>
<?
include_once '../sys/inc/tfoot.php';
?>