# How to set size of swf using LoadMovie?

**URL:** https://forum.kirupa.com/t/how-to-set-size-of-swf-using-loadmovie/281646
**Category:** Uncategorized
**Created:** [February 11, 2009, 7:27pm UTC](https://forum.kirupa.com/t/how-to-set-size-of-swf-using-loadmovie/281646 "2009-02-11T19:27:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Teel](https://avatars.discourse-cdn.com/v4/letter/t/7ea924/32.png) [@Teel](https://forum.kirupa.com/u/Teel)
#### Post date: [February 11, 2009, 7:27pm UTC](https://forum.kirupa.com/t/how-to-set-size-of-swf-using-loadmovie/281646/1 "2009-02-11T19:27:19Z")

</div>

Hi, I have this problem:  
in my swf on frame 100 is a code:

```auto
loadMovie("second.swf", _root.clip1);

```

I have mc with isntance name: clip1  
The movie second.swf loads into the position of clip1 but it’s originally very big and I want it to make it smaller so it will fit to my site, if possible i would also like it not to be resizeable (so when someone will have smaller browser window it wouldnt move) I’m lame with AS so I think I could use your help. Thank u 🙂
