<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/html/tags/flash</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 13:53:58 GMT</pubDate>
<item>
<title>(HTML) Play media w/ Strobe Media Player - carlskov</title>
<link>http://snipplr.com/view/60866/play-media-w-strobe-media-player/</link>
<description><![CDATA[ <p>Remember to change flashvars (src, poster) and the size of the player in swfobject.embedSWF parameters (428, 240)</p> ]]></description>
<pubDate>Wed, 16 Nov 2011 01:55:50 GMT</pubDate>
<guid>http://snipplr.com/view/60866/play-media-w-strobe-media-player/</guid>
</item>
<item>
<title>(HTML) New Object Embed for SWF - digitalzoomstudio</title>
<link>http://snipplr.com/view/57017/new-object-embed-for-swf/</link>
<description><![CDATA[ <p>Hey guys, I struggled a little to find a crossbrowser, non repetitive params way to embed swfs; this object embed works flawlessly for me in all browsers - ie7, ie8, safari, chrome, firefox. Why is swfobject and YouTube using this format - http://code.google.com/p/swfobject/wiki/documentation ( scroll to static embed ) ? The flaw with that is that you have to change width/height/flashvars 2 times rather then my method where it's only one ... 

So anybody knows why they are using that ? Does it work in IE6 ( I can't test this .. ) ? If that's the case - I don't care about ie6:D</p> ]]></description>
<pubDate>Fri, 22 Jul 2011 05:16:36 GMT</pubDate>
<guid>http://snipplr.com/view/57017/new-object-embed-for-swf/</guid>
</item>
<item>
<title>(HTML) Flash Proper Embed without SWFObject - digitalzoomstudio</title>
<link>http://snipplr.com/view/54920/flash-proper-embed-without-swfobject/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 06 Jun 2011 04:05:30 GMT</pubDate>
<guid>http://snipplr.com/view/54920/flash-proper-embed-without-swfobject/</guid>
</item>
<item>
<title>(HTML) HTML5 Video: Simple Embed - rtcrm</title>
<link>http://snipplr.com/view/53264/html5-video-simple-embed/</link>
<description><![CDATA[ <p>- HTML5 video displayed for those browsers that support it.
- Falls back to Flash video for non-HTML5 browsers (below IE9).
- Placeholder image displays for non-HTML5 and non-Flash browsers.
- Does not rely on JS.
- Does not include download links.  
- If using "ClearOverAll.swf" for Flash controls, make sure it lives on same level as the HTML page!  (Otherwise, the controls won't appear.)
- Make sure MIME types are on the server hosting the HTML5 video files!  (Add to cpanel, not the .htaccess file.)</p> ]]></description>
<pubDate>Tue, 10 May 2011 05:11:49 GMT</pubDate>
<guid>http://snipplr.com/view/53264/html5-video-simple-embed/</guid>
</item>
<item>
<title>(HTML) Cross-Browser HTML5 Video With Flash or Silverlight Fall-back - blueocto</title>
<link>http://snipplr.com/view/48500/crossbrowser-html5-video-with-flash-or-silverlight-fallback/</link>
<description><![CDATA[ <p>Until recently, playing video files in a web page was notoriously complicated. The user requires a Flash or Silverlight plug-in and even the simplest HTML is a confusing mess.

Few HTML5 features excite developers more than native audio and video. The  and  tags allow you to play media files in an HTML5-aware browser without a plug-in. The elements also become part of the DOM so you can create your own player controls, add captions and synchronize JavaScript events with media playback. As a bonus, the basic HTML5 code is far easier to understand.</p> ]]></description>
<pubDate>Mon, 07 Feb 2011 09:03:04 GMT</pubDate>
<guid>http://snipplr.com/view/48500/crossbrowser-html5-video-with-flash-or-silverlight-fallback/</guid>
</item>
<item>
<title>(HTML) Embed Flash no HTML - joaobarbosa</title>
<link>http://snipplr.com/view/45082/embed-flash-no-html/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 01 Dec 2010 05:51:30 GMT</pubDate>
<guid>http://snipplr.com/view/45082/embed-flash-no-html/</guid>
</item>
<item>
<title>(HTML) flash or object tags and z-index - rumremix</title>
<link>http://snipplr.com/view/45004/flash-or-object-tags-and-zindex/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 29 Nov 2010 08:28:37 GMT</pubDate>
<guid>http://snipplr.com/view/45004/flash-or-object-tags-and-zindex/</guid>
</item>
<item>
<title>(HTML) 100% W3C-valid flash embed code using &amp;amp;lt;object&amp;amp;gt;. - trusktr</title>
<link>http://snipplr.com/view/44839/100-w3cvalid-flash-embed-code-using-ltobjectgt/</link>
<description><![CDATA[ <p>This code will allow you to embed flash on websites and those sites will validate on w3c validator.

Unfortunately, sloppy developers don't usually care about validation. :/</p> ]]></description>
<pubDate>Thu, 25 Nov 2010 10:26:07 GMT</pubDate>
<guid>http://snipplr.com/view/44839/100-w3cvalid-flash-embed-code-using-ltobjectgt/</guid>
</item>
<item>
<title>(HTML) If user does not see Flash, show static image - lromak</title>
<link>http://snipplr.com/view/42569/if-user-does-not-see-flash-show-static-image/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 20 Oct 2010 00:26:59 GMT</pubDate>
<guid>http://snipplr.com/view/42569/if-user-does-not-see-flash-show-static-image/</guid>
</item>
<item>
<title>(HTML) Bulletproof web video - myke</title>
<link>http://snipplr.com/view/41984/bulletproof-web-video/</link>
<description><![CDATA[ <p>Well almost ;) This should really cover most any browser out there. If no HTML5 support will fall back to flash, so for this example Flowplayer is required, but any flash video would work.

also FP will play many different formats not just flv.</p> ]]></description>
<pubDate>Sun, 10 Oct 2010 15:43:10 GMT</pubDate>
<guid>http://snipplr.com/view/41984/bulletproof-web-video/</guid>
</item>
<item>
<title>(HTML) Embedding flash without embed tag - resting</title>
<link>http://snipplr.com/view/39928/embedding-flash-without-embed-tag/</link>
<description><![CDATA[ <p>Embed tag doesn\'t validate. Quick solution.</p> ]]></description>
<pubDate>Fri, 03 Sep 2010 02:25:28 GMT</pubDate>
<guid>http://snipplr.com/view/39928/embedding-flash-without-embed-tag/</guid>
</item>
<item>
<title>(HTML) Embed Flash into HTML - crs</title>
<link>http://snipplr.com/view/39517/embed-flash-into-html/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 25 Aug 2010 20:16:00 GMT</pubDate>
<guid>http://snipplr.com/view/39517/embed-flash-into-html/</guid>
</item>
<item>
<title>(HTML) Embed Flash HTML Embed - Window Transparency - ryarwood</title>
<link>http://snipplr.com/view/38904/embed-flash-html-embed--window-transparency/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 11 Aug 2010 07:46:01 GMT</pubDate>
<guid>http://snipplr.com/view/38904/embed-flash-html-embed--window-transparency/</guid>
</item>
<item>
<title>(HTML) Simple Flash Embed - mennyj</title>
<link>http://snipplr.com/view/35855/simple-flash-embed/</link>
<description><![CDATA[ <p>[via rtcrm]

This uses *no javascript* and will still render in IE, Safari, Firefox, and Opera.</p> ]]></description>
<pubDate>Fri, 18 Jun 2010 00:54:09 GMT</pubDate>
<guid>http://snipplr.com/view/35855/simple-flash-embed/</guid>
</item>
<item>
<title>(HTML) Standard Flash Player Embed - FLV - mennyj</title>
<link>http://snipplr.com/view/35851/standard-flash-player-embed--flv/</link>
<description><![CDATA[ <p>[via rtcrm]
Needed:
- Video in FLV format.
- video_player.swf (standard player, which resizes for any flv).

Notes:
- SWF and FLV files can live anywhere.
- Location of FLV is relative to the location of video_player.swf.  (see below - only video_player.swf needs the folder name.)</p> ]]></description>
<pubDate>Fri, 18 Jun 2010 00:45:51 GMT</pubDate>
<guid>http://snipplr.com/view/35851/standard-flash-player-embed--flv/</guid>
</item>
<item>
<title>(HTML) Crossbrowser video embedding - marcio</title>
<link>http://snipplr.com/view/28617/crossbrowser-video-embedding/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 19 Feb 2010 09:30:13 GMT</pubDate>
<guid>http://snipplr.com/view/28617/crossbrowser-video-embedding/</guid>
</item>
<item>
<title>(HTML) flash anzeigen - nico65</title>
<link>http://snipplr.com/view/19550/flash-anzeigen/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 11 Sep 2009 10:36:13 GMT</pubDate>
<guid>http://snipplr.com/view/19550/flash-anzeigen/</guid>
</item>
<item>
<title>(HTML) Embedding Objects in HTML - wizard04</title>
<link>http://snipplr.com/view/17205/embedding-objects-in-html/</link>
<description><![CDATA[ <p>For cross-browser code--which is not necessarily valid--the [Embedded Media HTML Generator](http://cit.ucsf.edu/embedmedia/step1.php) provides a great starting point.</p> ]]></description>
<pubDate>Mon, 20 Jul 2009 08:41:30 GMT</pubDate>
<guid>http://snipplr.com/view/17205/embedding-objects-in-html/</guid>
</item>
<item>
<title>(HTML) Video For Everybody - rtcrm</title>
<link>http://snipplr.com/view/16952/video-for-everybody/</link>
<description><![CDATA[ <p>Video for Everybody is very simply a chunk of HTML code that embeds a video into a website using the HTML5 `` element which offers native playback in Firefox 3.5 and Safari 3 &amp; 4.

This is native OGG video playback in Firefox 3.5 (you get H.264 playback in Safari). No plugins to install. The video is played by the browser itself. It loads quickly and doesn’t threaten to crash your browser. 

In other browsers that do not support ``, it falls back to Adobe Flash:
You can host locally or embed any Flash file, such as a YouTube video.

If Flash is not installed, QuickTime is used which allows playback on the iPhone.

If QuickTime is not installed then Windows Media Player is used in Internet Explorer 8 for Windows 7. This means that it is actually almost impossible for the video to not play in IE8 on Windows 7. Even without Flash and QuickTime, you’d have to disable Windows Media Player or all ActiveX entirely!

Finally, if all else fails, a warning is issued that provides links to download the video, and links to software relevant to getting the video to play within the browser itself. Since this is just HTML, you can put anything here you want.</p> ]]></description>
<pubDate>Mon, 13 Jul 2009 10:28:02 GMT</pubDate>
<guid>http://snipplr.com/view/16952/video-for-everybody/</guid>
</item>
<item>
<title>(HTML) Standard Flash Player Embed - FLV - rtcrm</title>
<link>http://snipplr.com/view/11762/standard-flash-player-embed--flv/</link>
<description><![CDATA[ <p>Needed:
- Video in FLV format.
- video_player.swf (standard player, which resizes for any flv).

Notes:
- SWF and FLV files can live anywhere.
- Location of FLV is relative to the location of video_player.swf.  (see below - only video_player.swf needs the folder name.)</p> ]]></description>
<pubDate>Mon, 02 Feb 2009 15:49:40 GMT</pubDate>
<guid>http://snipplr.com/view/11762/standard-flash-player-embed--flv/</guid>
</item>
</channel>
</rss>
