Share Posted December 10, 2010 Hello, is there a way to include greensock tweenmax library one time in a core file and have every subsequently included swf inherit this library instead of having to also include it to runs its own code? Thanks! Link to comment Share on other sites More sharing options...
Share Posted December 10, 2010 Technically you can do this, yes, with getDefinitionByName() in AS3 but the down side is that it's kinda cumbersome and you don't get the benefit of code hinting and compile time error checking, etc. Another option is an RSL (Runtime Shared Library) but I haven't done much work with those - Google should be able to help ya Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now