I'm putting together my first Flex app and need some help. I have all my code in one mxml file and it is getting hard to read. So, I would like to break out code in to components.
Should I put my remoteObjects in a component? Should I break out all of my vars as well? Are there any good tutorials for me to look over for doing this? Thanks for the help -- Phil

