<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 22:24:56 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) Getting Video For Everybody working without encoding an OGG - Kit</title>
      <link>https://snipplr.com/view/21666/getting-video-for-everybody-working-without-encoding-an-ogg</link>
      <description>&lt;p&gt;Video For Everybody is a great way to use the `&lt;video&gt;` tag with fallbacks for QuickTime or Flash for users with old browsers, but it requires that every video be encoded twice (once for the MP4 and once for the OGG).&#13;
&#13;
This code (which requires Mootools but could be easily rewritten to avoid that requirement) allows you to provide a better experience for users of very old Flash Players (which don't support H.264 playback) and working video for Firefox users (without encoding any OGG files).&#13;
&#13;
The code should be run onDomReady, and only if there's a `&lt;video&gt;` element on the page. Due to my requirements, this code only addresses the first `&lt;video&gt;` element on the page.&#13;
&#13;
The video element should be enclosed in a `&lt;div&gt;` or other suitable container.&lt;/p&gt;</description>
      <pubDate>Thu, 22 Oct 2009 21:13:32 UTC</pubDate>
      <guid>https://snipplr.com/view/21666/getting-video-for-everybody-working-without-encoding-an-ogg</guid>
    </item>
  </channel>
</rss>
