Misschien niet de goede plek, maar vraag het toch.
Heb een media player op de site
Nou heb ik filmpjes gemaakt met me telefoon, mp4, omgezet naar .wmv en nu speelt ie filmpje sneller af dan het geluid. Iemand een idee of dat door het converteren komt of door de player?
Heb een media player op de site
HTML:
<div>
<!-- START liveplayer-->
<p>
<OBJECT id="MediaPlayer" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"
width=50% height=50%
type="application/x-oleobject">
<PARAM NAME="URL" VALUE="img/video/mov00096.wmv">
<PARAM NAME="TRANSPARENTATSTART" VALUE="true">
<PARAM NAME="AUTOSTART" VALUE="false">
<PARAM NAME="ANIMATIONATSTART" VALUE="false">
<PARAM NAME="AUTOSIZE" VALUE="true">
<PARAM NAME="DISPLAYSIZE" VALUE="0">
<PARAM NAME="SHOWCONTROLS" VALUE="true">
<PARAM NAME="SHOWTRACKER" VALUE="true">
<PARAM NAME="SHOWDISPLAY" VALUE="true">
<PARAM NAME="SHOWSTATUSBAR" VALUE="true">
<PARAM NAME="VIDEOBORDER3D" VALUE="true">
<PARAM NAME="SHOEPLAYLIST" VALUE="true">
<embed type="application/x-mplayer2" SRC="img/video/mov00096.wmv" name="MediaPlayer" width="100%" height="100%" autostart="0" showcontrols="1" showstatusbar="1" autorewind="1" showdisplay="0">
</object>
</div>