A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: actionscript help

  1. #1
    Member
    Join Date
    Apr 2006
    Posts
    58

    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.

  2. #2
    Flashmatics silentweed's Avatar
    Join Date
    Mar 2005
    Location
    London, UK
    Posts
    4,875
    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
    Flashmatics | Flashmatics Library (free downloads)
    -----------------------------------------------------
    Latest Projects:
    The Dead Room | Are You Smarter | Prison Break (Frame A Friend) | Beck's Fusions | The 24 Experience

    -----------------------------------------------------
    Flash Certified Developer

  3. #3
    Member
    Join Date
    Apr 2006
    Posts
    58
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center