# Loading bar for .swf files

**URL:** https://forum.kirupa.com/t/loading-bar-for-swf-files/135554
**Category:** Uncategorized
**Created:** [January 28, 2005, 7:41am UTC](https://forum.kirupa.com/t/loading-bar-for-swf-files/135554 "2005-01-28T07:41:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![TurboMan](https://avatars.discourse-cdn.com/v4/letter/t/df788c/32.png) [@TurboMan](https://forum.kirupa.com/u/TurboMan)
#### Post date: [January 28, 2005, 7:41am UTC](https://forum.kirupa.com/t/loading-bar-for-swf-files/135554/1 "2005-01-28T07:41:41Z")

</div>

\***[size=4][color=#003366]Creating [/color][/size]**[font=Verdana][size=4][color=#003366]a Full Flash Site  
[/color][/size][/font][font=Arial][size=1][color=#808080]by [[color=#808080]kirupa chinnathambi[/color]](http://www.kirupa.com/me/index.htm)[/color][/size][/font]  
In this tutorial I saw how to do a flash site.  
I have a question:

It is possible to put a loading bar for every .swf file that plys while the .swf file is loading?

My site is [www.websitedesign.ro](http://www.websitedesign.ro/)

I have there 3 .swf files there : home1.swf , info.swf and portofoliu.swf.

to load the .swf files I used this script:

[color=royalblue]on (release) {  
\_root.contents.loadMovie(“home1.swf”);  
}  
[/color]  
I would like to put a loading bar in three frames like this:

Loading.  
Loading…  
Loading…  
and I want this load bar for every each of three .swf files .

If you chek the site above, when the doors are closed , it will be great to have the loader there .

If I choose instead a loading bar , it must be at firsts frames of the .swf files?

Thank you very much!\*
