Search Tutorials
Step 2: Create the Code Hint FileThe root node of the Code Hint XML file is called <customactions> and contains several sub elements as described below: <actionspanel> is used to group and define the folders and items that will be placed into the Flash Actions Toolbox (see Figure 1). <colorsyntax> is used to define which identifiers (i.e. objects and methods) will display using the color specified for identifiers within the ActionScript editor preferences window (see figure 5). <codehints> is used to identify a specific object type within the ActionScript editor and allows the editor to display the menu-style code hint for the object.
Each of these elements can contain sub elements to describe supporting information. We will review each as we create the Code Hint XML file for FSimpleClass. Lets begin by creating the skeleton of the Code Hint XML file.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||
|