Support for deep linking, also known as history management, is included by default in the wrappers generated by Flex Builder. If you write your own wrapper, however, you must add it manually or use the HTML files in the /templates directory as a base.
To add deep linking support, you reference the history.js file in a <script> tag in your wrapper. The history.js file records actions for deep linking. You must also deploy the following files with your wrapper:
If you do not add deep linking support to your wrapper, you cannot use the BrowserManager in your Flex application.
For more information about adding deep linking support to your wrapper, see Deep Linking.