HTML für Plugins / Videos / Swish

  • Hallo,

    gibt es zu den HTML Befehlen unter IE / Netscape zusätzlich einen Firefox Befehl ?

    Beispiel :

    <DIV align=center><OBJECT id=RAOCX classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA width=300
    height=35><PARAM NAME="_ExtentX" VALUE="3704"><PARAM NAME="_ExtentY" VALUE="2646"><PARAM NAME="AUTOSTART" VALUE="FALSE"><PARAM NAME="SHUFFLE" VALUE="0"><PARAM NAME="PREFETCH" VALUE="0"><PARAM NAME="NOLABELS" VALUE="0"><PARAM NAME="SRC" VALUE="http://www.xxxxxxxxxxxxxxxxxxxxxxx"><PARAM NAME="CONTROLS" VALUE="ControlPanel"><PARAM NAME="LOOP" VALUE="0"><PARAM NAME="NUMLOOP" VALUE="0"><PARAM NAME="CENTER" VALUE="0"><PARAM NAME="MAINTAINASPECT" VALUE="0"><PARAM NAME="BACKGROUNDCOLOR" VALUE="#FFFFFF">
    <embed height="35" width="300" controls="ControlPanel" src="http://www.xxxxxxxxxxxxxxxxxxxxxxxxxxxxx" type="audio/x-pn-realaudio-plugin" autostart=false></OBJECT></DIV>

    Oder in anderem Format.
    Gilt auch für Videos.
    Autostart ist nicht aktiviert, geht trotzdem los ...

    Weiters :
    Gibt es für Firefox einen extra Befehl für Swish erstellte Filme ? Habe zwar Shockwave Player installiert, werden aber nicht angezeigt ..

    Danke Gruss

    Klaus

  • o.k., Danke.

    Jetzt habe ich nur noch 1 Problem :

    Eingebaute Konsolen um verschiedenes zu regeln :

    z.B. 5 Musikdatei (konsolen) : alle fangen gleichzeitig in Firefox an zu spielen.
    Obwohl Autostart deaktiviert ist.

    DAnke
    Gruss
    Klaus

  • Hallo,

    habe die Seite http://www.fabrice-pascal.de/artikel/xhtmlembed/ besucht und auch kontaktiert - leider keine Antwort erhalten.

    Ich poste hier mal meine Scripts und würde gerne wissen, warum alle Dateien auf einer Website in Firefox gleichzeitig sofort abgespielt werden :

    VIDEO Script ( .asx - Datei :(

    <OBJECT ID="MediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE= "http://activex.microsoft.com/activex/contro…rsion=6,4,5,715" width="190" height="256" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
    <PARAM NAME="FileName" VALUE="http://www.xxxxxxxxxxxxxxxxxxxxxxxxxx.asx">
    <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/Downlo…ts/MediaPlayer/" src="http://www.xxxxxxxxxxxxxxxxxxxxxx.asx" Name="MediaPlayer" width="190" height="256" transparentAtStart="1" autostart="1" animationAtStart="0" ShowControls="true" ShowAudioControls="1" ShowPositionControls="0" autoSize="0" ShowStatusBar="1" displaySize="false"></embed></OBJECT>

    AUDIO Script 1 (real player console), .ra - Datei :

    <CENTER><DIV><OBJECT id=RAOCX classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA width=190
    height=35><PARAM NAME="_ExtentX" VALUE="3704"><PARAM NAME="_ExtentY" VALUE="2646"><PARAM NAME="AUTOSTART" VALUE="FALSE"><PARAM NAME="SHUFFLE" VALUE="0"><PARAM NAME="PREFETCH" VALUE="0"><PARAM NAME="NOLABELS" VALUE="0"><PARAM NAME="SRC" VALUE="http://www.xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.ra"><PARAM NAME="CONTROLS" VALUE="ControlPanel"><PARAM NAME="LOOP" VALUE="0"><PARAM NAME="NUMLOOP" VALUE="0"><PARAM NAME="CENTER" VALUE="0"><PARAM NAME="MAINTAINASPECT" VALUE="0"><PARAM NAME="BACKGROUNDCOLOR" VALUE="#FFFFFF">
    <embed height="35" width="190" controls="ControlPanel" src="http://www.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.ra" type="audio/x-pn-realaudio-plugin" autostart=false></OBJECT></DIV></CENTER>

    AUDIO Script 2 (windows media console), .wma - Datei :

    <center><embed type="application/x-mplayer2"
    pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
    Name="MediaPlayer" src="http://www.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.wma"
    AutoStart=false ShowStatusBar=1 volume=-1
    HEIGHT=50 WIDTH=200></embed></center>

    Evtl. Änderung für Firefox ? Für einen Tip wäre ich danbkbar.
    Autostarts sind auf false gesetzt...

    Gruss

    Klaus