Thanks- good call. I finally figured out the problem was simply too much happening at the same time on a complex page's creation. I staggered the children creations and got it working.
--- In [email protected], "Jon Oxtoby" <[EMAIL PROTECTED]> wrote: > > You could always throw some alerts in the code to get a better idea of > where in the code the lockup is failing. > > --- In [email protected], "dfalling" <dfalling@> wrote: > > > > Our previously-stable Flex App was working great until Flash Player > > 10. Now it locks up on an mxml page, but only when not in debug. How > > do I debug something that doesn't happen in debug? Are there any > > known issues that I can try to workaround? > > > > Thanks. > > >

