Olaf Baumann: Code um MPG-Videos einzubinden

Moin!
Kann mir mal eine/r den Code verraten um ein MPG-Video in HTML einzubinden?
MfG Olaf

  1. Hallo...

    <../../tcj.htm>

    ...und tschüß
    Stiefel

    1. Hab ich auch schon gesehen, hat mir aber nich ganz so geholfen.
      Aber mir ist was eingefallen.

      1. Moin, moin,

        Die bekannte Lösung macht es zwar, aber mit Null Steuerung etc. :-(

        Hier eine Variante für MSIE
        (für den Netscape gibt es derzeit leider keine praktikable Lösung):

        #########

        <OBJECT border="0" ID="ActiveMovie1" WIDTH="400" HEIGHT="382" CLASSID="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A">
        <PARAM NAME="Version" VALUE="1">
        <PARAM NAME="EnableContextMenu" VALUE="-1">
        <PARAM NAME="ShowDisplay" VALUE="-1">
        <PARAM NAME="ShowControls" VALUE="-1">
        <PARAM NAME="ShowPositionControls" VALUE="0">
        <PARAM NAME="ShowSelectionControls" VALUE="0">
        <PARAM NAME="EnablePositionControls" VALUE="-1">
        <PARAM NAME="EnableSelectionControls" VALUE="-1">
        <PARAM NAME="ShowTracker" VALUE="-1">
        <PARAM NAME="EnableTracker" VALUE="-1">
        <PARAM NAME="AllowHideDisplay" VALUE="-1">
        <PARAM NAME="AllowHideControls" VALUE="-1">
        <PARAM NAME="MovieWindowSize" VALUE="0">
        <PARAM NAME="FullScreenMode" VALUE="0">
        <PARAM NAME="MovieWindowWidth" VALUE="368">
        <PARAM NAME="MovieWindowHeight" VALUE="272">
        <PARAM NAME="AutoStart" VALUE="0">
        <PARAM NAME="AutoRewind" VALUE="1">
        <PARAM NAME="PlayCount" VALUE="-1">
        <PARAM NAME="SelectionStart" VALUE="0">
        <PARAM NAME="SelectionEnd" VALUE="32767">
        <PARAM NAME="Appearance" VALUE="1">
        <PARAM NAME="BorderStyle" VALUE="1">

        <PARAM NAME="FileName" VALUE="videodatei.mpg">

        <PARAM NAME="DisplayMode" VALUE="0">
        <PARAM NAME="AllowChangeDisplayMode" VALUE="-1">
        <PARAM NAME="DisplayForeColor" VALUE="16777215">
        <PARAM NAME="DisplayBackColor" VALUE="0">
        <PARAM NAME="Volume" VALUE="1">
        </OBJECT>

        #########

        Dieser Code funktioniert mit MS-MedienPlayer und MSIE ab 3.01 / Win95b.

        Für den Netscape und andere Browser bleibt derzeit nur die Verwendung eines Links zum Download. Oder hat jemand eine bessere Idee?

        viel Spaß
        Steffen D.