A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Flash player resize

  1. #1
    Junior Member
    Join Date
    Aug 2008
    Posts
    1

    Flash player resize

    I am trying to find a way to prevent the published swf, or windows projector exe, from resizing when the corners are dragged.

    Is this possible? Is there a way to specify in code what the dimensions of the exe window will be? I am having problems with a border around the stage in the swf, after using fscommand to remove the context menu: ("showmenu", false) .

  2. #2
    Ryan Thomson EvolveDesigns's Avatar
    Join Date
    Oct 2001
    Location
    British Columbia
    Posts
    3,338
    try adding
    Stage.scaleMode = "noScale";

    to the first frame of your movie.
    Evolve Designs Interactive Media
    the natural selection

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