Share Posted September 22, 2009 Trying to use TweenMax AS2 version. Simple test: var myGroup:TweenGroup = TweenGroup.allTo(myArray, .2, {blurFilter:{blurX:10, blurY:10}}, TweenMax); //then later... myGroup.reverse(); Returns errors, "The class BitmapFilter could not be loaded" and "Actionscript 2.0 class scripts may only define class or interface constructs" and some others. I am running Flash MX2004 - is that the prob? TIA for your help. Link to comment Share on other sites More sharing options...
Share Posted September 22, 2009 You must be publishing to a Flash Player before version 8. Remember, you MUST publish to Flash Player 8 or later to accommodate filters. That's not a TweenMax thing - it's a Flash thing Link to comment Share on other sites More sharing options...
Author Share Posted September 22, 2009 Hmm. A check of the embedded SWF shows that it's published to version 6! So, there's no way to publish to a later version of Flash except to upgrade to Flash CS-something? Link to comment Share on other sites More sharing options...
Share Posted September 22, 2009 Yep, you've gotta have at least Flash 8. 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