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");
Tagged with:
 

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

Spam Protection by WP-SpamFree