# Resizing Flash Movie Depending on Screen Res

**URL:** https://forum.kirupa.com/t/resizing-flash-movie-depending-on-screen-res/18502
**Category:** programming
**Created:** [April 17, 2003, 9:02am UTC](https://forum.kirupa.com/t/resizing-flash-movie-depending-on-screen-res/18502 "2003-04-17T09:02:25Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![phorte](https://avatars.discourse-cdn.com/v4/letter/p/77aa72/32.png) [@phorte](https://forum.kirupa.com/u/phorte)
#### Post date: [April 17, 2003, 9:02am UTC](https://forum.kirupa.com/t/resizing-flash-movie-depending-on-screen-res/18502/1 "2003-04-17T09:02:25Z")

</div>

I was wondering if there is any javascripting or actionscripting to make it so that when a flash movie is presented in a HTML page if the screen resolution is 800_600 then the flash movie is like 750_400 but then if the screen res is 1024\*768 then the flash movie has a different size.

Thank you in advance…

/Aussie Devil/

---

<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: [April 17, 2003, 3:50pm UTC](https://forum.kirupa.com/t/resizing-flash-movie-depending-on-screen-res/18502/2 "2003-04-17T15:50:59Z")

</div>

i think it will work if you put this action in the first frame:

fscommand(“alowscale”, “true”);

---

<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: [April 17, 2003, 5:13pm UTC](https://forum.kirupa.com/t/resizing-flash-movie-depending-on-screen-res/18502/3 "2003-04-17T17:13:27Z")

</div>

fscommands are only for the Flash Projector (.exe) files, so that will not work.

Check this thread…

[http://www.kirupaforum.com/forums/showthread.php?s=&threadid=18566](http://www.kirupaforum.com/forums/showthread.php?s=&threadid=18566)
