<?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: Flash Tip: Deep linking with SWFAddress</title>
	<atom:link href="http://www.innovativeinteractivity.com/2008/10/17/flash-tip-deep-linking-with-swfaddress/feed/lang/en/" rel="self" type="application/rss+xml" />
	<link>http://www.innovativeinteractivity.com/2008/10/17/flash-tip-deep-linking-with-swfaddress/</link>
	<description>a digital watering hole for multimedia enthusiasts</description>
	<lastBuildDate>Fri, 12 Mar 2010 11:18:36 -0700</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.innovativeinteractivity.com/2008/10/17/flash-tip-deep-linking-with-swfaddress/comment-page-1/#comment-1264</link>
		<dc:creator>Alex Petrisor</dc:creator>
		<pubDate>Sun, 31 Jan 2010 16:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovativeinteractivity.com/?p=431#comment-1264</guid>
		<description>Good read here, thanks Tracy.
I wrote a tutorial myself at http://bit.ly/aI5QnW if you or your readers are interested.

Cheers,
Alex</description>
		<content:encoded><![CDATA[<p>Good read here, thanks Tracy.<br />
I wrote a tutorial myself at <a href="http://bit.ly/aI5QnW" rel="nofollow">http://bit.ly/aI5QnW</a> if you or your readers are interested.</p>
<p>Cheers,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jloa</title>
		<link>http://www.innovativeinteractivity.com/2008/10/17/flash-tip-deep-linking-with-swfaddress/comment-page-1/#comment-1261</link>
		<dc:creator>Jloa</dc:creator>
		<pubDate>Fri, 29 Jan 2010 16:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovativeinteractivity.com/?p=431#comment-1261</guid>
		<description>Guys, i know that my post isn&#039;t really relevant, but stil.
I&#039;ve recently finished my new open source project called SWFSize and i just wanted to share with you guys.
SWFSize is a small (really small) library for Adobe Flash technology that works in collaboration with SWFObject and provides control over the swf&#039;s container metrics. By controlling the swf’s container metrics SWFSize gives you the ability to solve the MAC OS mouse wheel issue once and for all; don’t use workarounds - use the browser&#039;s native scrollbars instead.
You can view the samples/get source/docs at the project&#039;s home page.

Project home: http://chargedweb.com/swfsize/

ps: but stil your free to delete my post if u&#039;r not interested with it. Cheers.</description>
		<content:encoded><![CDATA[<p>Guys, i know that my post isn&#8217;t really relevant, but stil.<br />
I&#8217;ve recently finished my new open source project called SWFSize and i just wanted to share with you guys.<br />
SWFSize is a small (really small) library for Adobe Flash technology that works in collaboration with SWFObject and provides control over the swf&#8217;s container metrics. By controlling the swf’s container metrics SWFSize gives you the ability to solve the MAC OS mouse wheel issue once and for all; don’t use workarounds &#8211; use the browser&#8217;s native scrollbars instead.<br />
You can view the samples/get source/docs at the project&#8217;s home page.</p>
<p>Project home: <a href="http://chargedweb.com/swfsize/" rel="nofollow">http://chargedweb.com/swfsize/</a></p>
<p>ps: but stil your free to delete my post if u&#8217;r not interested with it. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.innovativeinteractivity.com/2008/10/17/flash-tip-deep-linking-with-swfaddress/comment-page-1/#comment-1255</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 26 Jan 2010 04:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovativeinteractivity.com/?p=431#comment-1255</guid>
		<description>hello my friend nice tutorial
i was wonder if you were able to help me
i have already created link system for the ajax that my page is using
however i want to manage to pass the link to the flash menu state
i think 
SWFAddress.onChange = function() {
var value = SWFAddress.getValue();
var path = SWFAddress.getPath();
var id = SWFAddress.getParameter(&#039;id&#039;);
if (_currentframe == 2 &amp;&amp; value == &#039;&#039;) {
intro.gotoAndPlay(2); //intro is the instance name of our intro movieclip
} else {
gotoAndStop(&#039;$&#039; + value);
}
this is the code required to do so
can you provide any help?
is there also a good tutorial for how to use varchars inside flash cause i think i would be able to manage it with varchars?</description>
		<content:encoded><![CDATA[<p>hello my friend nice tutorial<br />
i was wonder if you were able to help me<br />
i have already created link system for the ajax that my page is using<br />
however i want to manage to pass the link to the flash menu state<br />
i think<br />
SWFAddress.onChange = function() {<br />
var value = SWFAddress.getValue();<br />
var path = SWFAddress.getPath();<br />
var id = SWFAddress.getParameter(&#8216;id&#8217;);<br />
if (_currentframe == 2 &amp;&amp; value == &#8221;) {<br />
intro.gotoAndPlay(2); //intro is the instance name of our intro movieclip<br />
} else {<br />
gotoAndStop(&#8216;$&#8217; + value);<br />
}<br />
this is the code required to do so<br />
can you provide any help?<br />
is there also a good tutorial for how to use varchars inside flash cause i think i would be able to manage it with varchars?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webcam</title>
		<link>http://www.innovativeinteractivity.com/2008/10/17/flash-tip-deep-linking-with-swfaddress/comment-page-1/#comment-1093</link>
		<dc:creator>webcam</dc:creator>
		<pubDate>Fri, 23 Oct 2009 07:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovativeinteractivity.com/?p=431#comment-1093</guid>
		<description>Thanks for easy and useful tutorial. Its very useful to me. It works fine.</description>
		<content:encoded><![CDATA[<p>Thanks for easy and useful tutorial. Its very useful to me. It works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph</title>
		<link>http://www.innovativeinteractivity.com/2008/10/17/flash-tip-deep-linking-with-swfaddress/comment-page-1/#comment-855</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Wed, 15 Apr 2009 16:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovativeinteractivity.com/?p=431#comment-855</guid>
		<description>Hey Tracy!

nice work...

Do you know if there is a way to use swfaddress when the buttons are nested in a Movie clip?

I&#039;m doing Fullbrowser Stuff, therefore my buttons have to be in a MC and I don&#039;t get it fixed (it only works when everything is on the root :-()

Thank you...</description>
		<content:encoded><![CDATA[<p>Hey Tracy!</p>
<p>nice work&#8230;</p>
<p>Do you know if there is a way to use swfaddress when the buttons are nested in a Movie clip?</p>
<p>I&#8217;m doing Fullbrowser Stuff, therefore my buttons have to be in a MC and I don&#8217;t get it fixed (it only works when everything is on the root <img src='http://www.innovativeinteractivity.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> )</p>
<p>Thank you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: april</title>
		<link>http://www.innovativeinteractivity.com/2008/10/17/flash-tip-deep-linking-with-swfaddress/comment-page-1/#comment-851</link>
		<dc:creator>april</dc:creator>
		<pubDate>Mon, 13 Apr 2009 18:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovativeinteractivity.com/?p=431#comment-851</guid>
		<description>I&#039;ve got the setValue working so that each page brings up it&#039;s individual name but when I use the back button and it scrolls through the values it does not trigger any animation to go back to that page in the swf. Any idea?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got the setValue working so that each page brings up it&#8217;s individual name but when I use the back button and it scrolls through the values it does not trigger any animation to go back to that page in the swf. Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camilo</title>
		<link>http://www.innovativeinteractivity.com/2008/10/17/flash-tip-deep-linking-with-swfaddress/comment-page-1/#comment-803</link>
		<dc:creator>Camilo</dc:creator>
		<pubDate>Thu, 26 Feb 2009 07:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovativeinteractivity.com/?p=431#comment-803</guid>
		<description>Thanks for this awesome tutorial Tracy! Your process has clarified a lot of the concepts on this feature. I am still working on implementing SWFAddress on a small project and your tips are unlocking endless possibilities. Due to the size of the files I am working with I am still having issues on some browsers (i.e.-IE…) but I created a dummy site using just your recommendations and it works like a charm! Thank you!</description>
		<content:encoded><![CDATA[<p>Thanks for this awesome tutorial Tracy! Your process has clarified a lot of the concepts on this feature. I am still working on implementing SWFAddress on a small project and your tips are unlocking endless possibilities. Due to the size of the files I am working with I am still having issues on some browsers (i.e.-IE…) but I created a dummy site using just your recommendations and it works like a charm! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracy Boyer</title>
		<link>http://www.innovativeinteractivity.com/2008/10/17/flash-tip-deep-linking-with-swfaddress/comment-page-1/#comment-801</link>
		<dc:creator>Tracy Boyer</dc:creator>
		<pubDate>Sun, 22 Feb 2009 21:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovativeinteractivity.com/?p=431#comment-801</guid>
		<description>@all: Juli is using CS4 and is still working on a solution. She will *hopefully* let us know the answer when she gets it to work. 

If you are having problems using deep linking in your project, I suggest opening a new file and making it work on a blank canvas before incorporating it into another file with other code.</description>
		<content:encoded><![CDATA[<p>@all: Juli is using CS4 and is still working on a solution. She will *hopefully* let us know the answer when she gets it to work. </p>
<p>If you are having problems using deep linking in your project, I suggest opening a new file and making it work on a blank canvas before incorporating it into another file with other code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juli</title>
		<link>http://www.innovativeinteractivity.com/2008/10/17/flash-tip-deep-linking-with-swfaddress/comment-page-1/#comment-794</link>
		<dc:creator>Juli</dc:creator>
		<pubDate>Fri, 13 Feb 2009 20:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovativeinteractivity.com/?p=431#comment-794</guid>
		<description>Hi Tracy, I can&#039;t get this to work! I have done everything your tutorial says and I just can&#039;t get it to work. I&#039;m not sure what I am doing wrong...if you have any time to help me I would be very grateful. I have spent weeks trying to get swfaddress to work for my company&#039;s website and I&#039;m about to go insane.</description>
		<content:encoded><![CDATA[<p>Hi Tracy, I can&#8217;t get this to work! I have done everything your tutorial says and I just can&#8217;t get it to work. I&#8217;m not sure what I am doing wrong&#8230;if you have any time to help me I would be very grateful. I have spent weeks trying to get swfaddress to work for my company&#8217;s website and I&#8217;m about to go insane.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: svetlana</title>
		<link>http://www.innovativeinteractivity.com/2008/10/17/flash-tip-deep-linking-with-swfaddress/comment-page-1/#comment-179</link>
		<dc:creator>svetlana</dc:creator>
		<pubDate>Mon, 24 Nov 2008 09:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovativeinteractivity.com/?p=431#comment-179</guid>
		<description>Tracy, everything works perfectly now. Shame on me - it was just a simple and stupid mistake that I made in typing. 

Thanks a lot again and sorry to have bothered you.</description>
		<content:encoded><![CDATA[<p>Tracy, everything works perfectly now. Shame on me &#8211; it was just a simple and stupid mistake that I made in typing. </p>
<p>Thanks a lot again and sorry to have bothered you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
