vote up 0 vote down star

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

flag

58% accept rate

5 Answers

vote up 0 vote down

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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>

Remove the "(" and the ")" in embed

link|flag
vote up 1 vote down

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

link|flag
i can't import any package . becuase i used time line animation . any other possiable way for remove right click menu – R.Vijayakumar May 25 at 11:18
well... cou can use import statements inside timeline code... – OXMO456 May 25 at 12:27
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 May 25 at 14:42
thanks fenomas . could u send me document plz ... – R.Vijayakumar May 26 at 5:19
thanks OXMO456 - for response me – R.Vijayakumar May 26 at 5:20
vote up 0 vote down

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

link|flag
i added menu="false" in embed code . but not use . it shows all option . what can i do ? – R.Vijayakumar May 25 at 7:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.