[Flashcoders] Q: Approaches to integrating existing class libraries with frameworks

2007-01-26 Thread moveup
Hi I'm very much interested in exploring several popular flash frameworks, especially PixLib, but am wondering if there is a way to adopt and integrate legacy class code with these new frameworks. In adopting a new flash framework, does it necessarilly mean starting 'from scratch' in

Re: [Flashcoders] Q: Approaches to integrating existing class libraries with frameworks

2007-01-26 Thread Andy Herrman
It probably depends on how complicated the thing you're replacing is. I'm doing something similar with the VEGAS library. I have a simple logging class that I wrote as a central place to do logs, but needed to extend it a lot. The logging framework in VEGAS is just about exactly what I needed,

Re: [Flashcoders] Q: Approaches to integrating existing class libraries with frameworks

2007-01-26 Thread Martin Wood-Mitrovski
[EMAIL PROTECTED] wrote: Hi I'm very much interested in exploring several popular flash frameworks, especially PixLib, but am wondering if there is a way to adopt and integrate legacy class code with these new frameworks. absolutely. i've been doing exactly that with pixlib and documenting