Archive

Archive for March, 2009

embed parameter “menu” = false and ContextMenuEvent.MENU_SELECT

March 11th, 2009 markledford No comments

In the Adobe LiveDocs it states:

  • menu- Possible values: true, false.
    • true: isplays the full menu, allowing the user a variety of options to enhance or control playback.
    • false: displays a menu that contains only the Settings option and the About Flash option.

Naturally not wanting the clutter in my context menus I had menu set to false in its embed code. Today I noticed new Context Menu support I had added to my app was not showing up in Flash 9 Player though it was appearing in Flash 10. Apparently setting this option to false will also keep the ContextMenuEvent.MENU_SELECT option from being dispatched in Flash Player 9 :-x

Categories: flex Tags: