Can't import fl.motion
I have Flex Builder 3 and currently writing an Actionscript 3 program. I attempted to import fl.motion package in my pr开发者_JAVA百科ogram and it could not be found when I ran it. This is the first time I am importing the fl.motion. Is that package available to FlexBuilder 3 users.
Yes, if you regularly own a FlashProfessional licence you can simply grab the the swc inside your Application folder. On Mac you might find it in /Common/Configuration/Actionscript 3.0/libs/flash.swc
. Simply add the swc to your project references.
You must have Flash Professional in order to use fl.motion.* packages.
It is not part of Flex or the standard Flash library. It only comes with Flash Professional.
It is still possible to get these packages one way or another, but I think there may be some legal issues if you do not have Flash Pro in the first place.
Of course, if you have Flash Pro, you can use these libraries in Flash Builder.
If it is in order to move objects, there are some free or open source tween libraries available on the web, like Tween Max.
精彩评论