Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Flash - Autoabspielen

Empfohlene Antworten

Veröffentlicht

Hi

Ich möchte auf meiner Page das Flashintro natürlich automatisch abspielen lassen. Hierzu habe ich den folgenden Quellcode eingefügt:


   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="640" height="440" align="middle">

    <param name=movie value="../../newIntro.swf">

    <param name="LOOP" value="false">

    <param name="quality" value="best">

    <param name="play" value="true">

    <embed src="../../newIntro.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="640" height="440" loop="false" align="middle" play="true">

    </embed> 

  </object></div>

Allerdings spielt er das "newIntro.swf" nicht automatisch ab

Warum nicht ?

Gruß Erbeere

Probiers mal so:

<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="640" height="440" align="middle">

<param name=movie value="../../newIntro.swf">

<param name="quality" value="high">

<embed src="../../newIntro.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="640" height="440">

</embed>

</object>

Nur noch die ClassID korrigieren, das Smiley wurde nicht mit kopiert!!!

Dann kann es nur noch an Deiner Pfad-Angabe liegen. Probier mal, einen absoluten Pfad zum Film anzugeben.

Bei mir geht dat.

Welches Flash benutzt Du denn? 4,5,MX? Überprüf mal die einstellungen für die Veröffentlichung; da gibt es auch noch Möglichkeiten einiges zum Abspielen des Flash Filmes einzustellen.

easy: importier das livemotion swf in flash (trial gibts bei macromedia.com;) und exportiere es dann erneut als swf.

beim exportieren kannst du angeben ob es automatisch abgespielt werden soll. einfach flag setzen und fertig ;)

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.