Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Here is a quick sample of how to have a fallback if HTML 5 is not supported:</strong></p> <p>References: </p> <ul> <li><a href="http://www.longtailvideo.com/html5/" rel="nofollow">http://www.longtailvideo.com/html5/</a></li> <li><p><a href="http://dev.opera.com/articles/view/simple-html5-video-flash-fallback-custom-controls/" rel="nofollow">http://dev.opera.com/articles/view/simple-html5-video-flash-fallback-custom-controls/</a></p> <pre><code> &lt;video width="298" height="163" controls="controls"&gt; &lt;source src="[URL TO MP4 File].mp4" type="video/mp4"&gt;&lt;/source&gt; &lt;source src="[URL TO webm File FIrefox Support].webm" type="video/webm"&gt;&lt;/source&gt; &lt;!--Embed Your Flash Object Here--&gt; &lt;object classid="clsid:XXXXXXXXXXXXXXX" width="296" height="163" align="middle"&gt; &lt;param name="movie" value="[Flash File URL].swf.swf"&gt; &lt;param name="quality" value="high"&gt; &lt;param name="bgcolor" value="#ffffff"&gt; &lt;param name="play" value="true"&gt; &lt;param name="loop" value="true"&gt; &lt;param name="wmode" value="window"&gt; &lt;param name="scale" value="showall"&gt; &lt;param name="menu" value="true"&gt; &lt;param name="devicefont" value="false"&gt; &lt;param name="salign" value=""&gt; &lt;param name="allowScriptAccess" value="sameDomain"&gt; &lt;!--[if !IE]&gt;--&gt; &lt;object type="application/x-shockwave-flash" data="[Flash File URL].swf" width="296" height="163"&gt; &lt;param name="movie" value="[Flash File URL].swf"&gt; &lt;param name="quality" value="high"&gt; &lt;param name="bgcolor" value="#cccccc"&gt; &lt;param name="play" value="true"&gt; &lt;param name="loop" value="true"&gt; &lt;param name="wmode" value="window"&gt; &lt;param name="scale" value="showall"&gt; &lt;param name="menu" value="true"&gt; &lt;param name="devicefont" value="false"&gt; &lt;param name="salign" value=""&gt; &lt;param name="allowScriptAccess" value="sameDomain"&gt; &lt;!--&lt;![endif]--&gt; &lt;a href="http://www.adobe.com/go/getflash"&gt; &lt;img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"&gt; &lt;/a&gt; &lt;!--[if !IE]&gt;--&gt; &lt;/object&gt; &lt;!--&lt;![endif]--&gt; &lt;/object&gt; &lt;/video&gt; </code></pre></li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload