A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Right click problem

  1. #1
    Junior Member
    Join Date
    Nov 2001
    Posts
    6
    How do you do that?
    On some sites by right click you get a lot of option and some other you just get one or two lines.
    How do they do that????????

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    134
    hi

    to disable the right click menu only put this in the html code

    <param name=menu value=false>

  3. #3
    Junior Member
    Join Date
    Nov 2001
    Posts
    6
    Where in html code?
    Isn't There an option in flash itself to change the right click?
    My problem is that I do not want by using right click the user use the print option there?

  4. #4
    Senior Member
    Join Date
    Oct 2001
    Posts
    354
    in your html it would look like this
    </p align="center"><embed src="http://www.yourhost.com/yourflashmovie.swf" width="600" height="600" menu="false" quality="medium"></p>

    see you could also change the quality from here and you don't need to type param name and all that.

  5. #5
    Member
    Join Date
    Aug 2001
    Posts
    96
    Originally posted by alisaleh
    How do you do that?
    On some sites by right click you get a lot of option and some other you just get one or two lines.
    How do they do that????????
    or you can use the following method:
    1. File-->Publish Settings
    2. Click the html tab
    3. unchecked the box of "Display Menu"

    Hope it helps

  6. #6
    Senior Member
    Join Date
    Aug 2000
    Posts
    134
    in html is like this

    <HTML>
    <HEAD>
    <TITLE>dream</TITLE>
    </HEAD>
    <BODY bgcolor="#000000">
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
    WIDTH=780 HEIGHT=420>
    <PARAM NAME=movie VALUE="dream.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#000000> }
    <param name=menu value=false>
    <EMBED src="dream.swf" quality=high bgcolor=#000000 WIDTH=780 HEIGHT=420 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
    </OBJECT>
    </BODY>
    </HTML>

  7. #7
    Junior Member
    Join Date
    Nov 2001
    Posts
    6
    Thank you all

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