Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Enable better error handling for Fireworks commands

    Always wrap your scripts in a try/catch block and then display a more useful error message in an alert dialog.

  2. Avg. Rating 4.3

    Build a JavaScript API for your Fireworks Flash panel

    Encapsulate the complicated JavaScript code in a simpler API that your Flash panel can call.

  3. Not yet rated

    Maintain the current selection when running a command

    To maintain the selection, all you have to do is copy the current selection into an array and then restore it at the end of the command.

  • Results 1-3 of 3