<?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: SWF Based Relative URLs in Flash or Flex</title>
	<atom:link href="http://www.taterboy.com/blog/2009/01/swf-based-relative-urls-in-flash-or-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.taterboy.com/blog/2009/01/swf-based-relative-urls-in-flash-or-flex/</link>
	<description>FLASH :: FLEX :: AIR :: ILLUSTRATION :: ANIMATION :: WEB DEVELOPMENT</description>
	<lastBuildDate>Thu, 15 Dec 2011 05:16:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: vijay</title>
		<link>http://www.taterboy.com/blog/2009/01/swf-based-relative-urls-in-flash-or-flex/comment-page-1/#comment-2890</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Fri, 12 Aug 2011 08:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=52#comment-2890</guid>
		<description>Thank you for your code (for substr-ing the path). 
Working great!!!</description>
		<content:encoded><![CDATA[<p>Thank you for your code (for substr-ing the path).<br />
Working great!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flash designer</title>
		<link>http://www.taterboy.com/blog/2009/01/swf-based-relative-urls-in-flash-or-flex/comment-page-1/#comment-529</link>
		<dc:creator>flash designer</dc:creator>
		<pubDate>Thu, 17 Jun 2010 11:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=52#comment-529</guid>
		<description>This is a grate post for all flash designers..
this working script is very good...</description>
		<content:encoded><![CDATA[<p>This is a grate post for all flash designers..<br />
this working script is very good&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.taterboy.com/blog/2009/01/swf-based-relative-urls-in-flash-or-flex/comment-page-1/#comment-333</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 30 Oct 2009 10:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=52#comment-333</guid>
		<description>many thanks. Script is work</description>
		<content:encoded><![CDATA[<p>many thanks. Script is work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taterboy</title>
		<link>http://www.taterboy.com/blog/2009/01/swf-based-relative-urls-in-flash-or-flex/comment-page-1/#comment-208</link>
		<dc:creator>taterboy</dc:creator>
		<pubDate>Tue, 20 Jan 2009 15:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=52#comment-208</guid>
		<description>Try applicationComplete. This event is triggered after all the children and stage is fully loaded and ready to initialize. This will have to fire form the Application tag and not a child component.</description>
		<content:encoded><![CDATA[<p>Try applicationComplete. This event is triggered after all the children and stage is fully loaded and ready to initialize. This will have to fire form the Application tag and not a child component.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Belair</title>
		<link>http://www.taterboy.com/blog/2009/01/swf-based-relative-urls-in-flash-or-flex/comment-page-1/#comment-207</link>
		<dc:creator>Eric Belair</dc:creator>
		<pubDate>Tue, 20 Jan 2009 15:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=52#comment-207</guid>
		<description>When is this data (loaderInfo) available? I&#039;ve tried to access this property on initialize and creationComplete of my application, but it is null both times. How can I get this value?</description>
		<content:encoded><![CDATA[<p>When is this data (loaderInfo) available? I&#8217;ve tried to access this property on initialize and creationComplete of my application, but it is null both times. How can I get this value?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tink</title>
		<link>http://www.taterboy.com/blog/2009/01/swf-based-relative-urls-in-flash-or-flex/comment-page-1/#comment-206</link>
		<dc:creator>Tink</dc:creator>
		<pubDate>Sun, 18 Jan 2009 20:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=52#comment-206</guid>
		<description>&lt;a&gt;Here&#039;s monkey patch to force relative URL&#039;s in Flex&lt;/a&gt;

Although as &lt;a href=&quot;http://joshblog.net/&quot; rel=&quot;nofollow&quot;&gt;Josh&lt;/a&gt; pointed out in the comments...

Try out setting base parameter in the embed code to â€œ.â€

This will tell Flash Player to search relative to the SWF rather than to the document URL. More info at TechNote: Flash OBJECT and EMBED tag attributes.

That said because I was displaying my SWF&#039;s in WordPress and using the WP-SWFObject plugin, I wasn&#039;t able to set this parameter (unless I edited the plugin).

Anyway you might find some of the stuff useful.</description>
		<content:encoded><![CDATA[<p><a>Here&#8217;s monkey patch to force relative URL&#8217;s in Flex</a></p>
<p>Although as <a href="http://joshblog.net/" rel="nofollow">Josh</a> pointed out in the comments&#8230;</p>
<p>Try out setting base parameter in the embed code to â€œ.â€</p>
<p>This will tell Flash Player to search relative to the SWF rather than to the document URL. More info at TechNote: Flash OBJECT and EMBED tag attributes.</p>
<p>That said because I was displaying my SWF&#8217;s in WordPress and using the WP-SWFObject plugin, I wasn&#8217;t able to set this parameter (unless I edited the plugin).</p>
<p>Anyway you might find some of the stuff useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

