<?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, 03 May 2010 13:40:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: Alex Petrisor</title>
		<link>http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/comment-page-1/#comment-92</link>
		<dc:creator>Alex Petrisor</dc:creator>
		<pubDate>Sat, 13 Mar 2010 19:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-92</guid>
		<description>You are welcome Vibor.</description>
		<content:encoded><![CDATA[<p>You are welcome Vibor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vibor</title>
		<link>http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/comment-page-1/#comment-91</link>
		<dc:creator>Vibor</dc:creator>
		<pubDate>Sat, 13 Mar 2010 18:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-91</guid>
		<description>Thanks a lot for this step-by-step tutorial.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this step-by-step tutorial.</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-51</link>
		<dc:creator>Alex Petrisor</dc:creator>
		<pubDate>Mon, 01 Mar 2010 09:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-51</guid>
		<description>Well can&#039;t you setValue(&quot;gallery&quot;) on roll out? Anyway instead of appending the image[i] why don&#039;t you use something like setvalue(&quot;gallery/&quot;+image[i]) that way you won&#039;t get the /image1/image1 problem.

However, the main issue here is to code your site so that when someone types in the URL &quot;www.yoursite.com/gallery/image1.jpg&quot; he gets taken to that image. That would be the difficult part, not setting the URL to something when your are seeing an image.

I wish I could help you more, but I&#039;ve been really busy recently. Maybe if you show me a bit more code I can help you a bit more. Send me an email if you can.</description>
		<content:encoded><![CDATA[<p>Well can&#8217;t you setValue(&#8220;gallery&#8221;) on roll out? Anyway instead of appending the image[i] why don&#8217;t you use something like setvalue(&#8220;gallery/&#8221;+image[i]) that way you won&#8217;t get the /image1/image1 problem.</p>
<p>However, the main issue here is to code your site so that when someone types in the URL &#8220;www.yoursite.com/gallery/image1.jpg&#8221; he gets taken to that image. That would be the difficult part, not setting the URL to something when your are seeing an image.</p>
<p>I wish I could help you more, but I&#8217;ve been really busy recently. Maybe if you show me a bit more code I can help you a bit more. Send me an email if you can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graphections</title>
		<link>http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/comment-page-1/#comment-36</link>
		<dc:creator>Graphections</dc:creator>
		<pubDate>Sat, 27 Feb 2010 01:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-36</guid>
		<description>Hey Duda and Alex, im trying to deeplink to specific images and videos too.

It seems to me that the way to do it is to setValue()+image[i] on release - (this is easy)
The tough part is reseting the address on rollout, or for a new image. My address is appended by the new file
eg: gallery/image1.jpeg
Then on click again of the image i get
gallery/image1.jpeg/image1.jpeg

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hey Duda and Alex, im trying to deeplink to specific images and videos too.</p>
<p>It seems to me that the way to do it is to setValue()+image[i] on release &#8211; (this is easy)<br />
The tough part is reseting the address on rollout, or for a new image. My address is appended by the new file<br />
eg: gallery/image1.jpeg<br />
Then on click again of the image i get<br />
gallery/image1.jpeg/image1.jpeg</p>
<p>Any thoughts?</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-35</link>
		<dc:creator>Alex Petrisor</dc:creator>
		<pubDate>Fri, 26 Feb 2010 22:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-35</guid>
		<description>You&#039;re welcome Mile :P</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome Mile <img src='http://www.padizine.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mile</title>
		<link>http://www.padizine.com/blog/swfaddress-tutorial-for-actionscript-2-0/comment-page-1/#comment-34</link>
		<dc:creator>Mile</dc:creator>
		<pubDate>Fri, 26 Feb 2010 22:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.padizine.com/blog/?p=103#comment-34</guid>
		<description>Great tutorial - thank you!</description>
		<content:encoded><![CDATA[<p>Great tutorial &#8211; thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
