# Loadmovie blues

**URL:** https://forum.kirupa.com/t/loadmovie-blues/9304
**Category:** Uncategorized
**Created:** [December 9, 2002, 1:45pm UTC](https://forum.kirupa.com/t/loadmovie-blues/9304 "2002-12-09T13:45:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Blarnarnar\_Tar](https://avatars.discourse-cdn.com/v4/letter/b/35a633/32.png) [@Blarnarnar\_Tar](https://forum.kirupa.com/u/Blarnarnar_Tar)
#### Post date: [December 9, 2002, 1:45pm UTC](https://forum.kirupa.com/t/loadmovie-blues/9304/1 "2002-12-09T13:45:53Z")

</div>

on (release) {  
\_root.MenuL.loadMovie(“homem.swf”);  
}

See that little code nugget up there? I’m trying to use that to load a separate movie file (yeah, homem.swf) into a movie clip I have placed on the stage of indexnav.swf. It works fine and dandy but… when it loads into the movie clip, it appears to be zoomed in by 400% which really isn’t what I’m aiming for here…

Just looking for a little help, if you need to look at the swf files in question just lemme know and I’ll give ya links…

---

<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: [December 9, 2002, 2:05pm UTC](https://forum.kirupa.com/t/loadmovie-blues/9304/2 "2002-12-09T14:05:38Z")

</div>

I have no idea why that’s zoomed like that but try this:  
\_root.menuL.\_xscale = 25;  
\_root.menuL.\_yscale = 25;  
That just makes the scale of it 4 times less…
