Re: [Flashcoders] Deep Linking and the Back button. IE6 problem

2006-05-01 Thread Kevin Newman
n <[EMAIL PROTECTED]> Subject: Re: [Flashcoders] Deep Linking and the Back button. To: Flashcoders mailing list Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed I have made a script that intends to solve this very issue. It is a single javascr

Re: [Flashcoders] Deep Linking and the Back button. IE6 problem

2006-05-01 Thread Kevin Newman
--- www.hothouse.com.au <http://www.hothouse.com.au/> - -- Original Message -- Date: Tue, 25 Apr 2006 11:50:33 -0400 From: Kevin Newman <[EMAIL PROTECTED]> Subject: Re: [Flashcoders] Deep Linking and the Back button. To: Flashcoders mailing list

FW: Re: [Flashcoders] Deep Linking and the Back button. IE6 problem - Sorted

2006-04-30 Thread Drew Foehn
fscommand doesn't break IE. -Original Message- From: Drew Foehn Sent: Monday, 2006 May 01 10:35 AM To: 'flashcoders@chattyfig.figleaf.com' Cc: '[EMAIL PROTECTED]' Subject: Re: [Flashcoders] Deep Linking and the Back button. IE6 problem Hi Kevin, After wrestling with

Re: [Flashcoders] Deep Linking and the Back button. IE6 problem

2006-04-30 Thread Drew Foehn
4 Pacific Highway St Leonards NSW 2067 Australia - www.hothouse.com.au <http://www.hothouse.com.au/> - -- Original Message -- Date: Tue, 25 Apr 2006 11:50:33 -0400 From: Kevin Newman <[EMAIL PROTECTED]> Subject: Re: [F

Re: [Flashcoders] Deep Linking and the Back button.

2006-04-25 Thread Kevin Newman
ow if they intend to change it though. Kevin N. JesterXL wrote: I am hoping Beta 3 of Flex 2 will provide the source for HistoryManager. He handles both state and back/forward buttons. - Original Message - From: "Wade Arnold" <[EMAIL PROTECTED]> To: Sent: Tuesday

Re: [Flashcoders] Deep Linking and the Back button.

2006-04-25 Thread JesterXL
quot;Flashcoders mailing list" Sent: Tuesday, April 25, 2006 12:10 PM Subject: Re: [Flashcoders] Deep Linking and the Back button. I took a quick look at the Flex 2 method for bookmarking and it looks like they are using an iframe with an external html file for IE. My script has no requirement

Re: [Flashcoders] Deep Linking and the Back button.

2006-04-25 Thread Kevin Newman
lex 2 will provide the source for HistoryManager. He handles both state and back/forward buttons. - Original Message - From: "Wade Arnold" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 25, 2006 11:27 AM Subject: [Flashcoders] Deep Linking and the Back button. I have r

Re: [Flashcoders] Deep Linking and the Back button.

2006-04-25 Thread JesterXL
I am hoping Beta 3 of Flex 2 will provide the source for HistoryManager. He handles both state and back/forward buttons. - Original Message - From: "Wade Arnold" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 25, 2006 11:27 AM Subject: [Flashcoders] Deep Linking and the

Re: [Flashcoders] Deep Linking and the Back button.

2006-04-25 Thread Kevin Newman
I have made a script that intends to solve this very issue. It is a single javascript file (no extra server calls to grab a file to fill the iframe, it's all done in javascript), with a method (addHistory) that adds a history entry, and a delegation pattern for history change notification. You

[Flashcoders] Deep Linking and the Back button.

2006-04-25 Thread Wade Arnold
I have read a couple articles one from Kevin Lunch and the other from Christian Cantrell. Both have a decent approach but neither confronts having some sort of state in the application and also addresses the back button. Does anyone have a link to a great way to handle this dynamically? Our applica