<?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"
	>
<channel>
	<title>Comments on: Embedding SWF files into WordPress posts with SWFObject</title>
	<atom:link href="http://aralbalkan.com/606/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/606</link>
	<description>Aral on Flash, SWX, Flex, ActionScript, and life.</description>
	<pubDate>Fri, 22 Aug 2008 00:05:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Srinivas</title>
		<link>http://aralbalkan.com/606#comment-145159</link>
		<dc:creator>Srinivas</dc:creator>
		<pubDate>Mon, 12 May 2008 04:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/606#comment-145159</guid>
		<description>Thanks for the code.</description>
		<content:encoded><![CDATA[<p>Thanks for the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/606#comment-70960</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Tue, 11 Sep 2007 08:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/606#comment-70960</guid>
		<description>Hi Jay, 

You would use FlashVars to do that. In SWFObject, you use so.addVariable("variable name", "variable value"). See the &lt;a href="http://blog.deconcept.com/swfobject/" rel="nofollow"&gt;SWFObject&lt;/a&gt; page for more information on how to do that.</description>
		<content:encoded><![CDATA[<p>Hi Jay, </p>
<p>You would use FlashVars to do that. In SWFObject, you use so.addVariable(&#8221;variable name&#8221;, &#8220;variable value&#8221;). See the <a href="http://blog.deconcept.com/swfobject/" rel="nofollow">SWFObject</a> page for more information on how to do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://aralbalkan.com/606#comment-70959</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Tue, 11 Sep 2007 07:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/606#comment-70959</guid>
		<description>i have a problem how can get html dynamic text value into flash</description>
		<content:encoded><![CDATA[<p>i have a problem how can get html dynamic text value into flash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/606#comment-62670</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Thu, 19 Jul 2007 07:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/606#comment-62670</guid>
		<description>Thanks for the link, Pete.</description>
		<content:encoded><![CDATA[<p>Thanks for the link, Pete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://aralbalkan.com/606#comment-62663</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Thu, 19 Jul 2007 06:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/606#comment-62663</guid>
		<description>I would really recommend Michael Bester's excellent http://www.kimili.com/plugins/kml_flashembed

It is lacking allowFullScreen which he's soon to add.  If you beat him to it just add

$out[] = '	so_' . $rand . '.addParam("allowFullScreen", "true");';

at line 193, to have fullscreen always allowed</description>
		<content:encoded><![CDATA[<p>I would really recommend Michael Bester&#8217;s excellent <a href="http://www.kimili.com/plugins/kml_flashembed" rel="nofollow">http://www.kimili.com/plugins/kml_flashembed</a></p>
<p>It is lacking allowFullScreen which he&#8217;s soon to add.  If you beat him to it just add</p>
<p>$out[] = &#8216;	so_&#8217; . $rand . &#8216;.addParam(&#8221;allowFullScreen&#8221;, &#8220;true&#8221;);&#8217;;</p>
<p>at line 193, to have fullscreen always allowed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JUST GOOD DESIGN &#124; BLOG &#187; Embedding Flash</title>
		<link>http://aralbalkan.com/606#comment-56135</link>
		<dc:creator>JUST GOOD DESIGN &#124; BLOG &#187; Embedding Flash</dc:creator>
		<pubDate>Sun, 24 Jun 2007 22:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/606#comment-56135</guid>
		<description>[...] My method-of-choice to embed has to be SWFObject. It&#8217;s able to not only take care of what it needs to, but also integrates with several other techniques including SWFAddress. Another thing I like about it is the ability to work well within Wordpress. At first I had to fall back on some embed techniques and plugins, but after reading this post about using multiline comments, I am up and running with SWFObject again. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] My method-of-choice to embed has to be SWFObject. It&#8217;s able to not only take care of what it needs to, but also integrates with several other techniques including SWFAddress. Another thing I like about it is the ability to work well within Wordpress. At first I had to fall back on some embed techniques and plugins, but after reading this post about using multiline comments, I am up and running with SWFObject again. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://aralbalkan.com/606#comment-55619</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Sat, 23 Jun 2007 01:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/606#comment-55619</guid>
		<description>This is great, thank-you! 

The benefit to doing it this way over alternate plug-ins is the increase in functionality. Case in point, allowFullscreen = true needed for Fullscreen with Flash 9.</description>
		<content:encoded><![CDATA[<p>This is great, thank-you! </p>
<p>The benefit to doing it this way over alternate plug-ins is the increase in functionality. Case in point, allowFullscreen = true needed for Fullscreen with Flash 9.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#8220;Share Your Smile&#8221; &#187; How to embed SWF Files into WordPress</title>
		<link>http://aralbalkan.com/606#comment-9088</link>
		<dc:creator>&#8220;Share Your Smile&#8221; &#187; How to embed SWF Files into WordPress</dc:creator>
		<pubDate>Fri, 12 Jan 2007 08:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/606#comment-9088</guid>
		<description>[...] http://aralbalkan.com/606 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://aralbalkan.com/606" rel="nofollow">http://aralbalkan.com/606</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: убождане &#187; Blog Archive &#187; Flash Embed</title>
		<link>http://aralbalkan.com/606#comment-2557</link>
		<dc:creator>убождане &#187; Blog Archive &#187; Flash Embed</dc:creator>
		<pubDate>Tue, 15 Aug 2006 23:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/606#comment-2557</guid>
		<description>[...] Embedding SWF files into WordPress posts with SWFObject - няколко думички и пример за използването на SWF обекта [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Embedding SWF files into WordPress posts with SWFObject - няколко думички и пример за използването на SWF обекта [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blog.abstractfactory.de &#187; Blog Archive &#187; SWF Object in WordPress</title>
		<link>http://aralbalkan.com/606#comment-2288</link>
		<dc:creator>blog.abstractfactory.de &#187; Blog Archive &#187; SWF Object in WordPress</dc:creator>
		<pubDate>Sat, 12 Aug 2006 08:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/606#comment-2288</guid>
		<description>[...] I recently started this blog, and in the proccess needed to find a good plugin to address the swf embedding issue. I had helped write the cakeamfphp helper for cake (a MVC php application framework), so I am aware of some of the &#8216;longwindedness&#8217; of writing such a wrapper. So I went searching and found a tastey plugin from Michael Bester which I like very much. I did do a touch of tweeking as I was having issues with the WYSIWYG editor, but I explained that in a comment on Aral&#8217;s blog . [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I recently started this blog, and in the proccess needed to find a good plugin to address the swf embedding issue. I had helped write the cakeamfphp helper for cake (a MVC php application framework), so I am aware of some of the &#8216;longwindedness&#8217; of writing such a wrapper. So I went searching and found a tastey plugin from Michael Bester which I like very much. I did do a touch of tweeking as I was having issues with the WYSIWYG editor, but I explained that in a comment on Aral&#8217;s blog . [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
