<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: FlashTextFormatter with SWFObject (Release 2)</title>
	<atom:link href="http://joshblog.net/2006/06/20/flashtextformatter-with-swfobject-release-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshblog.net/2006/06/20/flashtextformatter-with-swfobject-release-2/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:51:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: aron / philipp development blog / FlashTextFormatter plugin for wordpress</title>
		<link>http://joshblog.net/2006/06/20/flashtextformatter-with-swfobject-release-2/#comment-199</link>
		<dc:creator>aron / philipp development blog / FlashTextFormatter plugin for wordpress</dc:creator>
		<pubDate>Tue, 05 Feb 2008 17:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/76/flashtextformatter-with-swfobject-release-2/#comment-199</guid>
		<description>[...] We&#039;re actually using this fix from zeuslab (FTF w/ SWFObject). [...]</description>
		<content:encoded><![CDATA[<p>[...] We&#8217;re actually using this fix from zeuslab (FTF w/ SWFObject). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2006/06/20/flashtextformatter-with-swfobject-release-2/#comment-198</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Fri, 18 Aug 2006 15:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/76/flashtextformatter-with-swfobject-release-2/#comment-198</guid>
		<description>Oh man, that&#039;s a tough one. I don&#039;t think a stylesheet would do it. Maybe you could add a print mode to your posts. Make the address look like this: &lt;a href=&quot;http://www.zeuslabs.us/&quot; rel=&quot;nofollow&quot;&gt;http://your-blog/post/?print=true&lt;/a&gt;. The script will detect when the print variable is true and know to skip the SWF.</description>
		<content:encoded><![CDATA[<p>Oh man, that&#8217;s a tough one. I don&#8217;t think a stylesheet would do it. Maybe you could add a print mode to your posts. Make the address look like this: <a href="http://www.zeuslabs.us/" rel="nofollow">http://your-blog/post/?print=true</a>. The script will detect when the print variable is true and know to skip the SWF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeflash</title>
		<link>http://joshblog.net/2006/06/20/flashtextformatter-with-swfobject-release-2/#comment-197</link>
		<dc:creator>Joeflash</dc:creator>
		<pubDate>Fri, 18 Aug 2006 03:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/76/flashtextformatter-with-swfobject-release-2/#comment-197</guid>
		<description>Great mod, but my concern with this plugin is it makes printing code from the page impossible. How would you implement an alternate stylesheet combined with the SWFObject that allows the text and not the SWF to show up when the user prints the page?</description>
		<content:encoded><![CDATA[<p>Great mod, but my concern with this plugin is it makes printing code from the page impossible. How would you implement an alternate stylesheet combined with the SWFObject that allows the text and not the SWF to show up when the user prints the page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2006/06/20/flashtextformatter-with-swfobject-release-2/#comment-196</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Wed, 21 Jun 2006 19:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/76/flashtextformatter-with-swfobject-release-2/#comment-196</guid>
		<description>In WordPress, you can type your code like this:
&lt;pre&gt;[ftf w=450 h=150]var x:Number = 0;

function doSomething():Void
{
    callSomethingElse();
}[/ftf]&lt;/pre&gt;

The plugin will remove any html tags (WordPress likes to add extra line breaks and things), and it places the code within pre tags. I should probably use code tags as well, since it&#039;s for code. I believe the only customization options are for the width and height. Maybe the language definitions include more options. I&#039;m not the original developer. I merely patched the plugin to display SWFs via SWFObject so that IE users didn&#039;t have to click twice.</description>
		<content:encoded><![CDATA[<p>In WordPress, you can type your code like this:</p>
<pre>[ftf w=450 h=150]var x:Number = 0;

function doSomething():Void
{
    callSomethingElse();
}[/ftf]</pre>
<p>The plugin will remove any html tags (WordPress likes to add extra line breaks and things), and it places the code within pre tags. I should probably use code tags as well, since it&#8217;s for code. I believe the only customization options are for the width and height. Maybe the language definitions include more options. I&#8217;m not the original developer. I merely patched the plugin to display SWFs via SWFObject so that IE users didn&#8217;t have to click twice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://joshblog.net/2006/06/20/flashtextformatter-with-swfobject-release-2/#comment-195</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Wed, 21 Jun 2006 14:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/76/flashtextformatter-with-swfobject-release-2/#comment-195</guid>
		<description>That&#039;s very nice - what does the code look like on the admin side of things? Is it added automatically?

Also, my code blocks are code tags with pre tags inside (sometimes), would I be able to customize the output of the text version?</description>
		<content:encoded><![CDATA[<p>That&#8217;s very nice &#8211; what does the code look like on the admin side of things? Is it added automatically?</p>
<p>Also, my code blocks are code tags with pre tags inside (sometimes), would I be able to customize the output of the text version?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

