Hi,
I've found out that we have a package in school that converts video into HTML5 format and put this video on the school website:
http://www.bigwood.nottingham.sch.uk...L5 Test 1.html
The code to it is very simple:
Now in Dreamweaver, it works fine in the Live View format, and when I save the work and look at the page from my computer it works fine too.HTML Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Video HTML5 Test 1</title> </head> <body><video id=0 controls width=640 height=360> <source src="1.ogv" type='video/ogg; codecs="theora, vorbis"'/> <source src="1.webm" type='video/webm' > <source src="1.mp4" type='video/mp4'> <p>Video is not visible, most likely your browser does not support HTML5 video</p> </video> </body> </html>
I've looked at it in Chrome and it works fine as well there but the problem is that we currently use Internet Explorer 9 on all our school PC's and it doesn't work on that. I don't undertsand though how it can work on my Dreamweaver preview and when I see it in its folder on My Computer yet online it doesn't as I assume that it's using IE9 in DW and my Computer.
Is there a short and simple solution to allow me to show videos using HTML5 (we're not using Flash as a lot of people use Ipads in school) but still using IE9 as I've asked the IT technician about IE11 and he says it's not going to happen pretty soon.
Many thanks for any help on this project.
Jay Dog



Reply With Quote


Bookmarks