Las pruebas las hago en la misma pc. Por ke la pagina web se va a kemar en un cd.
Aki les dejo el codigo ke uso
Código PHP:
<OBJECT ID="StreamWM" width=352 height=286
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/
en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="ebel.mpg">
<PARAM NAME="AutoSize" VALUE="0">
<PARAM NAME="AutoStart" VALUE="1">
<PARAM NAME="AudioStream" value="1">
<PARAM NAME="AnimationAtStart" VALUE="0">
<PARAM NAME="DisplayMode" VALUE="0">
<PARAM NAME="DisplaySize" VALUE="4">
<PARAM NAME="EnableContextMenu" VALUE="1">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowPositionControls" VALUE="0">
<PARAM NAME="PlayCount" VALUE="1">
<PARAM NAME="PreviewMode" VALUE="0">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="0">
<PARAM NAME="ShowTracker" VALUE="1">
<PARAM NAME="TransparentAtStart" VALUE="1">
<PARAM NAME="VideoBorderWidth" VALUE="0">
<PARAM NAME="VideoBorderColor" VALUE="0">
<PARAM NAME="VideoBorder3D" VALUE="0">
<PARAM NAME="WindowlessVideo" VALUE="0">
<PARAM NAME="ClickToPlay" VALUE="1">
<PARAM NAME="SendMouseClickEvents" VALUE="1">
<PARAM NAME="CursorType" VALUE="1">
<EMBED type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/
Downloads/Contents/Products/MediaPlayer/"
SRC="ebel.mpg"
name="StreamWM"
width=352
height=286
AutoSize = 0
AutoStart = 1
AudioStream = 1
AnimationAtStart = 0
DisplayMode = 0
DisplaySize = 4
EnableContextMenu = 1
ShowControls = 1
ShowPositionControls = 0
PlayCount = 1
PreviewMode = 0
ShowDisplay = 0
ShowStatusBar = 0
TransparentAtStart = 1
VideoBorderWidth = 0
VideoBorderColor = 0
VideoBorder3D = 0
WindowlessVideo = 0
ClickToPlay = 1
SendMouseClickEvents = 1
CursorType = 1 >
</EMBED>
</OBJECT>
saludos y gracias de antemano