Abhinav
Abhinav

Reputation: 39942

Back/Forward buttons in Flex applications

I have a Flex application which uses the BrowserManager class for enabling deep linking within the application. The URLs work fine through all browsers but the back/forward buttons work only with Firefox and Internet Explorer. Even that is a bit flaky and sometimes doesn't work. The buttons don't work in Chrome/Safari or any other browser.

Any ideas about how to make this work properly? If anyone has implemented something like this before in a Flex app then would like to hear about things to take care of.

Upvotes: 1

Views: 533

Answers (2)

srnm
srnm

Reputation: 83

This is a bug in Flex: https://bugs.adobe.com/jira/browse/SDK-27034

It's fixed in Flex 4.5.

Upvotes: 1

Eugene
Eugene

Reputation: 2216

use this

http://www.asual.com/swfaddress/

Upvotes: 1

Related Questions