Re: [Flashcoders] Re: SWAddress logical workflow

2009-06-17 Thread Glen Pike
Hi, By "interrupting the loading / transition" I mean: If someone navigates, causing a change in the SWFAddress URL and you start loading data corresponding to the change... ...THEN, whilst your data is still loading, someone clicks the back / forward buttons, maybe more than once...

Re: [Flashcoders] Re: SWAddress logical workflow

2009-06-16 Thread Omar Fouad
I almost forgot... what do you mean by interrupting the loading / transition of the site? On Wed, Jun 17, 2009 at 3:56 AM, Omar Fouad wrote: > Thanks Guys, for the replies I'll see your example Glen. > > > On Tue, Jun 16, 2009 at 11:27 PM, Steven Sacks > wrote: > >> This is exactly how Gaia wor

Re: [Flashcoders] Re: SWAddress logical workflow

2009-06-16 Thread Omar Fouad
Thanks Guys, for the replies I'll see your example Glen. On Tue, Jun 16, 2009 at 11:27 PM, Steven Sacks wrote: > This is exactly how Gaia works. goto() calls setValue on SWFAddress and > the response is dispatched to the framework to handle the navigation. > Interrupts are handled in both loadi

Re: [Flashcoders] Re: SWAddress logical workflow

2009-06-16 Thread Steven Sacks
This is exactly how Gaia works. goto() calls setValue on SWFAddress and the response is dispatched to the framework to handle the navigation. Interrupts are handled in both loading and transitions. It's open source, so you're welcome to examine how it's done in Gaia. On Jun 16, 2009, at

Re: [Flashcoders] Re: SWAddress logical workflow

2009-06-16 Thread Glen Pike
I see what you mean by setting a future date on the FWA site - I managed to screw up the history completely (FF2 WinXP) so got stuck forever on that date a bit like Groundhog Day :) I think the only way to deal with fast browsing is to allow your loading / transition process to be interrupted

Re: [Flashcoders] Re: SWAddress logical workflow

2009-06-13 Thread Gerry
That's strange, you might be setting the value later in your sequence. I've never had this happen before. Are you intending to change the title after the slide animation? I call setTitle at the same time I call the function to switch sections. On the undefined situation, you will probably have t

Re: [Flashcoders] Re: SWAddress logical workflow

2009-06-13 Thread Gerry
Yeah, I understand. You'll need to figure out how to allow for extra params in the url. My function with the switch conditional code could be replaced with code that handles dynamic params. ie. do something with the string that includes "/sectionName" and if there is extra params after /se