Jog: Windows Media Player extern ansteuern

Beitrag lesen

Wie geht das für rewind, fast rewind - forward, fast forward??
Microsoft gibt nur dieses bsp.
<OBJECT ID="MediaPlayer"
    CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
TYPE="application/x-oleobject"
    WIDTH="320"
    HEIGHT="240"
    STYLE="position:absolute;
           left:50px;
           top:50px;">
    <PARAM NAME="FileName" VALUE="http://example.microsoft.com/media/sample.asf">
    <PARAM NAME="ShowControls" VALUE="1">
    <PARAM NAME="ShowStatusBar" VALUE="1">
    <PARAM NAME="ShowDisplay" VALUE="1">
</OBJECT>