I have an issue with SWFAddress in Flash: when the user navigates to a page within my flash app, I call "setValue".
This changes the URL in the browser's address bar, which in turn calls the "externalChange" event in flash. This event causes the flash app to load the page displayed in the url bar... so the app keeps changing the flash page and updating the url bar into infinity.
How do I know if the url bar was changed by flash or manually by the user?