OldSchoolHack

Registrieren / Anmelden Deutsch

Player auf der HP

icon Thema: Player auf der HP

Anmeldungsdatum: Sep 2007

Beiträge: 297

TEXT Code:
  1. <OBJECT ID=NSPlay1 WIDTH=\"295\" HEIGHT=\"53\" CLASSID=CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95 CODEBASE=\"http://www.microsoft.com/ntserver/netshow/download/en/nsmp2inf.cab#Version=5,1,51,415\" standby=\"Loading Microsoft Media Player components...\" type=\"application/x-oleobject\">
  2. <PARAM NAME=FileName VALUE=\"http://www.HIER Die URL ZUR MUSIK\">
  3. <PARAM NAME=Autostart VALUE=true>
  4.  
  5. <PARAM NAME=ControlType VALUE=2>
  6. <PARAM NAME=AnimationAtStart VALUE=FALSE>
  7. <PARAM NAME=TransparentAtStart VALUE=FALSE>
  8. <PARAM NAME=ShowControls VALUE=true>
  9. <PARAM NAME=ShowDisplay VALUE=false>
  10. <PARAM NAME=ShowStatusbar VALUE=true>
  11.  
  12. <PARAM NAME=autosize VALUE=FALSE>
  13. <PARAM NAME=ShowPositionControls VALUE=FALSE>
  14.  
  15. <PARAM NAME=ShowAudioControls VALUE=true>
  16. <EMBED
  17. Type=application/x-mplayer2 pluginspage=\"http://www.microsoft.com/windows/windowsmedia/players.asp\"
  18. width=\"295\"
  19. height=\"53\"
  20. src=\"http://www.HIER Die URL ZUR MUSIK\"
  21. name=\"nsplay\"
  22. Autostart=1 ControlType=1 AnimationAtStart=0 TransparentAtStart=0 ShowControls=1 ShowDisplay=0 ShowStatusbar=1 autosize=0 ShowPositionControls=0 ShowAudioControls=1 ></EMBED>
  23. </OBJECT>

So müsste es gehen. Jeden falls für *.asx-Files. Eventuell musst Du bei \"EMBED\" \"Type\" noch was anderes einfügen und x-mplayer2 rausnehmen.

Aber erstmal so lassen und ausprobieren.