hi,
bitte scharf nachdenken.
ich brauche ein code mit dem ich eine wmv datei streamen kann.
ja eine wmv datei keine flv datei da ich aufgrund des qualitätsunterschiedes wmv anbieten will.
jetzt habe ich die evtl. lösungen wmv datei und asx datei / oder wmx datei zwecks stream schon durchgetestet.
es geht mir nur um den firefox und ie der rest ist egal.
d.h. im moment funzt das im firefox aber der ie sagt bitte active x akzeptieren.
das geht so nicht ..
ich brauche eine funktion ohne active x..
wie ist der richtige code?
Code
<OBJECT ID="MediaPlayer1" width=640 height=500
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/
controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName"
VALUE="start.asx">
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME="transparentatStart" VALUE="true">
<PARAM NAME="autoStart" VALUE="0">
<PARAM NAME="showControls" VALUE="true">
<EMBED type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
dynsrc="start.asx" src="start.asx" width="608" height="494"
name="MediaPlayer1"
AutoStart="0" >
</EMBED'>
</OBJECT>
Alles anzeigen
in der asx steht nur der pfad zur wmv..
danke...