The following example shows how you can use JSFL to set the text in the Actions panel using the fl.actionsPanel.setText() method.
Full code after the jump.
// JSFL var dateStamp = "// " + new Date(); fl.actionsPanel.setText(dateStamp);
Running this command will overwrite any existing code that may have existed in the Flash document’s Actions panel and replace it with the current date-time-stamp.
{ 0 comments… add one now }