# Size movie problem

**URL:** https://forum.kirupa.com/t/size-movie-problem/17907
**Category:** flash
**Created:** [April 10, 2003, 6:00pm UTC](https://forum.kirupa.com/t/size-movie-problem/17907 "2003-04-10T18:00:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Dj\_Dove](https://avatars.discourse-cdn.com/v4/letter/d/35a633/32.png) [@Dj\_Dove](https://forum.kirupa.com/u/Dj_Dove)
#### Post date: [April 10, 2003, 6:00pm UTC](https://forum.kirupa.com/t/size-movie-problem/17907/1 "2003-04-10T18:00:32Z")

</div>

Hi, I have another problem and I can’t find a solution for this maybe one of you can help me.

I have a movie with 50 clips, this movie is called by another main movie (a menu).

The menu tell to the second movie what to load.  
I have exported for actionscript the name of each clip, and if I check the box “export to the first image” my movie will be oversized of KB.

I will know if there is a solution to do with actionscript when I know wich clip I need to load the command in actionscript to tell  
export xxx movieclip in first image ?

I use this command for display the movieclip.

[AS]root.attachMovie(Whatload, Whatload, 1, {\_x:10, \_y:10});[/AS]

I hope you undestand my problem, because english is not my mother tongue 😏
