|
Flash CS4 Resources |
Sample implementationsSeveral sample JSFL implementations are available for Adobe Flash CS4 Professional. You can review and install these files to familiarize yourself with the JavaScript API. The samples are in a folder named Samples/ExtendingFlash within the Samples.zip file located at www.adobe.com/go/learn_fl_samples. Sample Shape commandA sample JavaScript API script named Shape.jsfl is located in the ExtendingFlash/Shape folder (see “Sample implementations” above). This script displays information about the contours of the shape in the Output panel. To install and run the Shape script:
Sample get and set filters commandA sample JavaScript API script named filtersGetSet.jsfl is located in the ExtendingFlash/filtersGetSet folder (see “Sample implementations” above). This script adds filters to a selected object and displays information about the filters being added in the Output panel. To install and run the filtersGetSet script:
Sample PolyStar toolA sample JavaScript API script named PolyStar.jsfl is located in the ExtendingFlash/PolyStar folder (see “Sample implementations” above). The PolyStar.jsfl replicates the PolyStar tool that can be found in the Flash Tools panel. The script demonstrates how to build the PolyStar tool using the JavaScript API and includes detailed comments describing what the code is doing. Read this file to gain a better understanding of how the JavaScript API can be used. You should also read the PolyStar.xml file in the Tools directory to learn more about how to build your own tool. Sample Trace Bitmap panelA set of files named TraceBitmap.fla and TraceBitmap.swf are located in the ExtendingFlash/TraceBitmapPanel folder (see “Sample implementations” above). These files illustrate how to design and build a panel to control the functions of Flash. They also show the use of the MMExecute() function to call JavaScript commands from an ActionScript script. To run the TraceBitmap sample:
Sample DLLA sample DLL implementation is located in the ExtendingFlash/dllSampleComputeSum folder (see “Sample implementations” above). For more information about building DLLs, see C-Level Extensibility. |