Currently I made a MXP/SWFPanel and now that it is done, I want to protect the JSFL data by embedding the JFSL data in a hidden text box within the SWF. The code in the JSFL is like this: function FunctionName(param){var code: "this and that";} Then in the AS3 I do this: MMExecute('fl.runScript('" + JSFLToString +…