Hmm its not working. This is what i did
<table width="200" border="1" cellspacing="2" cellpadding="0" bordercolor="#ffffff">
<tr>
<td background="http://www.entensity.net/images/pushplay.gif" style="background-repeat: no-repeat" bordercolor="#000000" bgcolor="#EFEFEF">
<object id="MediaPlayer1" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Microsoft Windows Media Player components...">
<PARAM NAME="fileName" VALUE ="<? print $_GET['media']; ?>">
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME="transparentatStart" VALUE="true">
<PARAM NAME="autoStart" VALUE="false">
<PARAM NAME="showControls" VALUE="true">
<PARAM NAME="ShowStatusBar" VALUE="True">
<EMBED TYPE="application/x-mplayer2" PLUGINSPAGE="http://microsoft.com/windows/mediaplayer/en/download"
ID=MediaPlayer
Name="mp_426289569"
Width="320"
Height="311"
Src="$_GET['media'];"
AutoSize="1"
AutoStart="0"
ClickToPlay="1"
DisplaySize="0"
EnableContextMenu="1"
EnableFullScreenControls="1"
EnableTracker="1"
Mute="0"
PlayCount="1"
ShowControls="1"
ShowAudioControls="1"
ShowDisplay="0"
ShowGotoBar="0"
ShowPositionControls="1"
ShowStatusBar="1"
ShowTracker="1">
</EMBED>
</OBJECT></td>
</tr>
</table>
nothing seems to happen, when i check the script source it just shows up as no file is being asked to play