<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: (Perhaps) Unexpected Point of View:&#160; SWF Defers to HTML</title>
	<link>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html</link>
	<description>Luck is the residue of good design.</description>
	<pubDate>Tue, 06 Jan 2009 11:25:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-302832</link>
		<pubDate>Thu, 20 Nov 2008 02:22:54 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-302832</guid>
					<description>kiz,

Not sure which comment you're replying to, but I agree that a path is only needed once.  If it's stored in a variable, you can reuse that reference anywhere you need to inside the SWF.</description>
		<content:encoded><![CDATA[<p>kiz,</p>
<p>Not sure which comment you&#8217;re replying to, but I agree that a path is only needed once.  If it&#8217;s stored in a variable, you can reuse that reference anywhere you need to inside the SWF.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: kiz oyunlari</title>
		<link>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-296851</link>
		<pubDate>Thu, 13 Nov 2008 13:00:21 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-296851</guid>
					<description>I can’t think of any way to do that. Clearly, you’re going to have to mention the folder’s name at least once. Once you’ve done that, you can continue to use that same path, of course. You could store the path in a variable. In fact, you could even specify the value of that variable from outside that SWF. Maybe that’s what you’re after?</description>
		<content:encoded><![CDATA[<p>I can’t think of any way to do that. Clearly, you’re going to have to mention the folder’s name at least once. Once you’ve done that, you can continue to use that same path, of course. You could store the path in a variable. In fact, you could even specify the value of that variable from outside that SWF. Maybe that’s what you’re after?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-128251</link>
		<pubDate>Mon, 04 Feb 2008 01:30:22 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-128251</guid>
					<description>kral,

Sure thing.</description>
		<content:encoded><![CDATA[<p>kral,</p>
<p>Sure thing.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: kral oyun</title>
		<link>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-128232</link>
		<pubDate>Mon, 04 Feb 2008 00:00:06 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-128232</guid>
					<description>My dear friend
Thank for god idea and sharing this work.</description>
		<content:encoded><![CDATA[<p>My dear friend<br />
Thank for god idea and sharing this work.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-120455</link>
		<pubDate>Sun, 13 Jan 2008 18:13:37 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-120455</guid>
					<description>&lt;strong&gt;To Shaun ...&lt;/strong&gt;

Hoo hah!  Glad to hear that.  :)

&lt;strong&gt;To Gorka ...&lt;/strong&gt;

That's a great idea!  Thanks for sharing that.</description>
		<content:encoded><![CDATA[<p><strong>To Shaun &#8230;</strong></p>
<p>Hoo hah!  Glad to hear that.  <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>To Gorka &#8230;</strong></p>
<p>That&#8217;s a great idea!  Thanks for sharing that.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Gorka</title>
		<link>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-118506</link>
		<pubDate>Mon, 07 Jan 2008 22:14:26 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-118506</guid>
					<description>What I usually do to solve this problem is give the swf the html's relative path via FlashVars. Inside the swf there is a default path that would be used if there is no Flashvars's path (meaning you're using the projetor in the developer enviroment).
This way I always use relative paths (except for uploading/downloading files, which strictly requires http(s); hence you need the full path).

Cheers,
&lt;a href=&quot;http://www.AquiGorka.com&quot; rel=&quot;nofollow&quot;&gt;Gorka&lt;/a&gt;
&lt;a href=&quot;http://www.AquiGorka.com/blog&quot; rel=&quot;nofollow&quot;&gt;http://www.AquiGorka.com/blog&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>What I usually do to solve this problem is give the swf the html&#8217;s relative path via FlashVars. Inside the swf there is a default path that would be used if there is no Flashvars&#8217;s path (meaning you&#8217;re using the projetor in the developer enviroment).<br />
This way I always use relative paths (except for uploading/downloading files, which strictly requires http(s); hence you need the full path).</p>
<p>Cheers,<br />
<a href="http://www.AquiGorka.com" rel="nofollow">Gorka</a><br />
<a href="http://www.AquiGorka.com/blog" rel="nofollow"><a href='http://www.AquiGorka.com/blog' rel='nofollow'>http://www.AquiGorka.com/blog</a></a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Shaun Richardson</title>
		<link>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-80995</link>
		<pubDate>Thu, 13 Sep 2007 08:38:14 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-80995</guid>
					<description>Champ! I cant believe I had to trawl the web forever!
Problems all sorted cause of your simple explanation.
Thanks</description>
		<content:encoded><![CDATA[<p>Champ! I cant believe I had to trawl the web forever!<br />
Problems all sorted cause of your simple explanation.<br />
Thanks
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-56029</link>
		<pubDate>Tue, 19 Jun 2007 02:29:04 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-56029</guid>
					<description>&lt;strong&gt;To alex leung ...&lt;/strong&gt;

Glad you figured it out!  :)

&lt;strong&gt;To Santanu ...&lt;/strong&gt;

Sorry for the delayed reply!  I'm still settling in after a dynamite trip to Las Vegas for &lt;a href=&quot;http://www.todcon.org/&quot; class=&quot;external&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;TODCon&lt;/a&gt;.  Unfortunately, there isn't a &lt;code&gt;setAppPath()&lt;/code&gt; function in Flash (if memory serves me, Lingo offers something like this for Director).  But maybe I don't get what you're asking.  Were all these files originally in one place, and now they're in another?  It shouldn't really matter, either way, as long as the menu knows where each file is.  If it helps, you can certainly declare a string variable &amp;#8212; say, &lt;code&gt;appPath&lt;/code&gt; &amp;#8212; and precede your various SWFs with that variable.  You can set it to an empty string (&lt;code&gt;&amp;#34;&amp;#34;&lt;/code&gt;) for SWFs that are in the same folder as the SWF that loads them, and populate it with partial paths to SWFs in other locations.</description>
		<content:encoded><![CDATA[<p><strong>To alex leung &#8230;</strong></p>
<p>Glad you figured it out!  <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>To Santanu &#8230;</strong></p>
<p>Sorry for the delayed reply!  I&#8217;m still settling in after a dynamite trip to Las Vegas for <a href="http://www.todcon.org/" class="external" target="_blank" rel="nofollow">TODCon</a>.  Unfortunately, there isn&#8217;t a <code>setAppPath()</code> function in Flash (if memory serves me, Lingo offers something like this for Director).  But maybe I don&#8217;t get what you&#8217;re asking.  Were all these files originally in one place, and now they&#8217;re in another?  It shouldn&#8217;t really matter, either way, as long as the menu knows where each file is.  If it helps, you can certainly declare a string variable &mdash; say, <code>appPath</code> &mdash; and precede your various SWFs with that variable.  You can set it to an empty string (<code>&quot;&quot;</code>) for SWFs that are in the same folder as the SWF that loads them, and populate it with partial paths to SWFs in other locations.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Santanu</title>
		<link>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-52652</link>
		<pubDate>Sat, 09 Jun 2007 05:38:47 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-52652</guid>
					<description>Hi David,
I gotta typical problem here. I have several multimedia applications made in flash. Each application inturn calls hundreds of smaller swfs which reside in their same folder as the applications and they work well within the application. Now I wanted a single menu that calls each application's  starting swf. Upto this it is fine the menu calls the first swf. The rest of the swfs are not called. And I am in no mood to re-publish each set of those hundred swfs with additional path prefix.

Is there a method or a workaround like setAppPath(&quot;//New Application&quot;) before calling a loadMovie()


menu.swf
       //App Folder1
         1.swf
         2.swf
         3.swf
         ...
       //App Folder2
         1.swf
         2.swf
         3.swf
         ...</description>
		<content:encoded><![CDATA[<p>Hi David,<br />
I gotta typical problem here. I have several multimedia applications made in flash. Each application inturn calls hundreds of smaller swfs which reside in their same folder as the applications and they work well within the application. Now I wanted a single menu that calls each application&#8217;s  starting swf. Upto this it is fine the menu calls the first swf. The rest of the swfs are not called. And I am in no mood to re-publish each set of those hundred swfs with additional path prefix.</p>
<p>Is there a method or a workaround like setAppPath(&#8221;//New Application&#8221;) before calling a loadMovie()</p>
<p>menu.swf<br />
       //App Folder1<br />
         1.swf<br />
         2.swf<br />
         3.swf<br />
         &#8230;<br />
       //App Folder2<br />
         1.swf<br />
         2.swf<br />
         3.swf<br />
         &#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: alex leung</title>
		<link>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-23303</link>
		<pubDate>Wed, 14 Mar 2007 07:19:37 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html#comment-23303</guid>
					<description>David,

We figured it out.  it now works in our dev environment.  no need to reply but thanks for this very helpful article int he first place.</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>We figured it out.  it now works in our dev environment.  no need to reply but thanks for this very helpful article int he first place.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
