How can I use database data to be used as hard-coded values when I compile a Flex swf (so that the client doesn't need to make remoting calls to retrieve the data)? I was thinking of populating comboboxes for units of measure, state names, city names, etc...things that don't change often...and when they do, I could recompile the swf. The database would be the easiest way for me to maintain that data (rather than put this data in xml files). Any suggestions/examples would be very much appreciated. Thanks, Boybles

