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

Reply via email to