html5 video formats

  • Hi
    please take a look at http://john-law.net/projects using your phone/'pad/tablet & see if the CERN panos seem ok and after clicking through to the synchrocyclotron does the animation work ok?

    Having got video working quite well on desktop I’m expanding things with settings for mobile devices.
    here are the ones I’m now using in html5:

    <video autoplay width="1000" height="700" >
    <source src="vids/cern-anim.mp4.mp4" type="video/mp4">
    <source src="vids/cern-anim.appleuniversal.mp4" type="video/mp4">
    <source src="vids/cern-anim.iphone4.mp4" type="video/mp4">
    <source src="vids/cern-anim.ipad.mp4" type="video/mp4">
    <source src="vids/cern-anim.large720p.mp4" type="video/mp4">
    <source src="vids/cern-anim.webmhd.webm" type="video/webm">
    Your browser does not support the video tag.
    </video>

    Many thanks

    JL

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!