1

Flex Builder Actionscript プロジェクトでmxまたは 名前空間にアクセスするにはどうすればよいですか?fl

特定の .swc ファイルを含める必要がありますか?

私はどれを見つけることができないようです。

4

2 に答える 2

0
import mx.effects.easing.*;
于 2009-04-11T07:09:32.977 に答える
0

You can just import mx, but be aware your project will carry a ton of weight from the Flex framework. All of the l package classes are in your Flash installation folder and need to be added as a source folder in your compiler paths in FB.

If you just want to use the easing function than the solution is easier than importing any of the MX packages. When I use GTween in AS3 projects I simply cut-n-paste the functions into my own static classes.

于 2009-04-11T00:46:48.670 に答える