Welcome, Guest. Please login or register.

Author Topic: HTML5 test  (Read 2275 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline takemehomegrandma

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2990
    • Show all replies
Re: HTML5 test
« on: June 10, 2014, 11:16:22 PM »
Quote from: Seiya;766032
test for amiga modern browser to see if you have problems or not to see html5 video

http://xoomer.virgilio.it/tuxcam/test/index.html

@amigaworld staff
i cannot update with new test becuase my ip adress is blaclisted as far as provider change my ip


Here is a great source of info about this:

http://www.w3schools.com/html/html5_video.asp

Basically, in order to cover all big HTML5 capable browsers, you need to encode at least two files of the same video, and one of these should be "MP4". Then you include both of these as sources between the video tags (as well as some explanatory text for people with incompatible browsers), and the browsers will know to use the appropriate one:

Code: [Select]
<video width=&quot;320&quot; height=&quot;240&quot; controls>
   <source src=&quot;movie.mp4&quot; type=&quot;video/mp4&quot;>
   <source src=&quot;movie.webm&quot; type=&quot;video/webm&quot;>

   Your browser does not support the video tag.
</video>


(BTW, what's with that Red Sheriff Spyware included on your page?)

:confused:
« Last Edit: June 10, 2014, 11:19:55 PM by takemehomegrandma »
MorphOS is Amiga done right! :)