hello, i've written a custom format to use with away3d, it works in two parts, 1 file contains the geometric data for the object, and the other file contains skeleton+skeleton animation data to be applied to w/e object i want to apply to, now then, i can load the geometric data just fine with the abstractParser class, but i was wondering if it's possible to dynamically load a something other than geometric data using the abstractParser?
