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 vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 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 looking
 for:
 automates switching from Eclipse (or FlexBuilder) to Flash for compiling
 (in
 this case whatever the current/open fla is).

 What I do is have Eclipse/FDT/Flex open in one space (assuming OS X), and
 Flash with my fla in another and simply do a good old fashioned Cmd+Enter
 (which I map the default ant task keybinding in eclipse). The result is a
 nice test movie which switches focus/spaces screen from eclipse to flash
 and
 does a preview, a simple Cmd+W, Cmd+Tab closes the preview and returns me
 to
 where I left off in Eclipse.

 Hope this helps,

 ...
 . jason m horwitz // Sekati

 On Jan 8, 2008 3:47 PM, Jason Van Cleave [EMAIL PROTECTED] wrote:

  I know FDT can do this but I am having issues with the new version and
  AS3.
  Has anyone found a way of targeting a .fla from a Flex Builder
  Actionscript
  Project?
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 



 --
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 page is actually a bit dated as its from FDT 1.5 days).
Best,

jason m horwitz // Sekati

On Jan 9, 2008 11:43 AM, Jason Van Cleave [EMAIL PROTECTED] wrote:

 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 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 looking
  for:
  automates switching from Eclipse (or FlexBuilder) to Flash for compiling
  (in
  this case whatever the current/open fla is).
 
  What I do is have Eclipse/FDT/Flex open in one space (assuming OS X),
 and
  Flash with my fla in another and simply do a good old fashioned
 Cmd+Enter
  (which I map the default ant task keybinding in eclipse). The result is
 a
  nice test movie which switches focus/spaces screen from eclipse to flash
  and
  does a preview, a simple Cmd+W, Cmd+Tab closes the preview and returns
 me
  to
  where I left off in Eclipse.
 
  Hope this helps,
 
  ...
  . jason m horwitz // Sekati
 
  On Jan 8, 2008 3:47 PM, Jason Van Cleave [EMAIL PROTECTED]
 wrote:
 
   I know FDT can do this but I am having issues with the new version and
   AS3.
   Has anyone found a way of targeting a .fla from a Flex Builder
   Actionscript
   Project?
   ___
   Flashcoders mailing list
   Flashcoders@chattyfig.figleaf.com
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
 
 
 
  --
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
:::
: jason m horwitz // sekati llc // nyc + mke
: [EMAIL PROTECTED] | [EMAIL PROTECTED]
: http://sekati.com | http://cv.sekati.com
: +1.414.455.4406 | +1.646.662.3331
: aim/skype: n0kati
:::
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 when I finally
went all over to the Mac/Eclipse/FDT. There is a lot of good info up there.

On Jan 9, 2008 2:53 PM, Jason M Horwitz [EMAIL PROTECTED] wrote:

 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 page is actually a bit dated as its from FDT 1.5 days).
 Best,

 jason m horwitz // Sekati

 On Jan 9, 2008 11:43 AM, Jason Van Cleave [EMAIL PROTECTED]
 wrote:

  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 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 looking
   for:
   automates switching from Eclipse (or FlexBuilder) to Flash for
 compiling
   (in
   this case whatever the current/open fla is).
  
   What I do is have Eclipse/FDT/Flex open in one space (assuming OS X),
  and
   Flash with my fla in another and simply do a good old fashioned
  Cmd+Enter
   (which I map the default ant task keybinding in eclipse). The result
 is
  a
   nice test movie which switches focus/spaces screen from eclipse to
 flash
   and
   does a preview, a simple Cmd+W, Cmd+Tab closes the preview and returns
  me
   to
   where I left off in Eclipse.
  
   Hope this helps,
  
   ...
   . jason m horwitz // Sekati
  
   On Jan 8, 2008 3:47 PM, Jason Van Cleave [EMAIL PROTECTED]
  wrote:
  
I know FDT can do this but I am having issues with the new version
 and
AS3.
Has anyone found a way of targeting a .fla from a Flex Builder
Actionscript
Project?
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
   
  
  
  
   --
   ___
   Flashcoders mailing list
   Flashcoders@chattyfig.figleaf.com
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 



 --
 :::
 : jason m horwitz // sekati llc // nyc + mke
 : [EMAIL PROTECTED] | [EMAIL PROTECTED]
 : http://sekati.com | http://cv.sekati.com
 : +1.414.455.4406 | +1.646.662.3331
 : aim/skype: n0kati
 :::
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 somehow.



On Jan 8, 2008 3:56 PM, Merrill, Jason [EMAIL PROTECTED]
wrote:

 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



 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Compile .fla from Flex?

2008-01-08 Thread Merrill, Jason
Well, you didn't say Mac.  :) minor omission. 

Jason Merrill
Bank of America  
GTO LLD Solutions Design  Development 
eTools  Multimedia 

Bank of America Flash Platform Developer Community



 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf 
Of Jason Van 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 inconvenience when compared to editing 
ActionScript in the Flash Editor but I was hoping someone had 
built a bridge somehow.



On Jan 8, 2008 3:56 PM, Merrill, Jason 
[EMAIL PROTECTED]
wrote:

 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



 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 looking for:
automates switching from Eclipse (or FlexBuilder) to Flash for compiling (in
this case whatever the current/open fla is).

What I do is have Eclipse/FDT/Flex open in one space (assuming OS X), and
Flash with my fla in another and simply do a good old fashioned Cmd+Enter
(which I map the default ant task keybinding in eclipse). The result is a
nice test movie which switches focus/spaces screen from eclipse to flash and
does a preview, a simple Cmd+W, Cmd+Tab closes the preview and returns me to
where I left off in Eclipse.

Hope this helps,

...
. jason m horwitz // Sekati

On Jan 8, 2008 3:47 PM, Jason Van Cleave [EMAIL PROTECTED] wrote:

 I know FDT can do this but I am having issues with the new version and
 AS3.
 Has anyone found a way of targeting a .fla from a Flex Builder
 Actionscript
 Project?
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




--
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 Flex SDK (or
FlexBuilder) and CS3:
http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401493

Best,
Ed



On Jan 8, 2008 3: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 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 looking
 for:
 automates switching from Eclipse (or FlexBuilder) to Flash for compiling
 (in
 this case whatever the current/open fla is).

 What I do is have Eclipse/FDT/Flex open in one space (assuming OS X), and
 Flash with my fla in another and simply do a good old fashioned Cmd+Enter
 (which I map the default ant task keybinding in eclipse). The result is a
 nice test movie which switches focus/spaces screen from eclipse to flash
 and
 does a preview, a simple Cmd+W, Cmd+Tab closes the preview and returns me
 to
 where I left off in Eclipse.

 Hope this helps,

 ...
 . jason m horwitz // Sekati

 On Jan 8, 2008 3:47 PM, Jason Van Cleave [EMAIL PROTECTED] wrote:

  I know FDT can do this but I am having issues with the new version and
  AS3.
  Has anyone found a way of targeting a .fla from a Flex Builder
  Actionscript
  Project?
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 



 --
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 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 looking
for:
automates switching from Eclipse (or FlexBuilder) to Flash for compiling
(in
this case whatever the current/open fla is).

What I do is have Eclipse/FDT/Flex open in one space (assuming OS X),
and
Flash with my fla in another and simply do a good old fashioned
Cmd+Enter
(which I map the default ant task keybinding in eclipse). The result is
a
nice test movie which switches focus/spaces screen from eclipse to flash
and
does a preview, a simple Cmd+W, Cmd+Tab closes the preview and returns
me to
where I left off in Eclipse.

Hope this helps,

...
. jason m horwitz // Sekati

On Jan 8, 2008 3:47 PM, Jason Van Cleave [EMAIL PROTECTED]
wrote:

 I know FDT can do this but I am having issues with the new version and
 AS3.
 Has anyone found a way of targeting a .fla from a Flex Builder
 Actionscript
 Project?
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




--
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders