Right now I use several XML files in my Flex 2 app and they are being embedded in the SWF file. I define them in an <mx:XML> tag like this:
<mx:XML id="inboxConfig" format="e4x" source="../xml/site_configs/inboxConfig.xml"/> As you can see by the relative pathing the files are in the same file structure as the final SWF. How can I decouple these files so they are not embedded in the swf but are read at runtime? Since they are config files it would be useful to change them without having to recompile the app to get them re-embedded. Should I be using a URLLoader or HTTPService instead? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

