|
-
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) .
-
Ryan Thomson
try adding
Stage.scaleMode = "noScale";
to the first frame of your movie.
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
|