<?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 Tutorial For ActionScript 2.0</title>
	<atom:link href="http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 31 Oct 2011 15:46:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alen</title>
		<link>http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/comment-page-1/#comment-3693</link>
		<dc:creator>Alen</dc:creator>
		<pubDate>Wed, 31 Aug 2011 09:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-3693</guid>
		<description>WOW, Thanks for the post! It really helped me with the new website I&#039;m working on!

Thanks!</description>
		<content:encoded><![CDATA[<p>WOW, Thanks for the post! It really helped me with the new website I&#8217;m working on!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AciD</title>
		<link>http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/comment-page-1/#comment-2820</link>
		<dc:creator>AciD</dc:creator>
		<pubDate>Thu, 23 Jun 2011 22:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-2820</guid>
		<description>Problem sloved.

import com.asual.swfaddress.SWFAddress;
...
target._parent._parent.TloMaski.onRelease = function() {
...
SWFAddress.onChange();
...
}

In every else MC it can be called back from _root. with same function, where root is operator of function like:
import com.asual.swfaddress.SWFAddress;
SWFAddress.onChange = function() {
	trace(&quot;Work!&quot;);
	switch (addr) {
	case &quot;/&quot; :
...
...
}</description>
		<content:encoded><![CDATA[<p>Problem sloved.</p>
<p>import com.asual.swfaddress.SWFAddress;<br />
&#8230;<br />
target._parent._parent.TloMaski.onRelease = function() {<br />
&#8230;<br />
SWFAddress.onChange();<br />
&#8230;<br />
}</p>
<p>In every else MC it can be called back from _root. with same function, where root is operator of function like:<br />
import com.asual.swfaddress.SWFAddress;<br />
SWFAddress.onChange = function() {<br />
	trace(&#8220;Work!&#8221;);<br />
	switch (addr) {<br />
	case &#8220;/&#8221; :<br />
&#8230;<br />
&#8230;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AciD</title>
		<link>http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/comment-page-1/#comment-2818</link>
		<dc:creator>AciD</dc:creator>
		<pubDate>Thu, 23 Jun 2011 22:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-2818</guid>
		<description>Hello, Thanks for that script, that was very helpful, anyways, when i have put that function at the _root, and i wanna call to it, from some linked Mc&#039;es dynamic made, there is no respond. &quot;undefined&quot;

_root.SWFAddress.onChange(); //is not working?</description>
		<content:encoded><![CDATA[<p>Hello, Thanks for that script, that was very helpful, anyways, when i have put that function at the _root, and i wanna call to it, from some linked Mc&#8217;es dynamic made, there is no respond. &#8220;undefined&#8221;</p>
<p>_root.SWFAddress.onChange(); //is not working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rigz</title>
		<link>http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/comment-page-1/#comment-2275</link>
		<dc:creator>Rigz</dc:creator>
		<pubDate>Wed, 30 Mar 2011 16:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-2275</guid>
		<description>Thx for the post man, it realy help =)</description>
		<content:encoded><![CDATA[<p>Thx for the post man, it realy help =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sonichaos</title>
		<link>http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/comment-page-1/#comment-1923</link>
		<dc:creator>Sonichaos</dc:creator>
		<pubDate>Sat, 19 Feb 2011 15:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-1923</guid>
		<description>Cool and very complete Tutorial, thanks buddy!</description>
		<content:encoded><![CDATA[<p>Cool and very complete Tutorial, thanks buddy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudhir Pasumarty</title>
		<link>http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/comment-page-1/#comment-669</link>
		<dc:creator>Sudhir Pasumarty</dc:creator>
		<pubDate>Thu, 17 Jun 2010 18:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-669</guid>
		<description>Hello Alex,
First of call thanks to you for sharing such a  useful and great tutorial. I have adapted the same way as you mentioned. I am facing some problem in it. The only problem is my Title wont change and my address also shows as Undefined. http://www.creativesid.com/test/#/undefined

I am using AS2 and here is the link http://www.creativesid.com/test/ . My menu is XML based. The script for xml linkage is mentioned inside a movieclip. I am calling the button from the library as attachmovie. The script inside the button i mentioned as:

on (release) {
	_root.pageContainerMC.loadMovie(link, 2);
      //link - is the defined xml value
	clickFunction();
}

Rest of my SWFAddress script is mentioned on the first frame of the movie as:

#include &quot;SWFAddress.as&quot;
_global.clickFunction = function(object) {
	SWFAddress.setValue(object.name.text.toLowerCase());
	this.pageContainerMC.loadMovie(link,2);
};
SWFAddress.onChange = function() {
	var addr = SWFAddress.getValue();
	switch (addr) {
		case &quot;/&quot; :
			SWFAddress.setTitle(&#039;My Homepage&#039;);
			//Code for navigation to homepage goes here
			this.pageContainerMC.loadMovie(&quot;assets/aboutme/aboutme.swf&quot;,2);
			break;
		case &quot;/&quot;+addr :
			SWFAddress.setTitle(&#039;My Website – &#039;+addr);
			this.pageContainerMC.loadMovie(link,2);
			break;
	}
};

Appreciate your help on this. Thanks
Sudhir</description>
		<content:encoded><![CDATA[<p>Hello Alex,<br />
First of call thanks to you for sharing such a  useful and great tutorial. I have adapted the same way as you mentioned. I am facing some problem in it. The only problem is my Title wont change and my address also shows as Undefined. <a href="http://www.creativesid.com/test/#/undefined" rel="nofollow">http://www.creativesid.com/test/#/undefined</a></p>
<p>I am using AS2 and here is the link <a href="http://www.creativesid.com/test/" rel="nofollow">http://www.creativesid.com/test/</a> . My menu is XML based. The script for xml linkage is mentioned inside a movieclip. I am calling the button from the library as attachmovie. The script inside the button i mentioned as:</p>
<p>on (release) {<br />
	_root.pageContainerMC.loadMovie(link, 2);<br />
      //link &#8211; is the defined xml value<br />
	clickFunction();<br />
}</p>
<p>Rest of my SWFAddress script is mentioned on the first frame of the movie as:</p>
<p>#include &#8220;SWFAddress.as&#8221;<br />
_global.clickFunction = function(object) {<br />
	SWFAddress.setValue(object.name.text.toLowerCase());<br />
	this.pageContainerMC.loadMovie(link,2);<br />
};<br />
SWFAddress.onChange = function() {<br />
	var addr = SWFAddress.getValue();<br />
	switch (addr) {<br />
		case &#8220;/&#8221; :<br />
			SWFAddress.setTitle(&#8216;My Homepage&#8217;);<br />
			//Code for navigation to homepage goes here<br />
			this.pageContainerMC.loadMovie(&#8220;assets/aboutme/aboutme.swf&#8221;,2);<br />
			break;<br />
		case &#8220;/&#8221;+addr :<br />
			SWFAddress.setTitle(&#8216;My Website – &#8216;+addr);<br />
			this.pageContainerMC.loadMovie(link,2);<br />
			break;<br />
	}<br />
};</p>
<p>Appreciate your help on this. Thanks<br />
Sudhir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Petrisor</title>
		<link>http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/comment-page-1/#comment-189</link>
		<dc:creator>Alex Petrisor</dc:creator>
		<pubDate>Wed, 31 Mar 2010 22:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-189</guid>
		<description>Thank you for the comment. SWFAddress will drill down anything, it all depends on how you use it and how you write your navigation logic. If the question is: &quot;Does SWFAddress drill down through all this automatically?&quot; then the answer is no. You are however, in full control on the URLs so in theory you can drill to wherever you please, but that is a bit more complicated and I will leave this to a later tutorial, if I ever get back to this. (I&#039;ve switched the main site from Flash to HTML).</description>
		<content:encoded><![CDATA[<p>Thank you for the comment. SWFAddress will drill down anything, it all depends on how you use it and how you write your navigation logic. If the question is: &#8220;Does SWFAddress drill down through all this automatically?&#8221; then the answer is no. You are however, in full control on the URLs so in theory you can drill to wherever you please, but that is a bit more complicated and I will leave this to a later tutorial, if I ever get back to this. (I&#8217;ve switched the main site from Flash to HTML).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Petrisor</title>
		<link>http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/comment-page-1/#comment-188</link>
		<dc:creator>Alex Petrisor</dc:creator>
		<pubDate>Wed, 31 Mar 2010 22:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-188</guid>
		<description>Yes you do, though I would need a few more details in order to figure this out :)
The _global.clickFunction was just a general example.</description>
		<content:encoded><![CDATA[<p>Yes you do, though I would need a few more details in order to figure this out <img src='http://www.padizine.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
The _global.clickFunction was just a general example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nwanda</title>
		<link>http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/comment-page-1/#comment-168</link>
		<dc:creator>nwanda</dc:creator>
		<pubDate>Wed, 31 Mar 2010 10:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-168</guid>
		<description>hello.
thank you for your tutorial Alex ... hard to find good explanations.
Maybe u can help me on my pblm... I have my site in XML and on click nothing change on the URL wherever I put Your code.
Do I have to adapt this following code ?
_global.clickFunction = function (object)
{
SWFAddress.setValue(object.name.text.toLowerCase());
//Navigation code
}
Thanks so much.</description>
		<content:encoded><![CDATA[<p>hello.<br />
thank you for your tutorial Alex &#8230; hard to find good explanations.<br />
Maybe u can help me on my pblm&#8230; I have my site in XML and on click nothing change on the URL wherever I put Your code.<br />
Do I have to adapt this following code ?<br />
_global.clickFunction = function (object)<br />
{<br />
SWFAddress.setValue(object.name.text.toLowerCase());<br />
//Navigation code<br />
}<br />
Thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tereba</title>
		<link>http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/comment-page-1/#comment-143</link>
		<dc:creator>Tereba</dc:creator>
		<pubDate>Mon, 29 Mar 2010 21:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-143</guid>
		<description>hi Alex,
Great tutorial, thanks for sharing with us mortals ;)
Question - does SWFAddress get through password protected websites?
mine is quite a complicated situation.. I have a personal website, where I share family photos and video, and to get to the deep link one has to really dig deep:
- first, as you enter the website the first frame has a password check;
- then you are directed to the main frame that has the menu buttons;
- clicking the menu buttons (i.e. &quot;photos&quot;) loads a swf with the desired target section of the website
- the &quot;photos&quot; swf has a series of dynamic html text links to html pages that trigger pop-up photo galleries.
So, in summary the path is:
---&gt; main swf [enter password] 
         &#124;
         +---&gt; main swf [click on &quot;photos&quot; button]
                    &#124;
                    +---&gt; photos.swf  [click on dynamic html link]
                                   &#124;
                                   +---&gt;  html pop-up opens with desired photo gallery

Does SWFAddress drill down through all this ?
Thanks!
Tereba</description>
		<content:encoded><![CDATA[<p>hi Alex,<br />
Great tutorial, thanks for sharing with us mortals <img src='http://www.padizine.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Question &#8211; does SWFAddress get through password protected websites?<br />
mine is quite a complicated situation.. I have a personal website, where I share family photos and video, and to get to the deep link one has to really dig deep:<br />
- first, as you enter the website the first frame has a password check;<br />
- then you are directed to the main frame that has the menu buttons;<br />
- clicking the menu buttons (i.e. &#8220;photos&#8221;) loads a swf with the desired target section of the website<br />
- the &#8220;photos&#8221; swf has a series of dynamic html text links to html pages that trigger pop-up photo galleries.<br />
So, in summary the path is:<br />
&#8212;&gt; main swf [enter password]<br />
         |<br />
         +&#8212;&gt; main swf [click on "photos" button]<br />
                    |<br />
                    +&#8212;&gt; photos.swf  [click on dynamic html link]<br />
                                   |<br />
                                   +&#8212;&gt;  html pop-up opens with desired photo gallery</p>
<p>Does SWFAddress drill down through all this ?<br />
Thanks!<br />
Tereba</p>
]]></content:encoded>
	</item>
</channel>
</rss>

