If you deploy a release SWF, it won't ask for the debugger. If you deploy a debug swf and run it on a release player, it should work just fine and not wait to hook to a debugger. So, that shouldn't be the problem.
One thing to try would be to write another release SWF that loads your SWF and build some UI in the loading SWF so you can inspect the loaded SWF. ________________________________ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of andrea bianchi Sent: Wednesday, June 04, 2008 7:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Please, help: the release player displays a blank page in all browsers. I'm experiencing a strange issue: I'm not able to run my Flex app using the release player (I tried Firefox2/player 9.0.124, IE5.5/player 9.0.47 and IE7/player 9.0.124). The page contains a blank swf (when I right click I can see the Flash player menu). The same application works in all browsers using a debug player. The swf doesn't work even if I try to access it directly, while I'm able to run other Flex applications both standalone and using the HTML wrapper. I'm using the Flex 2 SDK hotfix 2 command line compiler. I actually don't know what has caused this behaviour since I use a debug player 99% of time... a colleague discovered this while testing the application. A possibile hint: this morning, using the debug player, I saw a popup window prompting me for the location of "the debugger or the profiler": this happens occasionally and, until now, I didn't pay much attention to it (don't know exactly why it appears, I'm compiling using the same options since many months). When I switched to the "runtime" player the swf seemed to freeze at the same point, though in this case I didn't see the popup window. Maybe this window and the blank page issue are related? Obviously I cannot force my customers to install a debug player ;-) Any help appreciated. Bye, Andrea