I finally figured it out. I was using MyFlexSpy which overrides mx.core.FlexSprite.as and mx.core.ListenerTracker.as. I took MyFlexSpy out of my app including the overriding mx package and everything came up in the release player!!
--- In [email protected], "wiley_jacobs1" <[EMAIL PROTECTED]> wrote: > > I have spent the last two days working on this issue. I have narrowed it down > that the > SystemManager isn't able to register the application. It runs the preloader > fine in both the > release player and the debug, although when it tries to pass this: > > document = app = topLevelWindow = IUIComponent(create()); > > it only works in the debug player, not the release version. There are no > errors shown. I > figured this out by implementing a custom preloader to bring up a gif image > to act as an > Alert.show() replacement since Alert.show() is not supported in the preload > area. > > I still can't resolve the issue though. Any help would be greatly appreciated. > > Wiley > > --- In [email protected], Sherif Abdou <sherif626@> wrote: > > > > I don't know what this thread is exactly on since my i cant find the first > > message but I > have gotten this a couple of times, Basically it is either a loop that never > finishes or you > keep calling any of the invalidation methods over and over again. For > example, for some > reason i over ridden the updateDisplayList and i called > invalidateDisplayList() in it for > some reason and i had the same problem. I am guessing you may have used a > custom > loader or some custom component that does that. It works fine in debugger too > but not > release. > > > > > > > > ----- Original Message ---- > > From: Tracy Spratt <tspratt@> > > To: [email protected] > > Sent: Wednesday, July 16, 2008 11:59:06 AM > > Subject: RE: [flexcoders] Re: Please, help: the release player displays a > > blank page in all > browsers. > > > > > > Also have you tried any of the suggestions folks have made? > > > > Starting by putting an Alert.show in the Application initialize event? > > > > Tracy > > > > -----Original Message----- > > From: [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On > > Behalf Of Tom Chiverton > > Sent: Wednesday, July 16, 2008 6:05 AM > > To: [EMAIL PROTECTED] ups.com > > Subject: Re: [flexcoders] Re: Please, help: the release player displays > > a blank page in all browsers. > > > > On Wednesday 16 Jul 2008, wiley_jacobs1 wrote: > > > I'm having he same issue, it's been going on for 6 months. For me, the > > > loader doesn't even come up with the regular player, it's just the > > blue > > > background background. Does anybody have a solution for this? The > > debug > > > player works fine > > > > And there are no errors thrown or warnings trace()'ed at run time with > > the > > debug player ? > > No compiler warnings ? > > Does a simple test app also have this problem ? Using the command line > > compiler or Builder ? > > > > -- > > Tom Chiverton > > > > ************ ********* ********* ********* ********* **** > > > > This email is sent for and on behalf of Halliwells LLP. > > > > Halliwells LLP is a limited liability partnership registered in England > > and Wales under registered number OC307980 whose registered office > > address is at Halliwells LLP, 3 Hardman Square, Spinningfields, > > Manchester, M3 3EB. A list of members is available for inspection at > > the registered office. Any reference to a partner in relation to > > Halliwells LLP means a member of Halliwells LLP. Regulated by The > > Solicitors Regulation Authority. > > > > CONFIDENTIALITY > > > > This email is intended only for the use of the addressee named above and > > may be confidential or legally privileged. If you are not the addressee > > you must not read it and must not use any information contained in nor > > copy it nor inform any person other than Halliwells LLP or the addressee > > of its existence or contents. If you have received this email in error > > please delete it and notify Halliwells LLP IT Department on 0870 365 > > 2500. > > > > For more information about Halliwells LLP visit www.halliwells. com. > > > > ------------ --------- --------- ------ > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups. yahoo.com/ group/flexcoders /files/flexcoder sFAQ.txt > > Search Archives: > > http://www.mail- archive.com/ flexcoders% 40yahoogroups. comYahoo! Groups > > Links > > >

