|
-
actionscript help
i wanted to know how is it possible for when you publish your flash swf on the net people wont be able to zoom in. like when you right click you always have that option of zooming in i would like to take that off. im pretty sure is duable because i've seen some websites that have it but i dont kno how to do it if anyone could tell me i would appriciate it.
-
Flashmatics
put this is your first frame:
Code:
var newMenu:ContextMenu = new ContextMenu();
newMenu.hideBuiltInItems();
this.menu = newMenu;
see http://livedocs.macromedia.com/flash.../00001276.html for more info
-
wow thanks a lot this was a great help thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|