A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: How can i make website flash not have that menu which enables them to stop it?

  1. #1
    Junior Member
    Join Date
    Dec 2001
    Posts
    17
    I am making a flash for my site and i want to know how to publish the flash and when i put it on my site, to make it so that when people right-click on it the menu does not have options to stop, play, rewind etc. How do i do this?

  2. #2
    Junior Member
    Join Date
    Dec 2001
    Posts
    1

    Lightbulb disable the right click menu in html

    Originally posted by jamsterjam
    I am making a flash for my site and i want to know how to publish the flash and when i put it on my site, to make it so that when people right-click on it the menu does not have options to stop, play, rewind etc. How do i do this?
    to disable the right click popup menu in HTML
    we always use this code:

    <PARAM NAME=movie VALUE="movie_name.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=menu VALUE=false>
    type this code into your html, u should put it before the
    "<EMBED src="movie_name.swf" quality=high menu=false......"

    **remember:
    this code can't disable the "about macromedia flash player"

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