I have run across some problems where a user using IE6 on WinXP will access my flex app and be forced to upgrade to Flash Player 9. This of course is expected behavior, but the adobe.com does not redirect the browser back to my app correctly. What is happening is:
1) A user clicks a link such as http://www.mydomain.com/flex/myapp.cfm?i=1&j=2 <http://www.mydomain.com/flex/myapp.cfm?i=1&j=2> 2) The myapp.cfm includes an embeded SWF (my flex app) that requires the flash 9 update, so the user is prompted to update which takes them to adobe.com temporarily. 3) Once the update is complete the user's browser is redirected back to http://www.mydomain.com/flex/myapp.cfm <http://www.mydomain.com/flex/myapp.cfm> . Now without the variables I need. Has anyone seen this behavior? This is happening a lot with our app - I have been able to reproduce this problem using an unpatched XPSP2 install with IE6 (Flash 6 pre-installed). Thanks, Seth

