Also tried this posted by someone here inanother thread, no luck
Code:
<video autoplay controls preload="auto" width="720" height="570" name="myvideo" id="myvideo">
<source src="<? print $VIDEO1 ; ?>" type="video/mp4" />
<source src="<? print $VIDEO3 ; ?>" type="video/ogg" />
<source src="<? print $VIDEO2 ; ?>" type="video/webm" />
*Your web browser does not support HTML5 video*
</video>