Mediaplayer in seite einbinden

Dieses Thema im Forum "Webentwicklung" wurde erstellt von BlackDeath, 31. Oktober 2008 .

Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 31. Oktober 2008
    Hallo, liebe User

    ich habe folgendes Problem, es ist auch eigentlich ziemlich einfach, und zwar:

    - kann mir jmd den Code zum einbinden von dem Media Player schreiben, da ich in meiner Website ein Video einbinden möchte.

    ich weiß nur noch so Bruchstücke wie:

    HTML:
    <object='....'> ......
    
    danke schonmal im Vorraus
     
  2. 31. Oktober 2008
    AW: Mediaplayer in seite einbinden

    Code:
    <OBJECT ID="MediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
    CODEBASE=" http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
    width="150" height="53" standby="Loading Microsoft Windows Media Player components..."
    type="application/x-oleobject">
    <PARAM NAME="FileName" VALUE="HIER_FÜGST_DU_DEINEN_SONG_ODER_DEIN_STREAM_EIN">
    <PARAM NAME="TransparentAtStart" Value="true">
    <PARAM NAME="AutoStart" Value="false">
    <PARAM NAME="AnimationatStart" Value="false">
    <PARAM NAME="ShowStatusBar" Value="true">
    <PARAM NAME="ShowControls" Value="true">
    <PARAM NAME="autoSize" Value="false">
    <PARAM NAME="displaySize" Value="false">
    <PARAM NAME="ShowAudioControls" Value="true">
    <PARAM NAME="ShowPositionControls" Value="false">
    <Embed type="application/x-mplayer2"
    pluginspage=" http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
    src="HIER_FÜGST_DU_DEINEN_SONG_ODER_DEIN_STREAM_EIN" Name="MediaPlayer"
    width="150" height="53" transparentAtStart="1" autostart="0"
    animationAtStart="0" ShowControls="true" ShowAudioControls="1"
    ShowPositionControls="0" autoSize="0" ShowStatusBar="1" displaySize="false">
    </embed></OBJECT>
    mfg
    fake
     
  3. 31. Oktober 2008
    AW: Mediaplayer in seite einbinden

    vielen dank, hilft mir schonmal,

    nur bei mir wird immernoch kein vid angezeigt, nur die controll leiste.

    mfg
     
  4. 1. November 2008
    AW: Mediaplayer in seite einbinden

    wie hast du denn die src eingebunden? zeig mal deinen quelltext

    mfg
    fake
     
  5. 1. November 2008
    AW: Mediaplayer in seite einbinden

    Code:
    <OBJECT ID="MediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
    CODEBASE=" http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
    width="150" height="53" standby="Loading Microsoft Windows Media Player components..."
    type="application/x-oleobject">
    <PARAM NAME="FileName" VALUE="HIER_FÜGST_DU_DEINEN_SONG_ODER_DEIN_STREAM_EIN">
    <PARAM NAME="TransparentAtStart" Value="true">
    <PARAM NAME="AutoStart" Value="false">
    <PARAM NAME="AnimationatStart" Value="false">
    <PARAM NAME="ShowStatusBar" Value="true">
    <PARAM NAME="ShowControls" Value="true">
    <PARAM NAME="autoSize" Value="false">
    <PARAM NAME="displaySize" Value="false">
    <PARAM NAME="ShowAudioControls" Value="true">
    <PARAM NAME="ShowPositionControls" Value="false">
    <Embed type="application/x-mplayer2"
    pluginspage=" http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
    src="HIER_FÜGST_DU_DEINEN_SONG_ODER_DEIN_STREAM_EIN" Name="MediaPlayer"
    width="150" height="53" transparentAtStart="1" autostart="0"
    animationAtStart="0" ShowControls="true" ShowAudioControls="1"
    ShowPositionControls="0" autoSize="0" ShowStatusBar="1" displaySize="false">
    </embed></OBJECT>
    


    Dort wo ich HIER_FÜGST_DU_DEINEN_SONG_ODER_DEIN_STREAM_EIN fügst du einfach den Link zu dem Sream oder dem Song ein.


    Grüße
     
  6. 3. November 2008
    AW: Mediaplayer in seite einbinden

    hat sich schon von selbst erledigt, wie das halt so ist vergisst man schonmal ein " ' " ^^ aber trozdem danke

    würde dann mal sagen -closed-
     
  7. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.