Flashobjekt Einbindung ohne Ergebnis

  • Liebes Forum,
    ich möchte gerne ein Flashobjekt in ein Artikel einfügen und zwar folgendes:

    PHP
    <object type="application/x-shockwave-flash"
        width="200" height="494" 
        data="/cgi-data/webvoting/1_poll.swf"
        type="application/x-shockwave-flash">
        <param name="movie" value="/cgi-data/webvoting/1_poll.swf" />
        <param name="quality" value="high" />
        <param name="bgcolor" value="#000060" />
    </object>

    Leider wird rein gar nichts angezeigt. Habt Ihr Idee?

    Danke Timo

    • Anzeige

    Hallo!

    Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.

    • ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
    • ✔️ Deutsche Server & DSGVO-konform
    • ✔️ Persönlicher Support (kein 0815-Ticket-System)

    Mehr erfahren

  • Also so?

    PHP
    <object type="application/x-shockwave-flash"
    <embed src="1_poll.swf" width="200" height="494">
        data="/cgi-data/webvoting/1_poll.swf"
        type="application/x-shockwave-flash">
        <param name="movie" value="/cgi-data/webvoting/1_poll.swf" />
        <param name="quality" value="high" />
        <param name="bgcolor" value="#000060" />
    </object>

    Denn, wenn dann funktioniert es nicht. Wobei ich glaube, dass ich es eher falsch gemacht habe.

  • Moin,

    so funktioniert es bestens (Beispiel durchaus sehenswert ;) ):

    Code
    <object width="480" height="385">
    <param name="movie" value="http://www.youtube.com/v/Q8Tiz6INF7I&amp;hl=de_DE&amp;fs=1?color1=0x234900&amp;color2=0x4e9e00"></param><param name="allowFullScreen" value="true"></param>
    <param name="allowscriptaccess" value="always"></param>
    <embed src="http://www.youtube.com/v/Q8Tiz6INF7I&amp;hl=de_DE&amp;fs=1?color1=0x234900&amp;color2=0x4e9e00" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed>
    </object>

    Gruß
    Marc

    „Ich bin Leben, das leben will, inmitten von Leben, das leben will.“ Albert Schweitzer

  • Dankeschön.

    Okay mittlerweile kommt das flashobjekt, aber leider ohne Funktionsbuttons

    PHP
    <object type="application/x-shockwave-flash"
        width="200" height="494" 
        data="/cgi-data/webvoting/1_poll.swf"
        type="application/x-shockwave-flash"
    <embed src="http://52162942.de.strato-hosting.eu/cgi-data/webvoting/1_poll.swf" type="application/x-shockwave-flash" width="200" height="494"></embed>
        <param name="data" value="/cgi-data/webvoting/1_poll.swf" />
        <param name="quality" value="high" />
        <param name="bgcolor" value="#000060" />
       </object>
  • Okay mittlerweile kommt das flashobjekt, aber leider ohne Funktionsbuttons

    Weder <object> noch <embed> haben Funktionsbuttons. Entweder hat dein Flashfilm die, oder du musst einen entsprechenden Player nutzen.

    Gruß
    Mo

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!