A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Junior Member
    Join Date
    May 2003
    Posts
    9

    (mx) no zoom in-out ,please help

    Can someone tell me please how can i make my movie to have no option for zoom in or out.
    I want my movie to be on right click like the banner from this page(the one with the box).


    Thank You.

  2. #2
    Mom said "make me a Mod" el-Ignoramus's Avatar
    Join Date
    Oct 2002
    Location
    Xanadu
    Posts
    1,771
    Hi there

    goto File>Publish settings>HTML

    Uncheck the option of Display menu


    this will work when your file is displayed in a web browser

    you might add an FScommand in your first frame with the option of allow scale = false

    your code should look like this
    ===========================================
    fscommand("allowscale", "false");
    ===========================================


    hope that helped
    :::Un Clickable:::

    My Religion
    come and have a look, free cookies inside...

  3. #3
    Junior Member
    Join Date
    May 2003
    Posts
    9
    thank's a lot !

    it worked out

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