<?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: Part 2. Enabling back, forward and history buttons for your Flash site</title>
	<atom:link href="http://www.scottking.com.au/blog/2009/05/part-2-enabling-back-forward-and-history-buttons-for-your-flash-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottking.com.au/blog/2009/05/part-2-enabling-back-forward-and-history-buttons-for-your-flash-site/</link>
	<description>Confessions of an Interactive Developer</description>
	<lastBuildDate>Wed, 03 Mar 2010 22:04:45 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott King</title>
		<link>http://www.scottking.com.au/blog/2009/05/part-2-enabling-back-forward-and-history-buttons-for-your-flash-site/comment-page-1/#comment-14</link>
		<dc:creator>Scott King</dc:creator>
		<pubDate>Thu, 04 Jun 2009 03:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottking.com.au/blog/?p=54#comment-14</guid>
		<description>Hi Glendon,

Are you using the same version of SWFAddress across all of the sites? It may be that the SWFAddress includes themselves are out of date, or have corrupted in some way. I would try to download the latest version again and re-upload it to the non-functional sites as this is the easiest point of failure to troubleshoot.

The domain name itself shouldn&#039;t affect the SWFAddress at all as all of it&#039;s functionality happens client side.</description>
		<content:encoded><![CDATA[<p>Hi Glendon,</p>
<p>Are you using the same version of SWFAddress across all of the sites? It may be that the SWFAddress includes themselves are out of date, or have corrupted in some way. I would try to download the latest version again and re-upload it to the non-functional sites as this is the easiest point of failure to troubleshoot.</p>
<p>The domain name itself shouldn&#8217;t affect the SWFAddress at all as all of it&#8217;s functionality happens client side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guttenfelder</title>
		<link>http://www.scottking.com.au/blog/2009/05/part-2-enabling-back-forward-and-history-buttons-for-your-flash-site/comment-page-1/#comment-13</link>
		<dc:creator>guttenfelder</dc:creator>
		<pubDate>Wed, 03 Jun 2009 17:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottking.com.au/blog/?p=54#comment-13</guid>
		<description>I have now retro fitted 7 sites with SWFAddress.  4 work properly, and 3 do not (they are not updating the URL in the address bar).

I uploaded the .swf from a NON-working site onto the domain of a working site, and it then began to work.  So that eliminates the code as a possible source of the problem.

Are there particular settings that might be different from one domain on a server versus another domain on the same server that might cause the functionality of the SWFAddress to cease?

Thanks,
Glendon</description>
		<content:encoded><![CDATA[<p>I have now retro fitted 7 sites with SWFAddress.  4 work properly, and 3 do not (they are not updating the URL in the address bar).</p>
<p>I uploaded the .swf from a NON-working site onto the domain of a working site, and it then began to work.  So that eliminates the code as a possible source of the problem.</p>
<p>Are there particular settings that might be different from one domain on a server versus another domain on the same server that might cause the functionality of the SWFAddress to cease?</p>
<p>Thanks,<br />
Glendon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guttenfelder</title>
		<link>http://www.scottking.com.au/blog/2009/05/part-2-enabling-back-forward-and-history-buttons-for-your-flash-site/comment-page-1/#comment-12</link>
		<dc:creator>guttenfelder</dc:creator>
		<pubDate>Mon, 01 Jun 2009 13:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottking.com.au/blog/?p=54#comment-12</guid>
		<description>Sometimes it&#039;s the simplest of details that can really wreak havoc.  I compared the code you sent to mine, and somehow in my GA code, my last tag looked like this  .... not sure how I did that, but adding the &#039;t&#039; fixed the whole issue!

But now I have another issue.  Not with THAT site, it is working great.  But I&#039;m trying to retro-fit another site with SWFAddress.  I know everything SHOULD be working (by testing trace statements)...but for some reason, I&#039;m only getting the Title Bar to change.  It doesn&#039;t change the URL in the address bar.  Hence, it&#039;s not creating history and therefore...not working!

It&#039;s the same exact code as the original site, tweaked slightly for the different application.  But I&#039;m loading my javascript from the same location (which is my base site, not the domain on which the sites rest).  And I&#039;m calling the .as file from the same spot on my hard drive.

Any idea as to why it would only change Title and not the URL??  The site is www.atouchofcharmmassage.com

Thanks SO much for your help!

Glendon</description>
		<content:encoded><![CDATA[<p>Sometimes it&#8217;s the simplest of details that can really wreak havoc.  I compared the code you sent to mine, and somehow in my GA code, my last tag looked like this  &#8230;. not sure how I did that, but adding the &#8216;t&#8217; fixed the whole issue!</p>
<p>But now I have another issue.  Not with THAT site, it is working great.  But I&#8217;m trying to retro-fit another site with SWFAddress.  I know everything SHOULD be working (by testing trace statements)&#8230;but for some reason, I&#8217;m only getting the Title Bar to change.  It doesn&#8217;t change the URL in the address bar.  Hence, it&#8217;s not creating history and therefore&#8230;not working!</p>
<p>It&#8217;s the same exact code as the original site, tweaked slightly for the different application.  But I&#8217;m loading my javascript from the same location (which is my base site, not the domain on which the sites rest).  And I&#8217;m calling the .as file from the same spot on my hard drive.</p>
<p>Any idea as to why it would only change Title and not the URL??  The site is <a href="http://www.atouchofcharmmassage.com" rel="nofollow">http://www.atouchofcharmmassage.com</a></p>
<p>Thanks SO much for your help!</p>
<p>Glendon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott King</title>
		<link>http://www.scottking.com.au/blog/2009/05/part-2-enabling-back-forward-and-history-buttons-for-your-flash-site/comment-page-1/#comment-10</link>
		<dc:creator>Scott King</dc:creator>
		<pubDate>Sun, 31 May 2009 12:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottking.com.au/blog/?p=54#comment-10</guid>
		<description>Hi Glendon,

Thanks mate, nice site. You&#039;re right SWFAddress has built in compatibility with Google Analytics, have you removed original Analytics code and configured your SWF address like this?

       &lt;script type=&quot;text/javascript&quot;&gt;
            var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);
            document.write(unescape(&quot;%3Cscript src=&#039;&quot; + gaJsHost + &quot;google-analytics.com/ga.js&#039; type=&#039;text/javascript&#039;%3E%3C/script%3E&quot;));
        &lt;/script&gt;
        &lt;script type=&quot;text/javascript&quot;&gt;
            var pageTracker = _gat._getTracker(&quot;UA-XXXXX-1&quot;);
        &lt;/script&gt;

        &lt;script type=&quot;text/javascript&quot; src=&quot;swfobject/swfobject.js&quot;&gt;&lt;/script&gt;
        &lt;script type=&quot;text/javascript&quot; src=&quot;swfaddress/swfaddress.js&quot;&gt;&lt;/script&gt;


eg: make sure you&#039;ve got the var pagTracker set before including the swfobject &amp; swfaddress JS and you should be set.

More info for you:

&lt;a href=&quot;&quot; rel=&quot;nofollow&quot;&gt;http://www.scottking.com.au/blog/2009/05/part-5-adding-google-analytics-tracking-to-the-swfaddres-include/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi Glendon,</p>
<p>Thanks mate, nice site. You&#8217;re right SWFAddress has built in compatibility with Google Analytics, have you removed original Analytics code and configured your SWF address like this?</p>
<p>       &lt;script type=&#8221;text/javascript&#8221;&gt;<br />
            var gaJsHost = ((&#8220;https:&#8221; == document.location.protocol) ? &#8220;https://ssl.&#8221; : &#8220;http://www.&#8221;);<br />
            document.write(unescape(&#8220;%3Cscript src=&#8217;&#8221; + gaJsHost + &#8220;google-analytics.com/ga.js&#8217; type=&#8217;text/javascript&#8217;%3E%3C/script%3E&#8221;));<br />
        &lt;/script&gt;<br />
        &lt;script type=&#8221;text/javascript&#8221;&gt;<br />
            var pageTracker = _gat._getTracker(&#8220;UA-XXXXX-1&#8243;);<br />
        &lt;/script&gt;</p>
<p>        &lt;script type=&#8221;text/javascript&#8221; src=&#8221;swfobject/swfobject.js&#8221;&gt;&lt;/script&gt;<br />
        &lt;script type=&#8221;text/javascript&#8221; src=&#8221;swfaddress/swfaddress.js&#8221;&gt;&lt;/script&gt;</p>
<p>eg: make sure you&#8217;ve got the var pagTracker set before including the swfobject &#038; swfaddress JS and you should be set.</p>
<p>More info for you:</p>
<p><a href="" rel="nofollow">http://www.scottking.com.au/blog/2009/05/part-5-adding-google-analytics-tracking-to-the-swfaddres-include/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guttenfelder</title>
		<link>http://www.scottking.com.au/blog/2009/05/part-2-enabling-back-forward-and-history-buttons-for-your-flash-site/comment-page-1/#comment-9</link>
		<dc:creator>guttenfelder</dc:creator>
		<pubDate>Sun, 31 May 2009 12:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottking.com.au/blog/?p=54#comment-9</guid>
		<description>Hello!  You have some great articles on here, and I just stumbled upon your blog from Google.

I have been developing Flash sites for quite some time, but just began using SWFAddress.  I have implemented it on one of my sites, to test before retro-fitting more of my older sites.

I have the SWFAddress working fine on the site.  However, as soon as I added the code to the site, my Google Analytics stats went to 0 for 4 straight days.  I know it isn&#039;t accurate, because I have been going through the site quite a lot testing everything.

What I&#039;ve learned by reading online is that GA should be automatically tracking the hits to the various /#/pages automatically.  I haven&#039;t changed anything in my GA code.

Any suggestions?  Site in question is www.BFRstudios.com

THANKS
Glendon Guttenfelder
webdesign@LegacyOCS.com</description>
		<content:encoded><![CDATA[<p>Hello!  You have some great articles on here, and I just stumbled upon your blog from Google.</p>
<p>I have been developing Flash sites for quite some time, but just began using SWFAddress.  I have implemented it on one of my sites, to test before retro-fitting more of my older sites.</p>
<p>I have the SWFAddress working fine on the site.  However, as soon as I added the code to the site, my Google Analytics stats went to 0 for 4 straight days.  I know it isn&#8217;t accurate, because I have been going through the site quite a lot testing everything.</p>
<p>What I&#8217;ve learned by reading online is that GA should be automatically tracking the hits to the various /#/pages automatically.  I haven&#8217;t changed anything in my GA code.</p>
<p>Any suggestions?  Site in question is <a href="http://www.BFRstudios.com" rel="nofollow">http://www.BFRstudios.com</a></p>
<p>THANKS<br />
Glendon Guttenfelder<br />
<a href="mailto:webdesign@LegacyOCS.com">webdesign@LegacyOCS.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
