[flexcoders] How to create an ActionScript 3 (AS3) project in FlexBuilder without using Flex

2009-01-05 Thread devenhariyani
Hello, I've been using Flex for a while, but I'm still not complete clear how I can use AS3 without Flex. Flex is a great framework, but sometimes its too heavy and large for certain tasks. To start, I was trying to do a simple animation using only AS3 as described here:

Re: [flexcoders] How to create an ActionScript 3 (AS3) project in FlexBuilder without using Flex

2009-01-05 Thread Nate Beck
The fl.* package is not included in the Flex SDK. Kirupa's Forum has a thread discussing this. http://www.kirupa.com/forum/archive/index.php/t-268080.html I have CS4 on my machine... however... if you don't want to go out and buy it... I don't think there is any issue with installing the Trial

Re: [flexcoders] How to create an ActionScript 3 (AS3) project in FlexBuilder without using Flex

2009-01-05 Thread Alan Klement
Try FDT as well, or at least the trial. Im a big fan and many heavyweight flash devs out there use FDT for Flash and Flex work - it's like having Flash CS4 and Flex Builder, but better than both 'cause Flash's code IDE is only a setup up from a text editor and Flex Builder is not to my

RE: [flexcoders] How to create an ActionScript 3 (AS3) project in FlexBuilder without using Flex

2009-01-05 Thread Alex Harui
fl.* classes are part of CS4. AS-only projects in FB are usually really small things that use flash.*.* classes. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of devenhariyani Sent: Monday, January 05, 2009 11:06 AM To: flexcoders@yahoogroups.com Subject: