I am by no means a states expert, but if you ever want to know what's going on within an MXML you can add the compiler flag "-keep-generated-actionscript=true" and look at the source code itself that placed in the "generated" folder. It helped me a lot on understanding one project where I used states.
- Daniel Freiman On Mon, Jun 2, 2008 at 7:20 PM, Josh McDonald <[EMAIL PROTECTED]> wrote: > Hey guys, > > Just wondering if somebody can give me some info or a pointer to an article > or two about what's really going on under the hood with Flex's state system? > What's created at createChildren(), how things are built on state change, > stuff like that? > > Cheers, > -J > > -- > "Therefore, send not to know For whom the bell tolls. It tolls for thee." > > :: Josh 'G-Funk' McDonald > :: 0437 221 380 :: [EMAIL PROTECTED] > >

