FlashDevelop Alternative for Linux?
I’ve been trying to convert to linux lately, and i set up .net framework under WINE and FlashDevelop installed fine, but wont run. I need an alternative as3 IDE for linux, or even just an as3 editor for linux. Any suggestions?
Just a helpful tip though – if you’re planning on using trace to debug, make sure you have:
-the debug version of Flash Player,
-a mm.cfg file in your /home/username/ directory containing “ErrorReportingEnable=1 TraceOutputFileEnable=1” (without “s)
-and you run mxmlc with the -debug flag
Your traces should all go to ./macromedia/Flash_Player/Logs/flashlog.txt