Hi all...
does anyone know how to access and especially, how to extend fl.controls. (components) stored in the library of a loaded .swf, from within that loaded .swf?
Because basically, calls to new DataGrid() or extends DataGrid() from the loaded .swf only recognize and / or use components that are in the loading .swf's library. Meaning all components need to be in my preloader, which is obviously not desirable, and worse, something about the nature of doing it this way causes null reference errors to be thrown from somewhere in BaseScrollPane when I try to extend DataGrid...

It's weird because, if the loading and the loaded .swf both contain a library element called Hello, and you call new Hello() from the loaded .swf, it looks only within itself to retrieve that class. But if you call new DataGrid() it seems only able to look within the library of the clip that loaded it. What's going on here?

Thanks,
Josh