I have a class which allows the document class to say:
var mynewxml:XMLCLASS = new XMLCLASS(“xmlfile.xml”, newsTextField);
All that class does is load the file and put its contents into newsTextField. I have it currently extending Shape, to simplify it the most, I’m not sure what to extends to make Flash know its super simple and all it does is load an xml file and place the text.
*seems like extends Object keeps the filesize down the most. But I thought object was the biggest thing to inherit, and extending Shape adds 0.06KB to the size.