Flash Player Debugging and Trans

Monkey Targets Forums/Flash/Flash Player Debugging and Trans

AdamRedwoods(Posted 2013) [#1]
I am a big proponent for "CC_OPTS" (compiler optional flags) on all targets, and here's why:

On Flash, setting the config.win.txt to use the Flash Player Runtime for Debugging (within Flex 4.6) you would need to sandbox the local files you are trying to load otherwise face a few errors. Plus the errors I get back seem a bit more verbose.

Use CC_OPTS within your trans.exe compiler and viola, just add #CC_OPTS="-use-network=false" and your files are sandboxed properly.

If anyone is interested in the trans.exe changes for CC_OPTS, let me know. Quite simple.