Re: [Flashcoders] can Flex classes be used within (Flash CS3) along with ActionScript?

2008-11-28 Thread Meinte van't Kruis
oops, that's not true, adding swc simply makes the flash compile if you use any classes in the swc without compiling them, it's what I use to exclude classes from compiling with actionscript, which isn't what you actually want On Thu, Nov 27, 2008 at 4:21 PM, Meinte van't Kruis [EMAIL

Re: [Flashcoders] can Flex classes be used within (Flash CS3) along with ActionScript?

2008-11-28 Thread Anthony Pace
I hate FLEX it doesn't make it easier in my opinion; for, if you want any real control you have to know AS3 anyway? FLEX is just a fast way of delivering cookie cutter apps. Meinte van't Kruis wrote: oops, that's not true, adding swc simply makes the flash compile if you use any classes in

Re: [Flashcoders] can Flex classes be used within (Flash CS3) along with ActionScript?

2008-11-27 Thread Meinte van't Kruis
what's so hacky about it? To my knowledge you point to an SWC the same way you would point to actionscript classes, adding it to your classpath On Wed, Nov 26, 2008 at 10:18 PM, Eric E. Dolecki [EMAIL PROTECTED]wrote: Oops - I didn't see that CS3 part. CS4 makes it super easy to link to a SWC

[Flashcoders] can Flex classes be used within (Flash CS3) along with ActionScript?

2008-11-26 Thread BOYD SPEER
can Flex classes be imported and used within (Flash CS3) along with ActionScript? -Boyd ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] can Flex classes be used within (Flash CS3) along with ActionScript?

2008-11-26 Thread Merrill, Jason
] On Behalf Of BOYD SPEER Sent: Wednesday, November 26, 2008 3:48 PM To: Flash Coders List Subject: [Flashcoders] can Flex classes be used within (Flash CS3) along with ActionScript? can Flex classes be imported and used within (Flash CS3) along with ActionScript? -Boyd

Re: [Flashcoders] can Flex classes be used within (Flash CS3) along with ActionScript?

2008-11-26 Thread Eric E. Dolecki
Using a SWC, yes. But it's nasty work IMO. Use Flex Builder if you have it. On Wed, Nov 26, 2008 at 3:47 PM, BOYD SPEER [EMAIL PROTECTED] wrote: can Flex classes be imported and used within (Flash CS3) along with ActionScript? -Boyd ___

Re: [Flashcoders] can Flex classes be used within (Flash CS3) along with ActionScript?

2008-11-26 Thread Anthony Pace
The editor sucks, still. We need something like Aptana for AS3. Don't use the flash CS3 IDE if you can avoid; however, it is pretty good for animations; yet, if you want to do animations, go to cs4... bones and IK and bears oh my. Eric E. Dolecki wrote: Using a SWC, yes. But it's nasty

Re: [Flashcoders] can Flex classes be used within (Flash CS3) along with ActionScript?

2008-11-26 Thread Eric E. Dolecki
Oops - I didn't see that CS3 part. CS4 makes it super easy to link to a SWC to use classes in it, but CS3 is even nastier hack land. On Wed, Nov 26, 2008 at 4:06 PM, Anthony Pace [EMAIL PROTECTED]wrote: The editor sucks, still. We need something like Aptana for AS3. Don't use the flash CS3

Re: [Flashcoders] can Flex classes be used within (Flash CS3) along with ActionScript?

2008-11-26 Thread Jamie S
Most flex classes have dependancies in the Flex Framework which means that before you know it you are importing half of the framework to get one class or component to work. But here's a good blog post that describes how to import the Flex classes you need into a swc so at least you can keep it