I'm working on an actionscript that sort of works like the recent file list in windows. At the moment, it directly edits the menu.xml file, and seems to work fine that way. However, I'd rather have it edit it's own file, say recent.xml, and then have that file parsed as part of the menu.xml (just in case it somehow hoses the file, it'll just mess up the recent list, not the whole menu.xml).
What I'm looking for would be similar to "<?php include("file.ext"); ?>" in php.
Any way to do this, and if not, could it be concidered for a future version?
Thanks.