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.aspBasically, 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:
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.webm" type="video/webm">
Your browser does not support the video tag.
</video>
(BTW, what's with that Red Sheriff Spyware included on your page?)
:confused: