Any existing Flash SWF compilers that can understand directives like #IF #ENDIF, etc?
Some SWF Compilers: (Hopefuls)
|
|
|
|
|
|
|
I've used |
||
|
|
|
The MXMLC compiler also supports conditional compilation, though it is pretty primitive and strangely-implemented. They didn't implement 'ifdef'. Instead we just get the value after the comma from the assignment. While this works fine for string insertion, it's pretty confusing for booleans. The following example would only compile the 'release' implementation of the method:
Then in your source code:
|
||
|
|