Jump to content
Search Community

export to Flash player 7

friendlygiraffe test
Moderator Tag

Recommended Posts

Yep, the reason you get the errors in TweenMax is simply because it activates a bunch of plugins by default that require at least Flash Player 8 (like all the filter plugins). This is a Flash issue, not TweenMax - Flash didn't offer filters before v8. You can manually delete or comment out the activation lines in TweenMax if you want (they're clearly marked towards the top of the class file).

Link to comment
Share on other sites

nearly there, I have opened TweenMax.as and commented out the plugins import

//import com.greensock.plugins.*;

I deactivated the blur plugin and a few others

//BlurFilterPlugin	

but I'm still getting errors at line 420:

plugin.add(pt.target, prop, pt.start, pt.change);

anything else I need to comment out?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...