A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: removing 'play','loop',etc button from right-click selection

  1. #1
    Junior Member
    Join Date
    May 2010
    Posts
    26

    removing 'play','loop',etc button from right-click selection

    is there a way to remove those buttons that are found when we right-click while the SWF file is running? those buttons such as 'play','loop',etc thx

  2. #2
    Senior Member
    Join Date
    Apr 2004
    Location
    LA
    Posts
    349
    I believe in your publish settings you can turn the menu off. This results in different HTML I think.
    Write multiplayer games with FlashMOG 0.3.1
    Try the MyPlan Salary Calculator

  3. #3
    Senior Member
    Join Date
    Jan 2010
    Location
    England
    Posts
    268
    you can turn them off in the publish settings but also you can try:

    Actionscript Code:
    var customMenu:ContextMenu = new ContextMenu();
    customMenu.hideBuiltInItems();
    might be addicted to flash...
    _______________________________________

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center