Questions tagged [fcsh]

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.

The Flex Compiler Shell (fcsh) compiles code faster than mxmlc and compc by keeping all the partial build objects in memory. It's similar to using the -incremental flag of mxmlc, but avoids having to load the JVM on each invocation. See the documentation for more information.

2 questions
6
votes
2 answers

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. This poses some problems, though, namely that I'm…
Chris R
  • 17,546
  • 23
  • 105
  • 172
0
votes
3 answers

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 text file into a .mxml file and compiling to a .swf…
Vern Takebayashi
  • 429
  • 1
  • 4
  • 8