RE: [flexcoders] Please, help: the release player displays a blank page in all browsers.

2008-06-05 Thread Alex Harui
[mailto:[EMAIL PROTECTED] On Behalf Of andrea bianchi Sent: Wednesday, June 04, 2008 11:22 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Please, help: the release player displays a blank page in all browsers. Thank you for your answers. Alex: I could try to write an applicatio

Re: [flexcoders] Please, help: the release player displays a blank page in all browsers.

2008-06-05 Thread andrea bianchi
Thank you for your answers. Alex: I could try to write an application that loads my swf, but actually I think the swf should work fine since I can run it from debug players. What do you mean with "deploying a release swf"? I just omitted the "-compiler.debug" directive and put "false" as the value

RE: [flexcoders] Please, help: the release player displays a blank page in all browsers.

2008-06-04 Thread Tracy Spratt
Does your app do a data service call on start-up? Perhaps you have a security problem that is causing an error on the non-development system, and the release player is not displaying the error. Try to run the app on a non-dev system, but use the debug player. Tracy

RE: [flexcoders] Please, help: the release player displays a blank page in all browsers.

2008-06-04 Thread Alex Harui
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