<?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: SWFAddress Design Template 2.0 Explained</title>
	<atom:link href="http://chakramedia.com/blog/2009/01/13/swfaddress-design-template-20-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://chakramedia.com/blog/2009/01/13/swfaddress-design-template-20-explained/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 09:28:11 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: emre</title>
		<link>http://chakramedia.com/blog/2009/01/13/swfaddress-design-template-20-explained/comment-page-1/#comment-51249</link>
		<dc:creator>emre</dc:creator>
		<pubDate>Sat, 05 Nov 2011 16:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://chakramedia.com/blog/?p=41#comment-51249</guid>
		<description>hi!  I can not play animation in the pages ..
&quot; stop(); gotoAndPlay(); &quot; codes are not working in the pages ..</description>
		<content:encoded><![CDATA[<p>hi!  I can not play animation in the pages ..<br />
&#8221; stop(); gotoAndPlay(); &#8221; codes are not working in the pages ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Okan Yapici</title>
		<link>http://chakramedia.com/blog/2009/01/13/swfaddress-design-template-20-explained/comment-page-1/#comment-39214</link>
		<dc:creator>Okan Yapici</dc:creator>
		<pubDate>Wed, 16 Jun 2010 20:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://chakramedia.com/blog/?p=41#comment-39214</guid>
		<description>My site consists of a main and many other externalswfs loaded into main.
Externalswfs have inside their own pages - labeled frames.
Main and externalswfs are all timeline based.
As you can imagine frame labels of externalswfs must also be read by swfaddress and history must look like :

www.mywebsite.com/ mainswf framelabel / externalswf framelabel

What i could until now achieve is  :

www.mywebsite.com/ mainswf framelabel or externalswf 

my code is :


SWFAddress.setStrict(false);
SWFAddress.onChange = function() {
	var value = SWFAddress.getValue();
	gotoAndStop(&#039;$&#039; + value); 
} 
SWFAddress.setValue(&#039;&#039;); 
btn1.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler1);
function mouseDownHandler1(event:MouseEvent):void {
 gotoAndStop(2);
 SWFAddress.setValue(&#039;Portfolio&#039;);
}


So what i am missing is the externalswf frame label communication.
I digged everywhere but no such tutorials, examples or codes.
I am very close to a deadline and i would appreciate you guys&#039; help really a lot.
Best wishes</description>
		<content:encoded><![CDATA[<p>My site consists of a main and many other externalswfs loaded into main.<br />
Externalswfs have inside their own pages &#8211; labeled frames.<br />
Main and externalswfs are all timeline based.<br />
As you can imagine frame labels of externalswfs must also be read by swfaddress and history must look like :</p>
<p><a href="http://www.mywebsite.com/" rel="nofollow">http://www.mywebsite.com/</a> mainswf framelabel / externalswf framelabel</p>
<p>What i could until now achieve is  :</p>
<p><a href="http://www.mywebsite.com/" rel="nofollow">http://www.mywebsite.com/</a> mainswf framelabel or externalswf </p>
<p>my code is :</p>
<p>SWFAddress.setStrict(false);<br />
SWFAddress.onChange = function() {<br />
	var value = SWFAddress.getValue();<br />
	gotoAndStop(&#8216;$&#8217; + value);<br />
}<br />
SWFAddress.setValue(&#8221;);<br />
btn1.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler1);<br />
function mouseDownHandler1(event:MouseEvent):void {<br />
 gotoAndStop(2);<br />
 SWFAddress.setValue(&#8216;Portfolio&#8217;);<br />
}</p>
<p>So what i am missing is the externalswf frame label communication.<br />
I digged everywhere but no such tutorials, examples or codes.<br />
I am very close to a deadline and i would appreciate you guys&#8217; help really a lot.<br />
Best wishes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phatKwok</title>
		<link>http://chakramedia.com/blog/2009/01/13/swfaddress-design-template-20-explained/comment-page-1/#comment-31367</link>
		<dc:creator>phatKwok</dc:creator>
		<pubDate>Fri, 26 Mar 2010 22:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://chakramedia.com/blog/?p=41#comment-31367</guid>
		<description>thanks! i&#039;m still absorbing it but i learned alot off your script esp how the switch case is used for the nav/subNav.</description>
		<content:encoded><![CDATA[<p>thanks! i&#8217;m still absorbing it but i learned alot off your script esp how the switch case is used for the nav/subNav.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://chakramedia.com/blog/2009/01/13/swfaddress-design-template-20-explained/comment-page-1/#comment-23934</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Thu, 10 Sep 2009 20:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://chakramedia.com/blog/?p=41#comment-23934</guid>
		<description>Does anyone know how to use SWFAddress within MCs? all the tutorials I find seem to use the maintimeline, but I need to know how to make it work within multilevel mc&#039;s.</description>
		<content:encoded><![CDATA[<p>Does anyone know how to use SWFAddress within MCs? all the tutorials I find seem to use the maintimeline, but I need to know how to make it work within multilevel mc&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nittin</title>
		<link>http://chakramedia.com/blog/2009/01/13/swfaddress-design-template-20-explained/comment-page-1/#comment-23061</link>
		<dc:creator>Nittin</dc:creator>
		<pubDate>Tue, 23 Jun 2009 13:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://chakramedia.com/blog/?p=41#comment-23061</guid>
		<description>stupid post, nevermind... strike that last one... all i had to do was check how you did it with the blog reader &#039;Doh!!!!</description>
		<content:encoded><![CDATA[<p>stupid post, nevermind&#8230; strike that last one&#8230; all i had to do was check how you did it with the blog reader &#8216;Doh!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nittin</title>
		<link>http://chakramedia.com/blog/2009/01/13/swfaddress-design-template-20-explained/comment-page-1/#comment-23060</link>
		<dc:creator>Nittin</dc:creator>
		<pubDate>Tue, 23 Jun 2009 13:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://chakramedia.com/blog/?p=41#comment-23060</guid>
		<description>hi there,

great source friend. i was going through it and i see that you&#039;ve started working on a way to load external swf files and i tried to enable the one on the home page and i get the error message 1120: Access of undefined property homeLoader.</description>
		<content:encoded><![CDATA[<p>hi there,</p>
<p>great source friend. i was going through it and i see that you&#8217;ve started working on a way to load external swf files and i tried to enable the one on the home page and i get the error message 1120: Access of undefined property homeLoader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sasha</title>
		<link>http://chakramedia.com/blog/2009/01/13/swfaddress-design-template-20-explained/comment-page-1/#comment-21959</link>
		<dc:creator>Sasha</dc:creator>
		<pubDate>Thu, 23 Apr 2009 18:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://chakramedia.com/blog/?p=41#comment-21959</guid>
		<description>Hi I have noticed that in your AS2 template SWFAddress.href(&quot;http://www.somesite.com&quot;,&quot;_parent&quot;) is not working. Can you check it?

I would like to avoid use of getURL cause have read that there are some issues with swfaddress and geturl on IE.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi I have noticed that in your AS2 template SWFAddress.href(&#8220;http://www.somesite.com&#8221;,&#8221;_parent&#8221;) is not working. Can you check it?</p>
<p>I would like to avoid use of getURL cause have read that there are some issues with swfaddress and geturl on IE.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alienlin</title>
		<link>http://chakramedia.com/blog/2009/01/13/swfaddress-design-template-20-explained/comment-page-1/#comment-21929</link>
		<dc:creator>alienlin</dc:creator>
		<pubDate>Wed, 15 Apr 2009 06:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://chakramedia.com/blog/?p=41#comment-21929</guid>
		<description>Hi Justin,
I have figured it out. Thanks for making the template again!</description>
		<content:encoded><![CDATA[<p>Hi Justin,<br />
I have figured it out. Thanks for making the template again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alienlin</title>
		<link>http://chakramedia.com/blog/2009/01/13/swfaddress-design-template-20-explained/comment-page-1/#comment-21607</link>
		<dc:creator>alienlin</dc:creator>
		<pubDate>Tue, 07 Apr 2009 20:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://chakramedia.com/blog/?p=41#comment-21607</guid>
		<description>Thanks for the detailed explanation. I found your template extremely helpful and useful. Is i possible to explain how to make the array length to 3 or 4 ? 

Thanks a lot!!</description>
		<content:encoded><![CDATA[<p>Thanks for the detailed explanation. I found your template extremely helpful and useful. Is i possible to explain how to make the array length to 3 or 4 ? </p>
<p>Thanks a lot!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

