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
|
|
|
||
|
|
|
|
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. |
||
|
|
|
|
The as3 (in movie) put this in first frame :): myMenu.hideBuiltInItems(); _root.menu = myMenu; In html: <(EMBED) src=Yourswf.swf type="text/html; Remove the "(" and the ")" in embed |
||
|
|
|
|
Try this method, or read in this class about what else you can do with the context menu. |
||||||||||
|
|
|
i saw ur refer url it's shows Redraw Regions option only .you will changed on your embed code |
||
|
