Hi, I'll try to make myself as clear as possible. I got this interesting idea of loading the code in a swf file. Let's say I have main application, but then I load a swf with some classes there compiled, and then from the main swf, I would be able to instantiate and use classes from the loaded swf. This would really enable real distributed and encapsulated development. Main application would provide an API on which external swf could hook onto. That's how you could allow the functionality to be extended from outside without touching the original code.
I tried Google but I couldn't find anything, maybe it's pretty easy and maybe it's impossible. Anyone has any ideas? Cheers Alen

