views:

2102

answers:

6

i made swf using flash 9 player if i right click swf it will shows menu like zoom in , zoom out, etc option . but i saw this site url ( http://www.3dfreeair.com/index.php?option=com_content&view=article&id=4&Itemid=6 ) animation swf like elephant.swf, bird.swf... not show anything .only shows reddraw option How can i do like this ? anybody help me

A: 

i saw ur refer url it's shows Redraw Regions option only .you will changed on your embed code

i added menu="false" in embed code . but not use . it shows all option . what can i do ?
R.Vijayakumar
+1  A: 

Try this method, or read in this class about what else you can do with the context menu.

fenomas
i can't import any package . becuase i used time line animation . any other possiable way for remove right click menu
R.Vijayakumar
well... cou can use import statements inside timeline code...
OXMO456
You can use import statements in timeline code, and you generally don't have to either. I gave you the docs, now read them! ;)
fenomas
thanks fenomas . could u send me document plz ...
R.Vijayakumar
thanks OXMO456 - for response me
R.Vijayakumar
A: 

The as3 (in movie) put this in first frame :):

myMenu.hideBuiltInItems();
_root.menu = myMenu;

In html:

<EMBED src=Yourswf.swf type="text/html;  
charset=iso-8859-1" quality="high" menu=false  
bgcolor=#000000 WIDTH=120 HEIGHT=30>
+2  A: 

check this post: http://blog.another-d-mention.ro/programming/right-click-and-custom-context-menu-in-flash-flex/. If you don't want any interaction with the right click, you can just use that javascript so you add a layer on top of your flash that catches the right click events and stops them from getting to the flash player.

TheBrain
Nice link, thanks!
Vladimir Grigorov
A: 
<param name="MENU" value="false">
A: 

i think it will not work out for you, because that menu comes from adbe flash player installed in user's brower

suresh kanna