Hi, On Wed, 2009-02-11 at 21:34 -0300, Thiago Bastos wrote: > I'm aware of preloadSharedObject, but what if the custom types come > from a static library? I'm afraid that's the case. > > Thanks again!
than what you do is the only way. The way static archives work you have to actively use what you need from them. Usually people make their lives a little easier by generating a kind of initTypes function for their libs and only call that from the application. As you modify the lib the auto generation takes care that the initialization stays up-to-date. kind regards, gerrit ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
