Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   [HTML] Videos in FireFox und opera? (https://www.delphipraxis.net/73828-%5Bhtml%5D-videos-firefox-und-opera.html)

NikoMitDaMacht 24. Jul 2006 16:26


[HTML] Videos in FireFox und opera?
 
Hi!
Mein problem:
Ich binde in eine html ein video ein ( <EMBED NAME="PlayEm" SRC="bla.avi" AUTOSIZE AUTOPLAY>
Das funzt im IE auch wunderbar, nur eben im firefox und opera halt nicht.
Warum nicht?
Gibts da andere tags?

Matze 24. Jul 2006 16:35

Re: [HTML] Videos in FireFox und opera?
 
Hi,

über Google in 1 Minute gefunden:

Code:
<object type="application/x-mplayer2" data="film.avi" width="200" height="200">
  <param name="src" value="film.avi" />
</object>

horst 24. Jul 2006 16:36

Re: [HTML] Videos in FireFox und opera?
 
Teste das mal

Code:
<object id='mediaPlayer' classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
  <param name='fileName' value="http://www.xyz.de/dsl.wmv">
  <param name='animationatStart' value='true'>
    <param name="AudioStream" value="true">
  <param name='transparentatStart' value='true'>

  <param name='autoStart' value="true">
  <param name='showControls' value="true">
  <param name="ShowStatusBar" value="false">
  <param name='loop' value="0">
  <embed type='application/x-mplayer2' pluginspage='http://microsoft.com/windows/mediaplayer/en/download/' src="http://www.xyz.de/dsl.wmv" autostart="1" displaysize='4' autosize='1' bgcolor='black' showcontrols="1" showtracker='0' showstatusbar='1' showdisplay='0' videoborder3d='0' designtimesp='5311' loop="0"></embed>
</object>
Grüße
Horst


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:33 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz