View Single Post
Old 03-14-2014, 10:23 AM  
MichaelP
Registered User
 
Industry Role:
Join Date: Aug 2003
Location: QWEBEC Corporate Office
Posts: 7,124
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>
MichaelP is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote