A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Mouse properties

  1. #1

    Mouse properties

    How can i disable the mouse properties in a swf movie?


  2. #2
    Flashkit historian Frets's Avatar
    Join Date
    Oct 2000
    Location
    flashkit
    Posts
    8,797
    The right click properties are governed by the embed tag.

    You can not remove all the right menu however you can reduce the right click options by editing the object embed tag

    Either

    go to the panels menu

    Select export

    Select show export options for html

    Uncheck menu

    Or

    Insert the following into your object embed code
    <param name="menu" value=false>

    Frets

  3. #3

    Thank you

    Thank you for your message.

    I obtained to decide my problem.

    This support is very efficient.

    Thank`s.

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