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

2006-05-01 Thread Kevin Newman
Hi Drew, Are you using the latest build of FlashJS? I believe this has to do with the release build of Flash/JS Integration Kit's use of the getURL('javascript:') method to send script calls to javascript. javascript: urls break HistoryKeeper. You can get around this by using fscommand from

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

2006-05-01 Thread Kevin Newman
Oh, I just saw on another thread that you fixed this. I'm glad it's working. :-) Kevin N. Kevin Newman wrote: Hi Drew, Are you using the latest build of FlashJS? I believe this has to do with the release build of Flash/JS Integration Kit's use of the getURL('javascript:') method to send

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

2006-04-30 Thread Drew Foehn
Hi Kevin, After wrestling with this issue for awhile and writing a solution myself, I decided to try your more elegant implementation and found it very useful, I really like the 'onHistoryChange event' notification system. I tied it to the JavaScript Integration Kit to notify my flash app. I

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

2006-04-30 Thread Drew Foehn
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 this issue for awhile and writing