Project settings: Context menu

Use these settings to configure the context menu that will appear when the user right-clicks inside the application window.

You can use a standard or custom menu in your application.

Standard menu
This menu consists of the standard set of options. Select the options you want to include in the menu and enter labels for them.
Play – play the movie
Stop – stop playing
Back – one frame back
Forward – one frame forward
Rewind – go to the first frame
Exit – close the application
Full Screen – toggle full-screen mode

Custom menu
This menu consists of options that call the callback functions of the SWF application.
Use the 'Add', 'Delete' buttons to add/remove menu options.
Use the 'Label' field to specify the label of the option in the menu. Specify the hyphen '-' as the label if you want to add a horizontal bar to the menu.
Use the 'SWF function' field to specify the callback function that should be called when this menu item is selected. The callback function must be initiated in the SWF using the ExternalInterface.addCallback method.