# Would this be possible

**URL:** https://forum.kirupa.com/t/would-this-be-possible/20007
**Category:** Uncategorized
**Created:** [May 3, 2003, 11:30pm UTC](https://forum.kirupa.com/t/would-this-be-possible/20007 "2003-05-03T23:30:54Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Cheez00](https://avatars.discourse-cdn.com/v4/letter/c/e0b2c6/32.png) [@Cheez00](https://forum.kirupa.com/u/Cheez00)
#### Post date: [May 3, 2003, 11:30pm UTC](https://forum.kirupa.com/t/would-this-be-possible/20007/1 "2003-05-03T23:30:54Z")

</div>

hi i was wondering if it would be possible to scale a whole flash movie, at once, i know i could scale each individual clip and frame, but theres no telling what the exact size will be for all, i just want to make everything the same size, but smaller

any 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: [May 3, 2003, 11:35pm UTC](https://forum.kirupa.com/t/would-this-be-possible/20007/2 "2003-05-03T23:35:50Z")

</div>

\_level0.\_xscale = 50;  
\_level0.\_yscale = 50;

if everything is in \_level0, then it will be smaller, but with the same proportions.  
🙂  
jeremy

---

<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: [May 4, 2003, 5:35am UTC](https://forum.kirupa.com/t/would-this-be-possible/20007/3 "2003-05-04T05:35:37Z")

</div>

k you guys just throw all this action script out there… where do i put this, and level 0 meaning scene 1, so all the movie clips inside it and what not should scale, right?

---

<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: [May 4, 2003, 10:05pm UTC](https://forum.kirupa.com/t/would-this-be-possible/20007/4 "2003-05-04T22:05:14Z")

</div>

\>bump\<

allo?

---

<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: [May 4, 2003, 11:44pm UTC](https://forum.kirupa.com/t/would-this-be-possible/20007/5 "2003-05-04T23:44:22Z")

</div>

cheez, do you wanna scale it after it’s been made? like in html?? if you wanna do that then just change the width and height values in the html… ex:

[AS]\<EMBED src=“cheezmovie.swf” quality=high bgcolor=#000000 WIDTH=“100” HEIGHT=“50” NAME=“cheezmovie” ALIGN=""  
TYPE=“application/x-shockwave-flash” PLUGINSPAGE=“[http://www.macromedia.com/go/getflashplayer](http://www.macromedia.com/go/getflashplayer)”\>\</EMBED\>  
\</OBJECT\>[/AS]
