<?php
$host = "87.118.64.217"; //HIER DIE HOST-URL ODER IP
$port = "8010"; //HIER DEN PORT
?>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
<p>
<OBJECT ID="MediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="[URL]http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715[/URL]"
width="640" height="480" standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="[URL="http://%3c/?php"]http://<?php[/URL] echo $host.":".$port; ?>/">
<PARAM NAME="TransparentAtStart" Value="true">
<PARAM NAME="AutoStart" Value="true">
<PARAM NAME="AnimationatStart" Value="false">
<PARAM NAME="ShowStatusBar" Value="true">
<PARAM NAME="ShowControls" Value="true">
<PARAM NAME="autoSize" Value="false">
<PARAM NAME="displaySize" Value="false">
<PARAM NAME="ShowAudioControls" Value="true">
<PARAM NAME="ShowPositionControls" Value="false">
<Embed type="application/x-mplayer2"
pluginspage="[URL]http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/[/URL]"
src="[URL="http://%3c/?php"]http://<?php[/URL] echo $host.$port; ?>/" Name="MediaPlayer"
width="640" height="480" transparentAtStart="1" autostart="1"
animationAtStart="0" ShowControls="true" ShowAudioControls="1"
ShowPositionControls="0" autoSize="0" ShowStatusBar="1" displaySize="false">
</embed></OBJECT></p>