<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jQuery Tutorials &#38; Plugins &#187; jQuery flash</title>
	<atom:link href="http://jqueryblog.net/tag/jquery-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://jqueryblog.net</link>
	<description></description>
	<lastBuildDate>Mon, 05 Jul 2010 08:45:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery Flash Plugin</title>
		<link>http://jqueryblog.net/2009/11/jquery-flash-plugin/</link>
		<comments>http://jqueryblog.net/2009/11/jquery-flash-plugin/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 16:29:47 +0000</pubDate>
		<dc:creator>Osman Erdo&#287;an</dc:creator>
				<category><![CDATA[jQuery Plugin]]></category>
		<category><![CDATA[flash plugin]]></category>
		<category><![CDATA[jQuery flash]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://jqueryblog.net/?p=31</guid>
		<description><![CDATA[This jQuery plugin is for embedding Flash movies. Pages are progressively enhanced when Flash and JavaScript are available, and fallback to plain (X)HTML when they’re not. Replacements can happen as soon as the DOM is ready. (X)HTML, CSS and JavaScript stay separate, making it easy to remove, update or swap out later. Inspired by tools [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Fjquery-flash-plugin%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Fjquery-flash-plugin%2F" height="61" width="51" /></a></div><p>This jQuery plugin is for embedding Flash movies. Pages are progressively enhanced when Flash and JavaScript are available, and fallback to plain (X)HTML when they’re not. Replacements can happen as soon as the DOM is ready. (X)HTML, CSS and JavaScript stay separate, making it easy to remove, update or swap out later. Inspired by tools like SWFObject, UFO and sIFR, but written line-by-line for jQuery, no other scripts are required, meaning less redundancy, smaller filesize and faster loading.</p>
<p><strong>Usage:</strong></p>
<p><strong>Basic Embed:</strong><br />
<em>Javascrtipt:</em></p>
<pre class="brush: jscript;">$(document).ready(function(){
    $('#example').flash(
        { src: 'example.swf',
          width: 720,
          height: 480 },
        { version: 8 }
    );
});</pre>
<p><em>HTML:</em></p>
<pre class="brush: xml;">&lt;div id=&quot;example&quot;&gt;Say hello to the jQuery flash plugin <img src='http://jqueryblog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &lt;/div&gt;</pre>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<strong>Basic Flashvars Embed:</strong><br />
<em>Javascrtipt:</em></p>
<pre class="brush: jscript;">$(document).ready(function(){
    $('#example').flash(
        {
          src: 'example.swf',
          width: 720,
          height: 480,
          flashvars: { foo: 'bar', baz: 'zoo' }
        },
        { version: 8 }
    );
});</pre>
<p><em>HTML:</em></p>
<pre class="brush: xml;">&lt;div id=&quot;example&quot;&gt;Please sir, can I have some flashvars?&lt;/div&gt;</pre>
<p><strong>Which browsers are supported?</strong><br />
Internet Explorer 5.5/6.0/7.0<br />
FireFox 1.5/2.0<br />
Safari 2.0<br />
Opera 9.0</p>
<p><a href="http://jquery.lukelutman.com/plugins/flash/index.html" target="_blank">Website</a> &#8211; <a href="http://jquery.lukelutman.com/plugins/flash/jquery.flash.js" target="_blank">Download (8.4k)</a> &#8211; <a href="http://jquery.lukelutman.com/plugins/flash/index.html#examples" target="_blank">Examples</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jqueryblog.net/2009/11/jquery-flash-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

