N'abend
ich bräucht mal eure Hilfe. Ich möchte ein Video (flash) abspielen lassen im Internet mit Windows Media Player.
Kann ich diesen Code dafür verwenden, oder wäre der unpassend ?
ZitatAlles anzeigen<OBJECT ID="MediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE=" http://www.computerhilfen.de/link-tipps.php…on=6,4,5,715%22
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.computerhilfen.de/link-tipps.php…MediaPlayer/%22
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>
Hoffe auf Antworten