Multiple inheritance

I am looking for an example that will show me how to work around the no-multiple-inheritance problems in AS2. I have a class that extends the UIComponent, but I also want to extend the XMLSocket. I’ve looked and looekd and see no good example for when I’m writing my class.