Bookmarks in Flex
问题 Is not it possible to add a flex url to bookmarks. If not,Please let me know if any alternatives are there. Thank you. 回答1: There is a concept in Flex called deep linking. You can read all about it in the docs. You basically just need one class: the BrowserManager. This class allows you to: control the navigation history of your browser set window titles for different states of your application set specific URL's in your browser's URL bar for different states of your application listen for