# Check if movieclip is finished

**URL:** https://forum.kirupa.com/t/check-if-movieclip-is-finished/285528
**Category:** flash
**Created:** [April 1, 2009, 10:58pm UTC](https://forum.kirupa.com/t/check-if-movieclip-is-finished/285528 "2009-04-01T22:58:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ninad\_pahune](https://avatars.discourse-cdn.com/v4/letter/n/59ef9b/32.png) [@ninad\_pahune](https://forum.kirupa.com/u/ninad_pahune)
#### Post date: [April 1, 2009, 10:58pm UTC](https://forum.kirupa.com/t/check-if-movieclip-is-finished/285528/1 "2009-04-01T22:58:09Z")

</div>

I have main flash file (main.swf) that will load movie clips dynamically one after the other from a source xml file.  
I need to check if the movie clip currently loaded is finished so that the main.swf will trigger the code to load the other movie clip.  
I can use both emptyMovieClip or loader component with contentPath to load the external swf files.
