# Fscommand, rezize not working!

**URL:** https://forum.kirupa.com/t/fscommand-rezize-not-working/24350
**Category:** Uncategorized
**Created:** [June 29, 2003, 6:04pm UTC](https://forum.kirupa.com/t/fscommand-rezize-not-working/24350 "2003-06-29T18:04:58Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![filmshootz](https://avatars.discourse-cdn.com/v4/letter/f/ce73a5/32.png) [@filmshootz](https://forum.kirupa.com/u/filmshootz)
#### Post date: [June 29, 2003, 6:04pm UTC](https://forum.kirupa.com/t/fscommand-rezize-not-working/24350/1 "2003-06-29T18:04:58Z")

</div>

whenever I use the fscommand for the projector I can’t seem to disable the resize. I can disable the menu using “showmenu” but not so with “allowscale”. If it helps any I am using FMX. Can someone please help?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 29, 2003, 8:30pm UTC](https://forum.kirupa.com/t/fscommand-rezize-not-working/24350/2 "2003-06-29T20:30:53Z")

</div>

[AS]Stage.scaleMode = “noScale”;[/AS]

That does it for FMX.

And I believe to “hide” the menu it is [AS]Stage.showMenu = false;[/AS]

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 29, 2003, 9:28pm UTC](https://forum.kirupa.com/t/fscommand-rezize-not-working/24350/3 "2003-06-29T21:28:29Z")

</div>

I have actually tried that as well but no luck. I still get the resize handles.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 29, 2003, 10:15pm UTC](https://forum.kirupa.com/t/fscommand-rezize-not-working/24350/4 "2003-06-29T22:15:47Z")

</div>

I think you’ll get the resize handles no matter what. But the script lost posted will prevent your movie from stretching out when the window is rescaled. I could be wrong though…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 29, 2003, 10:31pm UTC](https://forum.kirupa.com/t/fscommand-rezize-not-working/24350/5 "2003-06-29T22:31:06Z")

</div>

yeah unfortuneately it still stretches. Any other suggestions?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 29, 2003, 10:47pm UTC](https://forum.kirupa.com/t/fscommand-rezize-not-working/24350/6 "2003-06-29T22:47:23Z")

</div>

I just tested it, my stuff doesn’t resize when I set scaleMode to noScale. The window is still resizeable, I don’t think there is a way to stop that, but as EG said, setting it to noScale will prevent scaling, it will just position your content in the center.
