If you know what is wrong with this and can make it work on Ipads & Iphones, and the sound to play on FireFox browser, your hired!
<div id="content">
<h2 class="center">WELCOME TO<br />
J.B.McDONALD WEBSITE</h2>
<div id="movie">
<video autoplay="autoplay">
<source src="video/splash.mp4" type="video/mp4" />
<!--I have tried every which way for the following, different problems arrive not matter what i do-->
<source src="video/splash.webm" type='video/webm; codecs="vp8, vorbis"' />
<!-- if Firefox -->
<source src="video/splash.ogg" type="video/ogg" />
<!--flash fallback -->
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="522" height="250">
<param name="autoplay" value="true" />
<param name="target" value="myself" />
<param name="bgcolor" value="#999999" />
<param name="controller" value="false" />
<param name="href" value="http://gfdesignwise.com/jbm_site/video/splash.mov" />
<embed src="file://jbm_site/video/splash.mov" width="522" height="250" autoplay="true" target="myself" bgcolor="#999999" controller="false" href="http://gfdesignwise.com/jbm_site/video/splash.mov"></embed>
</object>
</video>
<br />
</div><!--close movie div -->
<a href="index.html"><span class="center"><H2>ENTER</H2></span><br /></a>
</div><!--close content div -->