How to set size of swf using LoadMovie?

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

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 :slight_smile: