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.

Empfohlene Antworten

Veröffentlicht

Hallo zusammen,

habe ein Problem und hoffe auf Eure Hife, da ich echt nicht viel Ahnung davon habe. Habe eine Powerpoint Präsi in Flash umgewandelt weiß aber leider nicht wie ich das ganze unter HTML auf der Page einbinden kann, mir würde auch schon genügen das ganze über einen Link zu starten.

Die Flashfile sieht in HTML folgendermaßen aus und funzt auch, ich muss das ganze jetzt nur noch auf der page einfügen wie gesagt entweder als Video oder über einen link danke schonmal im Vorraus

<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -->

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>Folie 1</title>

</head>

<body topmargin="0" leftmargin="0" bgcolor="#ffffff">

<!-- saved from url=(0013)about:internet -->

<table cellpadding="0" cellspacing="0" width="100%" height="100%">

<tr>

<td align="center" valign="middle">

<!-- Use the following <object> tag to embed the Flash presentation into HTML document -->

<object id="presentation" width="720" height="576" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" align="middle">

<param name="allowScriptAccess" value="sameDomain" />

<param name="movie" value="Folie 1.swf" />

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

<param name="bgcolor" value="#ffffff" />

<param name="allowFullScreen" value="true" />

<embed src="Folie 1.swf" quality="high" bgcolor="#ffffff" width="720" height="576" name="presentation" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" allowFullScreen="true" />

</object>

<!-- Use the following <object> tag to embed the Flash presentation into XHTML document -->

<!--

<object id="presentation" width="720" height="576" type="application/x-shockwave-flash" data="Folie 1.swf">

<param name="allowScriptAccess" value="sameDomain" />

<param name="movie" value="Folie 1.swf" />

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

<param name="bgcolor" value="#ffffff" />

<param name="allowFullScreen" value="true" />

</object>

-->

</td>

</tr>

</table>

<script type="text/javascript" src="fixprompt.js"/>

</body>

</html>

Sorry, aber entweder versteh das Problem nicht oder ich steh auf dem Schlauch.....

Um das Flashfile in ein bestehendes HTML Dokument einzubinden, musst Du nur den Teil zwischen <object und </object> kopieren und einfügen

Dann das SWF passend mit hoch laden und fertig.

Ich bin mir nicht ganz sicher, ob das -> data="Folie 1.swf" <- mit Leerzeichen im Namen so funktionieren würde, wenn nicht müsste man das noch umbenennen.

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.