# \[FMX\] syncronising loaded MC

**URL:** https://forum.kirupa.com/t/fmx-syncronising-loaded-mc/12932
**Category:** flash
**Created:** [February 6, 2003, 9:41am UTC](https://forum.kirupa.com/t/fmx-syncronising-loaded-mc/12932 "2003-02-06T09:41:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![icicle](https://avatars.discourse-cdn.com/v4/letter/i/7ba0ec/32.png) [@icicle](https://forum.kirupa.com/u/icicle)
#### Post date: [February 6, 2003, 9:41am UTC](https://forum.kirupa.com/t/fmx-syncronising-loaded-mc/12932/1 "2003-02-06T09:41:12Z")

</div>

cheers…

i have a main movie of about 20kb and i load a movie clip in it of about 100kb. obviously the loaded mc will come too much late then the first… how can i syncronise them?!

please help me… thanks

\> I c i c l e \< :bounce:

---

<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: [February 6, 2003, 12:00pm UTC](https://forum.kirupa.com/t/fmx-syncronising-loaded-mc/12932/2 "2003-02-06T12:00:26Z")

</div>

I think you should be able to run some ActionScript similar to that of a preloader… Use something like getBytesLoaded to measure how much of your 100K movie has downloaded, then when it’s complete, you can kick them off at the same time.
