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.

video automatisch abspielen

Empfohlene Antworten

hab folgenden code gefunden um ein video im internet explorer abspielen zu können

funktioniert auch schon recht gut

<html>

<head>

<title>Text des Titels</title>

</head>

<body>

<h1>Eine MIDI-Datei</h1>

<object width="267" height="175"

classid="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A">

<param name="filename" value="ritmo.mid">

</object>

</body>

</html>

aber kann ich irgendwie machen dass das video automatisch mit dem abspielen startet??

wär klasse!

MFG SwordMaster

am einfachsten ma auf ne seite gehen in der videos eingebunden sind und dann halt ma in die source schauen.

ich kann grad hier nicht schauen sonst würd ich dir nen beispiel rausholen.

Servus!

Du könntest anstatt dem Object - Tag das embed - Tag verwenden!

da hast du nämlich ein Attribut "autostart" oder so, dass du auf true oder false setzen kannst

Aber am besten schaust du dir das mal selber an!

Gruß

Azrael

  • Autor

danke dir

habs aber jetzt doch anders geschafft:

<object width="980" height="700"

classid="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A">

<param name="filename" value="Endosonografie.mpg">

<param name="AutoStart" VALUE="TRUE">

<param name="PlayCount" VALUE="1">

</object>

Danke euch

MFG SwordMaster

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

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.