Project settings - Context menu
Availability: SWF Maestro EXE (EXE PRO), SWF Maestro SCR (SCR PRO)
Use the options in this menu to configure the context
menu that will appear when the user right-clicks inside the application
window or inside the "interactive" screensaver. 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
Full Screen - full-screen mode
Exit - close the application Custom menu
This menu consists of options that call the callback functions of the
SWF application.
Use the 'Add Option', 'Remove' 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. |