> Hi!
> 
> Bl�de Frage, aber wie kann ich ein Video in eine Webseite 
> einbauen? Mit dem <OBJECT....> wird mir im IE nur das 
> MediaPlayer-Fenster angezeigt, aber kein Video. Im Opera 
> passiert gar nix.

z.B. in der Seite:

<OBJECT ID="MediaPlayer1" 
                                width="176" 
                                height="190" 
        
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" 
        
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2
inf.cab#Version=6,4,5,715" 
                                standby="Loading Microsoft� Windows�
Media Player components..." 
                                type="application/x-oleobject">
                                        <PARAM NAME="AutoStart"
VALUE="true">
                                        <PARAM NAME="FileName"
VALUE="scripts/wvx/script.wvx">
                                        <PARAM NAME="ShowControls"
VALUE="true">
                                        <PARAM NAME="ShowStatusBar"
VALUE="false">
                                <EMBED type="application/x-mplayer2"
        
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"; 
                                        SRC="scripts/wvx/script.wvx" 
                                        name="MediaPlayer1" 
                                        width="176" 
                                        height="190"  
                                        autostart="1" 
                                        showcontrols="1">
                                </EMBED>
                        </OBJECT>

scripts/wvx/script.wvx:

<ASX version = "3.0">
<Entry>
    <Ref href = "mms://url/movie.wmv" />
</Entry>
</ASX>

gruss martin


| [aspdecoffeehouse] als [email protected] subscribed
| http://www.aspgerman.com/archiv/aspdecoffeehouse/ = Listenarchiv
| Sie k�nnen sich unter folgender URL an- und abmelden:
| http://www.aspgerman.com/aspgerman/listen/anmelden/aspdecoffeehouse.asp

Antwort per Email an