views:

37

answers:

2

I have a mac sitting right next to my PC for photoshop/illustrator/flash development. However, though I am fully capable with a mac, I find the text navigation shortcuts non-standard and cumbersome to say the least. Recently I've taken to editing my actionscript files on my PC via a network share and then merely compiling the flash component on the mac. Workable as it is, I'd really like a better text editing environment on the mac so I wouldn't have to keep switching. Is there a better solution?

+2  A: 

You may be able to use the Flex SDK and FlashDevelop on windows alone and save using the mac. Both of these tools are free. FlashDevelop uses C# I think (or some other .net) so it wouldn't work on the mac.

pedro_sland
I downloaded the latest SDK and flashdevelop and tested it out. Works beautifully. Now I can do only the symbol development on the mac and do all AS in windows. AWESOME.
Chris
+1  A: 

Have you tried FlexBuilder (oh yeah, soon to be called FlashBuilder)? It runs on both Windows and Mac. It runs either as a standalone application built on Eclipse, or as a plugin to Eclipse. As Eclipse is fairly full-featured, it works quite well and has a bit of refactoring support.

Kaleb Pederson
Actually, the only reason I develop on the Mac at all in flash is for mac only fonts that are often required. Is there a way to perhaps embed these fonts in a sub-swf and then develop on windows using them?
Chris
Yes. In the library, there is a new font item in the menu (beside new symbol and folder). Use this, enable linkage using flash.text.Font as the base class and go! Flash develop can explore that and show the fonts (as well as insert using the [Embed] code automatically).
pedro_sland