# Total loading progress over different swf's

**URL:** https://forum.kirupa.com/t/total-loading-progress-over-different-swfs/286827
**Category:** Uncategorized
**Created:** [April 21, 2009, 4:31pm UTC](https://forum.kirupa.com/t/total-loading-progress-over-different-swfs/286827 "2009-04-21T16:31:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![toffe](https://avatars.discourse-cdn.com/v4/letter/t/e19adc/32.png) [@toffe](https://forum.kirupa.com/u/toffe)
#### Post date: [April 21, 2009, 4:31pm UTC](https://forum.kirupa.com/t/total-loading-progress-over-different-swfs/286827/1 "2009-04-21T16:31:53Z")

</div>

I have a swf called “main.swf”. Here I am using movieClipLoader to load another swf called “news.swf”. In “news.swf” I’m loading several images using movieClipLoader.

On the “main.swf” I want the loading progress for the ENTIRE “news.swf”, including the loading progress for the images.

If I use onLoadProgress for “main.swf” while loading “news.swf”, it will reach 100% before the images has started loading. I want the image loading to be included in the progress.

Any ideas?
