The following example shows how you can use JSFL to export the contents of the Flash Actions panel to an external file using the fl.outputPanel.trace(), fl.actionsPanel.getText(), and fl.outputPanel.save() methods.
Full code after the jump.
// JSFL fl.outputPanel.clear(); fl.outputPanel.trace(fl.actionsPanel.getText()); fl.outputPanel.save("file:///C:/temp/actionsPanel.as");
{ 0 comments… add one now }