By default, an AS only project does not include framework.swc which contains all the Flex framework classes. What you can do, is create your AS only project and add framework.swc to your library path. Then you can compile against any of the Flex framework classes.
-Deepa Subramaniam ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Firdosh Tangri Sent: Tuesday, December 05, 2006 11:25 AM To: [email protected] Subject: [flexcomponents] mx Tween class with as3 project I dont know if this question really fits here but I am trying to get the Alex Uhlmann super cool Distortion effects to work in a AS3 only project. I had emailed him and he replied back saying it should work in an AS3 only project since all the classes are AS3 but I know the base Distortion class extends mx.effects.effectClasses .TweenEffectInstance; and I was under the impression that mx classes cannot be used in an AS3 only project ? thanks firdosh
