<?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: Going backwards with Flash</title>
	<atom:link href="http://www.cruciallimit.com/blog/43/going-backwards-with-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cruciallimit.com/blog/43/going-backwards-with-flash/</link>
	<description>Rants and Commentary about Flash/WebDesign/Motion Graphics by Crucial Limit</description>
	<lastBuildDate>Thu, 02 Sep 2010 14:18:49 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Maegerman Philippe</title>
		<link>http://www.cruciallimit.com/blog/43/going-backwards-with-flash/comment-page-1/#comment-11049</link>
		<dc:creator>Maegerman Philippe</dc:creator>
		<pubDate>Tue, 26 Dec 2006 16:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.cruciallimit.com/blog/?p=43#comment-11049</guid>
		<description>The site is in flash, when I navigate from a section to another, I can use the back and forward button from the browser</description>
		<content:encoded><![CDATA[<p>The site is in flash, when I navigate from a section to another, I can use the back and forward button from the browser</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crucial</title>
		<link>http://www.cruciallimit.com/blog/43/going-backwards-with-flash/comment-page-1/#comment-610</link>
		<dc:creator>Crucial</dc:creator>
		<pubDate>Wed, 12 Apr 2006 12:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cruciallimit.com/blog/?p=43#comment-610</guid>
		<description>@Maegerman Philippe - that links takes me to a page that links me to a hybrid page, I don&#039;t see the flash/backbutton integration. Where is it?
Thanks for the feedback!</description>
		<content:encoded><![CDATA[<p>@Maegerman Philippe &#8211; that links takes me to a page that links me to a hybrid page, I don&#8217;t see the flash/backbutton integration. Where is it?<br />
Thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maegerman Philippe</title>
		<link>http://www.cruciallimit.com/blog/43/going-backwards-with-flash/comment-page-1/#comment-606</link>
		<dc:creator>Maegerman Philippe</dc:creator>
		<pubDate>Wed, 12 Apr 2006 08:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cruciallimit.com/blog/?p=43#comment-606</guid>
		<description>Check also http://www.yourpsp.com, very good implementation.
So far it&#039;s the easier I found.
Pim</description>
		<content:encoded><![CDATA[<p>Check also <a href="http://www.yourpsp.com" rel="nofollow">http://www.yourpsp.com</a>, very good implementation.<br />
So far it&#8217;s the easier I found.<br />
Pim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crucial</title>
		<link>http://www.cruciallimit.com/blog/43/going-backwards-with-flash/comment-page-1/#comment-580</link>
		<dc:creator>Crucial</dc:creator>
		<pubDate>Sat, 08 Apr 2006 17:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cruciallimit.com/blog/?p=43#comment-580</guid>
		<description>I couldn&#039;t agree with you more JD, the back button issue definitely seems to mean something different to everyone. Having said that Macromedia did make an attempt at letting the developer/designer of the app decided what is and is not a history event when they exposed the anchor functionality. The point I was trying to make when I said  &quot;fix the back button&quot; was more along the lines of making the anchor solution a bit more usable for sites that are much more object oriented and non-linear. Sites that exist on one frame of the timeline and have much of the functionality and page states wrapped up in classes don&#039;t benefit from the anchor solution. Articles upon articles surrounding Coding best practices, OOP design, Flash for eCommerce, etc.. all suggest that code be more modular and less timeline based. These are the sites that also usually cater to the masses and have more users of all experience levels visiting the product, using the back button, loosing any input they may have given the app and have to start over when they hit that back button expecting to see the last noticable page state.

The back button should not be a crutch, or used as an undo...I agree...however there should be a consistent way to allow users to go back and forth (if they so choose) using the back and forward buttons while they learn the UI. I&#039;m also not trying to put any blame on Macromedia/Adobe&#039;s shoulders because this problem exists, only that this would be a feature that could be used to make Flash apps, RIA&#039;s, and eCommerce sites more &quot;usable&quot; in the eyes of not-so-advanced users, business owners and customers. This is a feature request/enhancement if anything :)

Thanks again for the feedback!</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t agree with you more JD, the back button issue definitely seems to mean something different to everyone. Having said that Macromedia did make an attempt at letting the developer/designer of the app decided what is and is not a history event when they exposed the anchor functionality. The point I was trying to make when I said  &#8220;fix the back button&#8221; was more along the lines of making the anchor solution a bit more usable for sites that are much more object oriented and non-linear. Sites that exist on one frame of the timeline and have much of the functionality and page states wrapped up in classes don&#8217;t benefit from the anchor solution. Articles upon articles surrounding Coding best practices, OOP design, Flash for eCommerce, etc.. all suggest that code be more modular and less timeline based. These are the sites that also usually cater to the masses and have more users of all experience levels visiting the product, using the back button, loosing any input they may have given the app and have to start over when they hit that back button expecting to see the last noticable page state.</p>
<p>The back button should not be a crutch, or used as an undo&#8230;I agree&#8230;however there should be a consistent way to allow users to go back and forth (if they so choose) using the back and forward buttons while they learn the UI. I&#8217;m also not trying to put any blame on Macromedia/Adobe&#8217;s shoulders because this problem exists, only that this would be a feature that could be used to make Flash apps, RIA&#8217;s, and eCommerce sites more &#8220;usable&#8221; in the eyes of not-so-advanced users, business owners and customers. This is a feature request/enhancement if anything <img src='http://www.cruciallimit.com/blog/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></p>
<p>Thanks again for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lessrain blog &#187; Blog Archive &#187; Flash: Back Button and Deep Links Topic</title>
		<link>http://www.cruciallimit.com/blog/43/going-backwards-with-flash/comment-page-1/#comment-579</link>
		<dc:creator>lessrain blog &#187; Blog Archive &#187; Flash: Back Button and Deep Links Topic</dc:creator>
		<pubDate>Sat, 08 Apr 2006 16:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cruciallimit.com/blog/?p=43#comment-579</guid>
		<description>[...] Other articles: - Going backwards with Flash (Via cruciallimit blog) [...]</description>
		<content:encoded><![CDATA[<p>[...] Other articles: &#8211; Going backwards with Flash (Via cruciallimit blog) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
