<?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>orangeSPLoTCH &#187; SwfObj</title>
	<atom:link href="http://orangesplotch.com/blog/categories/swfobj/feed/" rel="self" type="application/rss+xml" />
	<link>http://orangesplotch.com/blog</link>
	<description>Web developing in the middle of the night.</description>
	<lastBuildDate>Wed, 25 Aug 2010 11:45:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>SwfObj Version 0.9.2</title>
		<link>http://orangesplotch.com/blog/swfobj-version-0-9-2/</link>
		<comments>http://orangesplotch.com/blog/swfobj-version-0-9-2/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 05:17:48 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[SwfObj]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[swfobject]]></category>
		<category><![CDATA[wp plugin]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/?p=252</guid>
		<description><![CDATA[The latest release of SwfObj adds the option to embed your Flash objects dynamically. Now SwfObj fully takes advantage of the SwfObject Javascript library.]]></description>
			<content:encoded><![CDATA[<p class="intro">Big changes are finally here in SwfObj land. Thanks to the encouragement of fantastic SwfObj users, such as yourself, I&#8217;ve mustered up the motivation to implement what I consider to be a major feature. Dynamic Embedding of Flash objects is finally available with SwfObj.</p>
<h3>Dynamic vs. Static Embedding</h3>
<p>Prior to this release, the only option for embedding Flash objects with SwfObj, was statically. This embeds the objects directly into the html rendered by WordPress.</p>
<p>By dynamically embedding them, WordPress instead places a <code>div</code> tag on the page that holds the alternative content only. Once the page has loaded, Javascript replaces this alternative content with the Flash object.</p>
<p>I&#8217;ll defer you to the official SwfObject project for <a href="http://code.google.com/p/swfobject/wiki/documentation#Should_I_use_the_static_or_dynamic_publishing_method?">the advantages and disadvantages of either SwfObject embedding method</a>.</p>
<h3>How to embed objects dynamically</h3>
<p>By default, SwfObj is set to embed statically. If you would rather use dynamic embedding by default on your site, it is very easy to change the settings. Go to Settings > SwfObj and in &#8220;Default Embedding Mode&#8221; select &#8220;Dynamic Publishing&#8221;. Save your changes and you&#8217;re all set.</p>
<p>If you ever want to use the other method for a particular post, you can override the default with the new <code>dynamic_embed</code> attribute. Here are a couple examples.</p>
<pre>&#91;swfobj src="..." dynamic_embed="true"&#93; &larr; <em>(embedded dynamically)</em>
&#91;swfobj src="..." dynamic_embed="false"&#93; &larr; <em>(embedded statically)</em>
</pre>
<h3>Other developments</h3>
<p>In more exciting news, <a href="http://noscope.com/">Joen Asmussen</a> the developer behind the <a href="http://wordpress.org/extend/plugins/flash-shorttags-swfobject/">Flash Shorttags SwfObject Plugin</a> requested that I merge in features from his plugin so he could discontinue it in favor of SwfObj. As a result, you can also use the &#91;flash&#93; shorttag to embed your Flash objects. I really appreciate Joen approaching me about merging our two plugins. It makes things simpler for everyone out there looking for an easier way to embed Flash on their WordPress site.</p>
<p>I originally developed this plugin for myself because embedding Flash was such a pain. It&#8217;s been great to see so many other people getting value from it as well. Thanks to your help and suggestions SwfObj continues to improve. Please continue to send any comments or suggestions you may have as you use it on your sites. And if you really want to show your appreciation, feel free to <a href="http://orangesplotch.com/freelunch">buy me lunch</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/swfobj-version-0-9-2/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>SwfObj Updates for WP 2.8</title>
		<link>http://orangesplotch.com/blog/swfobj-updates-for-wp-2-8/</link>
		<comments>http://orangesplotch.com/blog/swfobj-updates-for-wp-2-8/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 02:48:19 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[SwfObj]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wp 2.8]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/?p=220</guid>
		<description><![CDATA[New release of SwfObj hot off the press. This release uses the newly updated SwfObject 2.2 code as well as fixes an issue for Wordpress users who place their wp-content somewhere other than the default location.]]></description>
			<content:encoded><![CDATA[<p class="intro">
Wordpress just recently released the latest version of their open source blogging platform. Plugin developers everywhere are busy updating their plugins. At least those who procrastinate. SwfObj is no exception. We love jumping on the bandwagon here.
</p>
<p>Actually, I thought SwfObj was ready for the WordPress upgrade. I use a beta version to try and stay ahead of the curve. The plugin worked fine in my beta so it was good. Then I came across <a href="http://plugincheck.bravenewcode.com/">BraveNewCode&#8217;s plugin checker</a> and discovered the SwfObj plugin was breaking a cardinal rule. <strong>FAIL!</strong></p>
<h3>Plugin No-No</h3>
<p>According to the plugin checker, my plugin was not compatible with the latest WordPress release for the following reason:<br />
<blockquote>Uses &#8216;wp-content&#8217; directly in code</p></blockquote>
<p>Translated, this means I was hardcoding the <code>wp-content</code> path in my plugin, rather than using the <code>WP_PLUGIN_URL</code> constant. </p>
<p>As of WordPress 2.6, the <code>wp-content</code> directory can be located anywhere the site admin wants it to be. By hardcoding this path, anyone who had moved it would get errors when they tried to use the SwfObj plugin. There&#8217;s a good post on how to <a href="http://willnorris.com/2009/05/wordpress-plugin-pet-peeve-hardcoding-wp-content">correct the wp-content hardcoding problem</a> if you are guilty of it too.</p>
<h3>SwfObject 2.2</h3>
<p>SwfObject also released an update. In response, I&#8217;ve updated SwfObj to use the latest SwfObject code, version 2.2. Onward and upward we go!</p>
<p class="aside">And there you have it, the latest SwfObj build. An updated SwfObject release and some compatibility fixes. All are available now at a <a href="http://wordpress.org/extend/plugins/swfobj/">WordPress repository near you</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/swfobj-updates-for-wp-2-8/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SwfObj 0.7 Ready in Time for the Holidays</title>
		<link>http://orangesplotch.com/blog/swfobj-07-ready-in-time-for-the-holidays/</link>
		<comments>http://orangesplotch.com/blog/swfobj-07-ready-in-time-for-the-holidays/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 16:07:26 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[SwfObj]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[swfobject]]></category>
		<category><![CDATA[wordpress 2.7]]></category>
		<category><![CDATA[wp plugin]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/?p=123</guid>
		<description><![CDATA[WordPress 2.7 required making some changes to SwfObj. Those have been implemented and are currently available in the 0.7 release of SwfObj.]]></description>
			<content:encoded><![CDATA[<p class="intro">To get the holidays rolling right, I&#8217;ve just updated SwfObj. Actually this release is in response to the changes in media handlers with WordPress 2.7. But it still sound nicer to say it&#8217;s just for the holidays.</p>
<h3>From URL</h3>
<p>The main change in 2.7 that necessitated this release is the &#8220;From URL&#8221; tab in the media upload/insert popup. This requires a new handler in the plugin. I also took the time to add all of the features available for uploaded swfs to swfs linked to using the &#8220;From URL&#8221; tab.</p>
<h3>Holiday Bugs</h3>
<p>There are always bugs to be squashed and this release includes a few of fixes as well. One to note is that the alt content is no longer automatically wrapped in <code>&lt;p&gt;</code> tags. This means you can put it in whatever wrapper you&#8217;d like.</p>
<h3>2009 is coming</h3>
<p>I do have some plans for upgrading the project in &#8217;09. The major update I&#8217;d like to make is to enable dynamic embedding of swfs using SwfObject as an alternative to static embedding. I&#8217;ve had a couple of requests for this feature so I know others are looking for it, too.</p>
<p>If you have anything you&#8217;d like to see added/improved in &#8217;09 please let me know.</p>
<p>Thanks again to all who have provided feedback and support. Hope everyone has a happy holiday season!</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/swfobj-07-ready-in-time-for-the-holidays/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SwfObj Version 0.6 Released</title>
		<link>http://orangesplotch.com/blog/swfobj-version-06-released/</link>
		<comments>http://orangesplotch.com/blog/swfobj-version-06-released/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 21:17:36 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[SwfObj]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[media library]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[swfobject]]></category>
		<category><![CDATA[wp plugin]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/?p=113</guid>
		<description><![CDATA[SwfObj just received some needed bug fixes. You can view some notes on the changes here. Or just go and <a href="http://wordpress.org/extend/plugins/swfobj/" title="Download the SwfObj WordPress plugin.">get the latest version</a>.]]></description>
			<content:encoded><![CDATA[<p class="intro">A new version of SwfObj just shipped out of the factory today. This release fixes a couple of bugs that were recently brought to my attention by users like you.</p>
<h3>Taming the big bully</h3>
<p>Apparently, unknown to me, this plugin has been inserting swfobj shortcode whenever a media object is imported into a post from the Media Library, whether it is a Flash object or not. That kind of over-aggressive attitude is not welcome around here. As a result I added a media check to the import function. Now the swfobj shortcode is only inserted when embedding Flash objects. I also sent the plugin to time-out and told him he needed to apologize to everyone for his bad behavior.</p>
<h3>Class-itis</h3>
<p>A minor bug fix that most people probably won&#8217;t notice involved cleaning up the class attribute. It was being added to both object tags as well as being placed in a defunct param tag. The class attribute is now only applied to the outer object tag and no defunct param tags to speak of.</p>
<p class="aside">I&#8217;d also like to take this chance to thank all of you who have sent in feedback both good and bad on this plugin. Thank you for taking the time to contact me so I can continue to improve the SwfObj plugin. And a very big thanks to the generous person who recently sent me a donation as well! <br />Please continue to send any bug or feature requests you have. All feedback good and bad is appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/swfobj-version-06-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SwfObj version 0.3 released</title>
		<link>http://orangesplotch.com/blog/swfobj-version-03-released/</link>
		<comments>http://orangesplotch.com/blog/swfobj-version-03-released/#comments</comments>
		<pubDate>Fri, 23 May 2008 20:28:19 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[SwfObj]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[swfobject]]></category>
		<category><![CDATA[wordpress 2.5]]></category>
		<category><![CDATA[wp plugin]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/?p=93</guid>
		<description><![CDATA[A new release of the SwfObj WordPress plugin just in time for Memorial Day. So go grill up some hamburgers and when you get a chance, update your plugins. It seems SwfObj is all I've been talking about for the last little while.]]></description>
			<content:encoded><![CDATA[<p class="intro">Last night I quietly released version 0.3 of the SwfObj WordPress plugin. The plugin is making steady progress towards an official 1.0 release. I&#8217;ll touch on the new features, but try to keep this post short so you can enjoy your Memorial Day weekend.</p>
<h3>Upgraded interface</h3>
<p>If you use the media toolbar to insert Flash objects into your posts, you will now find a lot more options available for customizing the embedded object. These include width, height, alignment, id, class, allowfullscreen, etc. Any options filled in will be included in the auto-generated shortcode when the object is inserted in the post.</p>
<p><a href="http://orangesplotch.com/blog/wp-content/uploads/2008/05/swfobj_ss3.png"><img class="alignnone size-full wp-image-95" title="swfobj_ss3" src="http://orangesplotch.com/blog/wp-content/uploads/2008/05/swfobj_ss3.png" alt="SwfObj plugin screenshot showing advanced options hidden." width="400" height="326" /></a></p>
<p>In an effort to keep the library interface clean and practical, the advanced options are tucked away by default. If you want to use them to embed an object, click &#8220;Show Advanced Options&#8221; and they magically appear. The interface is still a bit cluttered, but its the best I&#8217;ve got for now.</p>
<p><a href="http://orangesplotch.com/blog/wp-content/uploads/2008/05/swfobj_ss2.png"><img class="alignnone size-full wp-image-94" title="swfobj_ss2" src="http://orangesplotch.com/blog/wp-content/uploads/2008/05/swfobj_ss2.png" alt="SwfObj plugin screenshot showing media library view." width="400" height="328" /></a></p>
<h3>The webpage</h3>
<p><a href="http://orangesplotch.com/blog/swfobj/">SwfObj&#8217;s official web page</a> also got an upgraded look. It has two fat download and donate buttons. I also added a &#8220;recent news&#8221; blurb, so you can quickly see any new posts about the plugin. <strong>Pretty exciting.</strong> Ok, not really.</p>
<h3>The future</h3>
<p>There is still more to be done on SwfObj. Not all of the Flash parameters are supported yet. The code could use some polishing. And lots of testing and bug fixing. If anyone has any problems or feature requests, please let me know.</p>
<p>Hopefully I&#8217;ll get some translations in as well. <em>Any takers?<br />
</em></p>
<p>Updates probably won&#8217;t be as frequent as the last two releases, though. Most of the major features are in now. Rather than playing with plugins all the time, I think it&#8217;s time to start doing some actual Flash.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/swfobj-version-03-released/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>SwfObj Plugin Unleashed</title>
		<link>http://orangesplotch.com/blog/swfobj-plugin-unleashed/</link>
		<comments>http://orangesplotch.com/blog/swfobj-plugin-unleashed/#comments</comments>
		<pubDate>Tue, 20 May 2008 07:44:12 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[SPLoTCH]]></category>
		<category><![CDATA[SwfObj]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[swfobject]]></category>
		<category><![CDATA[wordpress 2.5]]></category>
		<category><![CDATA[wp plugin]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/?p=92</guid>
		<description><![CDATA[A new version of the SwfObj WordPress plugin was released today. Come see what's new.]]></description>
			<content:encoded><![CDATA[<p class="intro">It&#8217;s been almost one week since I released the SwfObj plugin for WordPress. In that time its been downloaded 65 times and 2 people have contacted me about it. In my opinion that&#8217;s not too shabby. So now what?</p>
<p><strong>SwfObj is overdue for an overhaul</strong>. As I stated in my <a href="http://orangesplotch.com/blog/swfobj-wordpress-plugin/">original release announcement</a>, the purpose of this plugin is to take the pain out of uploading and embedding Flash media in WordPress. Right now it makes it easier to embed content, but you still have to upload the Flash files to the server manually, figure out their URLs, and then type out the shortcode. This falls far short of being painless.</p>
<p>Today SwfObj is taking a step in the right direction. Expanded features now make uploading and embedding Flash content into WordPress just a little easier. <strong>Still not painless, but closer.</strong></p>
<h3>Upload Flash directly</h3>
<p>When you install and enable the latest SwfObj release, a new media button will appear in your post editor. This allows you to upload new Flash content to your WordPress Media Library for embedding. Additionally you can view all of the Flash content currently in your library and insert it into your post. Simply click on the &#8220;Media Library&#8221; to see all of your Flash objects.</p>
<p>Inserting Flash content from the library injects the proper shortcode into the post or page you are editing. Currently it only embeds the &#8220;<code>src</code>&#8221; and &#8220;<code>alt</code>&#8221; properties. Any additional properties such as dimensions have to be added manually. Future releases will auto-embed more properties.</p>
<h3>Multiple language support</h3>
<p>This release also adds international support for the SwfObj plugin. If anyone wants to translate this into their native language, please do. I&#8217;d love to have this available in several languages.</p>
<h3>Try it out</h3>
<p>If you use Flash a lot in your posts and are looking for an easier way to upload and embed them, this plugin may be something you&#8217;ll want.  Feel free to download <a title="SwfObj WordPress Plugin" href="http://wordpress.org/extend/plugins/swfobj">the latest version of the SwfObj plugin</a> and try it out. Let me know if you have any questions or comments. I&#8217;d love to hear about any features you&#8217;d like to see, or problems you have encountered while using it. All feedback, <em>good and bad</em>, is welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/swfobj-plugin-unleashed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SwfObj WordPress Plugin</title>
		<link>http://orangesplotch.com/blog/swfobj-wordpress-plugin/</link>
		<comments>http://orangesplotch.com/blog/swfobj-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 13 May 2008 06:08:27 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[SwfObj]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[swfobject]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp plugin]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/?p=75</guid>
		<description><![CDATA[I've just released the <a href="http://wordpress.org/extend/plugins/swfobj/">SwfObj WordPress plugin</a>. It's already saving me loads of time embedding Flash objects in my posts. Hopefully it can be of value to you, too.]]></description>
			<content:encoded><![CDATA[<p class="intro">I am currently developing a <a href="http://wordpress.org/extend/plugins/swfobj/" title="SwfObj WordPress plugin">WordPress Plugin</a> for those who are Flash Fiends like myself.</p>
<h3>Embedding Flash was a pain</h3>
<p>As you may have noticed, I embed a lot of Flash files into my blog posts. Embedding Flash content into WordPress posts is a tedious process at best. There are several options and parameters, all needing to be entered correctly or the object won&#8217;t display properly. Add to that the complexity of multiple browser support and you&#8217;ve got quite a mess, especially if you are concerned with valid XHTML markup.</p>
<p>Up until this point, I&#8217;ve been copy/pasting the object code into my posts. First I ftp the Flash file onto my server. Then I pull up a past post that had Flash in it. Then I copy that code to my new post, and edit the items that have changed such as the src and the object dimensions. Finally I save the post and preview it to see if I entered everything correctly. This takes way longer than it should.</p>
<h3>Some recent developments</h3>
<p>Last year I came across the SwfObject project. It is a great tool to simplify embedding Flash content. The markup is XHTML compliant, but still works most browsers, including IE6.</p>
<p>Flash forward to last month, when WordPress 2.5 was released. The new release includes the handy shortcode feature as well as improved media support with a nice API.</p>
<h3>Flash magic voodoo</h3>
<p>Combine the two and for me, you&#8217;ve got something magical. Assuming I&#8217;m not the only person who embeds heaps of Flash content into their posts, I decided to put together this new plugin: <a href="http://wordpress.org/extend/plugins/swfobj/"><strong>SwfObj</strong></a>.</p>
<p>While there are still a lot of features in the works, this initial version has significantly simplified the process of embedding Flash into my posts. A simple shortcode, such as the following, is all the markup I need to embed them. Here is the new shortcode, and the resulting embedded object.</p>
<blockquote><p><code>&#91;swfobj src="http://orangesplotch.com/blog/wp-content/uploads/2008/04/constellation.swf" width="500" height="196" allowfullscreen="true" required_player_version="9.0.0"]</code>
</p></blockquote>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="500" height="196" class="test">
      <param name="movie" value="http://orangesplotch.com/blog/wp-content/uploads/2008/04/constellation.swf" />
      <param name="allowfullscreen" value="true" />
      <param name="wmode" value="opaque" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="http://orangesplotch.com/blog/wp-content/uploads/2008/04/constellation.swf" width="500" height="196" allowfullscreen="true" wmode="opaque">
      <!--<![endif]-->
        
      <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>

<p><em>Admittedly this shortcode example isn&#8217;t that short. But it sure is a lot shorter and easier to read than the resulting embedded object code.</em></p>
<pre>
&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="500" height="196">
  &lt;param name="movie" value="http://orangesplotch.com/blog/wp-content/uploads/2008/04/constellation.swf" />
  &lt;param name="allowFullScreen" value="true" />
  &lt;!--&#91;if !IE]--&gt;
  &lt;object type="application/x-shockwave-flash" data="http://orangesplotch.com/blog/wp-content/uploads/2008/04/constellation.swf" width="500" height="196" allowFullScreen="true">
  &lt;!--&#91;endif]--&gt;

    &lt;p>The Flash plugin is required to view this object.&lt;/p>
  &lt;!--&#91;if !IE]--&gt;
  &lt;/object>
  &lt;!--&#91;endif]--&gt;
&lt;/object>
</pre>
<p class="aside">
For more details on the plugin, visit the shiny new <a href="http://orangesplotch.com/blog/swfobj">SwfObj WordPress plugin homepage</a>. Feel free to <a href="http://wordpress.org/extend/plugins/swfobj/">download</a> it and use it on your own site. Any feedback is welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/swfobj-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
