this.addressBarManager =
AddressBarManager.initialize(CommandManager.Instance);
Sometimes, while clicking through the site, IE6 shows me blank page
and the address is for example :
javascript:updateLocation('navigationPath=Service.Information.
11&commandIndex=2');
Is it IE6 bug, or I'm doing something wrong ?
In GuggaFF 0.9.2 release AddressBar class and AddressBarManager class
are removed in favor of gugga.utils.BrowserCommunicationUtility. Please
use BrowserHistoryManager class instead of AddressBarManager. You can
initialize it by calling BrowserHistoryManager.initialize(); in the
constructor of your Application class. BrowserHistoryManager will give
the ability for deep linking and managing browser history in your
application. You can use as a reference HistoryManagementWithDeepLinks
sample application in GuggaFF 0.9.2 release
(http://www.gugga.com/GuggaFlashFramework/ and
http://www.gugga.com/GuggaFlashFramework/Releases/GuggaFramework_0.9.2.zip).
Thanks,
Branimir, Gugga Team