RE: [Flashcoders] Compile .fla from Flex?

2008-01-09 Thread Dave Watts
How can I unregister from group? If you mean unsubscribe, use the URL at the bottom of every Flashcoders message: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber

Re: [Flashcoders] Compile .fla from Flex?

2008-01-09 Thread Jason Van Cleave
Thanks Jason, Your process is exactly what I am trying to do. Looks like this is a good reason for me how to figure out Ant. On Jan 8, 2008 6:43 PM, Jason M Horwitz [EMAIL PROTECTED] wrote: You could do this with Ant and JSFL - check out the buildfile and safeTestMovie.jsfl from my FDTKit

Re: [Flashcoders] Compile .fla from Flex?

2008-01-09 Thread Jason M Horwitz
My pleasure - if you need help just getting that up and running you might want to check out the Adding a Buildfile section of the FDTKit wiki: http://code.google.com/p/fdtkit/wiki/Documentation - even if you aren't interested in using the project it should help you get started with Ant (note the

Re: [Flashcoders] Compile .fla from Flex?

2008-01-09 Thread Jason Van Cleave
Yes, I saw went through it and got it going. I had some issues trying to find the ant tasks as I was looking for it under the run button menu but once I realized the external tools was only connected through the run menu I got it to work. Thanks for this, I'd wish I had found it earlier this year

RE: [Flashcoders] Compile .fla from Flex?

2008-01-08 Thread Merrill, Jason
Why target a .fla? Do you mean .swf? I think FlashDevelop + Flex SDK compiler is a great combo and very easy to set up. Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community

Re: [Flashcoders] Compile .fla from Flex?

2008-01-08 Thread Jason Van Cleave
On a Mac so FlashDevelop isn't an option. What I am looking to do is hit the run button from inside Eclipse/Flex Builder have it jump over to Flash and compile. It's a minor inconvenience when compared to editing ActionScript in the Flash Editor but I was hoping someone had built a bridge

RE: [Flashcoders] Compile .fla from Flex?

2008-01-08 Thread Merrill, Jason
Cleave Sent: Tuesday, January 08, 2008 4:59 PM To: Flash Coders List Subject: Re: [Flashcoders] Compile .fla from Flex? On a Mac so FlashDevelop isn't an option. What I am looking to do is hit the run button from inside Eclipse/Flex Builder have it jump over to Flash and compile. It's a minor

Re: [Flashcoders] Compile .fla from Flex?

2008-01-08 Thread Jason M Horwitz
You could do this with Ant and JSFL - check out the buildfile and safeTestMovie.jsfl from my FDTKit project: http://fdtkit.googlecode.com/svn/trunk/build.xml http://fdtkit.googlecode.com/svn/trunk/bin/scripts/SafeTestMovie.jsfl I think the test_movie ant target does pretty much what you're

Re: [Flashcoders] Compile .fla from Flex?

2008-01-08 Thread Ed McManus
In FlexBuilder you should be able to do this by referencing assets in an SWC made from your .fla (To do this in Flash CS3 check Export SWC in Publish Settings) However, there is a bug with the Flex SDK and CS3 SWC's. You'll need to install the following patch if you want to do anything with the

RE: [Flashcoders] Compile .fla from Flex?

2008-01-08 Thread Yogesh Singh
How can I unregister from group? With Regards Yogesh Singh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason M Horwitz Sent: Wednesday, January 09, 2008 5:14 AM To: Flash Coders List Subject: Re: [Flashcoders] Compile .fla from Flex? You could do