Flex 3: synchronously loading an xml file
问题 My question is very simple: In flex3, is there a way to load an xml file synchronously? I know how to load asynchronously, using a load event. This may be useful, or may not. I just want to read the file, parse it, do what I have to do with it, and continue executing code. I have a component that uses an xml file to store some configuration parameters. I need to read the file when the object is initialized. However, with the event model, I can't control when the file is loaded, so I must