ok, rettelse, har lige lavet den i html..men nu kommer problemet, den afspiller ikke... her er min kode..
<!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=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<object id="MediaPlayer" width="400" height="300" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" 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="FileName" value="
file:///http://www.clan-pft.com/movie/ReTs_the_movie.mpg" />
<param name="AnimationatStart" value="true" />
<param name="TransparentatStart" value="false" />
<param name="AutoStart" value="true" />
<param name="ShowControls" value="1" />
<param name="ShowStatusBar" value="1" />
<param name="autoSize" value="false" />
<embed type="application/x-mplayer2" pluginspage="
http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&" src="
http://www.clan-pft.com/movie/ReTs_the_movie.mpg" name="MediaPlayer" showcontrols="1" width="360" height="180"></embed>
</object>
</body>
</html>