Tagged Questions

The fcsh (Flex Compiler Shell) provides a shell environment for compiling applications, modules, and component libraries. It works similarly to mxmlc and compc, but compiles faster.

learn more… | top users | synonyms

4
votes
2answers
358 views

How can I get started with Emacs + fcsh + Flex3?

I've got some reasonable emacs-fu, and I know how to use the Flash Builder IDE to work in Flex/Actionscript, but I'd like to move to using Emacs to do most of my coding instead of the flash builder. ...
0
votes
3answers
345 views

Calling fcsh from PHP script

My question is whether or not Flex's fcsh can be called from within a PHP script. Here is the background: I have been created a simple process that creates a simple quiz/tutorial by converting a ...