# Please help this loading movie problem is killing me

**URL:** https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365
**Category:** Uncategorized
**Created:** [January 30, 2003, 6:20am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365 "2003-01-30T06:20:06Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![aston](https://avatars.discourse-cdn.com/v4/letter/a/85f322/32.png) [@aston](https://forum.kirupa.com/u/aston)
#### Post date: [January 30, 2003, 6:20am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/1 "2003-01-30T06:20:06Z")

</div>

Hi guys please help me. I have use this kirupa loading movie style with my project.

Problem (1)  
when i upload it into the site, the first main intro movie was loaded and played but the buttons for loading externals swf cant work in the site.

Izzit something wrong with publishing under Flash 6?  
Do i have to upload everything including the html n swf n fla?

PLEase help…i am frustrated

ps i will be uploading my main file and an ext swf . please check n reply.

---

<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: [January 30, 2003, 6:23am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/2 "2003-01-30T06:23:09Z")

</div>

It is probably a targeting issue.

The \_root of the loaded movie is no longer the \_root, the \_root will now be the \_root of the movie you are loading into.

In that case, \_root assumes you are targeting something on the main timline of the movie you are loading into.

You can try using \_parent instead, or just remove that part altogether and see what happens.

(I am assuming your loadMovie code looks like \_root.Clip.loadMovie(“file.swf”))

---

<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: [January 30, 2003, 6:23am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/3 "2003-01-30T06:23:35Z")

</div>

What actions do you have on your buttons?

:EDIT: haha Lost beat me to it…doh!! =)

---

<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: [January 30, 2003, 6:24am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/4 "2003-01-30T06:24:38Z")

</div>

i have uploaded both the swf n html file too aint working

---

<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: [January 30, 2003, 6:27am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/5 "2003-01-30T06:27:57Z")

</div>

on (release) {  
\_root.contents.loadMovie(“myfile.swf”);  
}

---

<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: [January 30, 2003, 6:30am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/6 "2003-01-30T06:30:58Z")

</div>

Try…

on (release) {  
\_parent.contents.loadMovie(“myfile.swf”);  
}

or

on (release) {  
contents.loadMovie(“myfile.swf”);  
}

---

<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: [January 30, 2003, 6:33am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/7 "2003-01-30T06:33:02Z")

</div>

this is the main file

---

<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: [January 30, 2003, 6:34am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/8 "2003-01-30T06:34:13Z")

</div>

oh ok. Did you upload all the individual .swf files you are trying to load into?

Does it work on your computer and just not on your server?

---

<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: [January 30, 2003, 6:36am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/9 "2003-01-30T06:36:25Z")

</div>

I think my code is dirty!@

---

<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: [January 30, 2003, 6:40am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/10 "2003-01-30T06:40:21Z")

</div>

Hi kind souls…go to [www.allanwang.com](http://www.allanwang.com) and you will know whats wrong…

i have uploaded both .swfs and .html into my site

---

<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: [January 30, 2003, 6:43am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/11 "2003-01-30T06:43:34Z")

</div>

I get an error saying a script in the Flash file is causing my browser to stop responding and I had to close it.

You have a unclosed loop somewhere that is causing this.

---

<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: [January 30, 2003, 6:54am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/12 "2003-01-30T06:54:34Z")

</div>

Hi lostingbeta tryabort the script and cont wih the loading…

---

<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: [January 30, 2003, 6:55am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/13 "2003-01-30T06:55:47Z")

</div>

Hey m8…u have a great website. Another thing can you see my uploads here? i dun think my uploads are here …izzit?

---

<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: [January 30, 2003, 6:55am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/14 "2003-01-30T06:55:57Z")

</div>

Yeah, but it disables the actionscript used in your movie if you do that.

This is not a good error.

What code are you using for your preloader? This is probably what is causing it.

---

<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: [January 30, 2003, 6:57am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/15 "2003-01-30T06:57:39Z")

</div>

> \*Originally posted by aston \*  
> \*\*Hey m8…u have a great website. Another thing can you see my uploads here? i dun think my uploads are here …izzit? \*\*

Thanks man 🙂

Nope, I don’t see the uploads here. They might be too big to put as an attachment and can’t upload.

Upload to the server and post links to them.

---

<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: [January 30, 2003, 6:58am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/16 "2003-01-30T06:58:19Z")

</div>

bytes\_loaded = Math.round(\_root.getBytesLoaded());  
bytes\_total = Math.round(\_root.getBytesTotal());  
getPercent = bytes\_loaded/bytes\_total;  
\_root.loadBar.\_width = getPercent_100;  
\_root.loadText = Math.round(getPercent_100)+"%";  
if (bytes\_loaded == bytes\_total) {  
\_root.gotoAndStop(3);  
}

(2nd frame) gotoAndPlay(1);  
(3rd frame) stop();

---

<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: [January 30, 2003, 7:01am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/17 "2003-01-30T07:01:24Z")

</div>

Oh… I know that code 😉

That isn’t causing it.

You have a nice seamless loop going on with that.

Ermm, there is another script causing the problem then I believe.

Can you post the .fla files?

---

<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: [January 30, 2003, 8:03am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/18 "2003-01-30T08:03:39Z")

</div>

Hi all please go to my BTInet Webstorage to dl it.

user: [astonmartin888@yahoo.com](mailto:astonmartin888@yahoo.com)  
pass: allanwang

plz go and DL it and tell me whats the problem…this is driving me nuts…

☹

---

<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: [January 30, 2003, 8:04am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/19 "2003-01-30T08:04:32Z")

</div>

[https://webstorage.btinet.net](https://webstorage.btinet.net)  
this is the add

---

<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: [January 30, 2003, 8:05am UTC](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365/20 "2003-01-30T08:05:47Z")

</div>

hey all…i still uploading it there will be one index.fla and a inspire.fla in it.:beard:

[Next page](https://forum.kirupa.com/t/please-help-this-loading-movie-problem-is-killing-me/12365.md?page=2)
