Diskussion:Startseite: Unterschied zwischen den Versionen

Aus LNTwww
Wechseln zu:Navigation, Suche
Safwen (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
mp3:
mp3 & ogg:  
<html5media height="720" width="1280">File:a.mp3</html5media>
<lntmedia>
  file:Mpthreetest.mp3
  datei:Median_test.ogg
</lntmedia>


ogg:
mp4, webm & ogv:
<html5media height="720" width="1280">File:Test.ogg</html5media>
<lntmedia height="720" width="1280">
  file:Small.mp4
  file:Small.webm
  DATEI:Small.ogv
</lntmedia>


mp4:
fehlerhafte:
<html5media height="720" width="1280">File:Small.mp4</html5media>
<lntmedia height="720" width="1280">
  ffile:Small.mp4
</lntmedia>


webm:
<lntmedia height="720" width="1280">
<html5media height="720" width="1280">File:Small.webm</html5media>
  file:Small.mp5
 
</lntmedia>
ogv:
<html5media height="720" width="1280">File:Small.ogv</html5media>


web:
<lntmedia height="720" width="1280">https://upload.wikimedia.org/wikipedia/commons/6/65/Examplevideo.ogv</lntmedia>
<html5media height="720" width="1280">https://upload.wikimedia.org/wikipedia/commons/6/65/Examplevideo.ogv</html5media>





Version vom 21. Dezember 2016, 19:06 Uhr

mp3 & ogg: LntMedia: error loading file ""


mp4, webm & ogv: LntMedia: error loading file ""


fehlerhafte: LntMedia: not a valid URL: ffile:Small.mp4


LntMedia: error loading file ""


web: <html5media height="720" width="1280">https://upload.wikimedia.org/wikipedia/commons/6/65/Examplevideo.ogv</html5media>



Alter content (nicht von Tasnad):

Datei:Median test.ogg


Datei:Mpthreetest.mp3

<html>

 <iframe width="560" height="315" src="https://www.youtube.com/embed/W1Jxu9VrqQk?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen>
 </iframe>

</html>


i don't know what i'm doing but i'm trying it


<html>

  <video id="viedeoplayer" controls preload="metadata">
        <source src="Small.mp4" type="video/mp4">
  </video>

</html>


<html>

  <audio id="Song" controls preload="metadata">
        <source src="images/f/f2/Median_test.ogg" type="audio/ogg">
  </audio>

</html>


<html>

  <audio id="Song" controls preload="metadata">
        <source src="images/8/86/Mpthreetest.mp3" type="audio/mp3">
  </audio>

</html>