aston
January 30, 2003, 6:20am
1
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.
system
January 30, 2003, 6:23am
2
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”))
system
January 30, 2003, 6:23am
3
What actions do you have on your buttons?
:EDIT: haha Lost beat me to it…doh!! =)
system
January 30, 2003, 6:24am
4
i have uploaded both the swf n html file too aint working
system
January 30, 2003, 6:27am
5
on (release) {
_root.contents.loadMovie(“myfile.swf”);
}
system
January 30, 2003, 6:30am
6
Try…
on (release) {
_parent.contents.loadMovie(“myfile.swf”);
}
or
on (release) {
contents.loadMovie(“myfile.swf”);
}
system
January 30, 2003, 6:34am
8
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?
system
January 30, 2003, 6:36am
9
I think my code is dirty!@
system
January 30, 2003, 6:40am
10
Hi kind souls…go to www.allanwang.com and you will know whats wrong…
i have uploaded both .swfs and .html into my site
system
January 30, 2003, 6:43am
11
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.
system
January 30, 2003, 6:54am
12
Hi lostingbeta tryabort the script and cont wih the loading…
system
January 30, 2003, 6:55am
13
Hey m8…u have a great website. Another thing can you see my uploads here? i dun think my uploads are here …izzit?
system
January 30, 2003, 6:55am
14
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.
system
January 30, 2003, 6:57am
15
*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.
system
January 30, 2003, 6:58am
16
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded/bytes_total;
_root.loadBar._width = getPercent100;
_root.loadText = Math.round(getPercent 100)+"%";
if (bytes_loaded == bytes_total) {
_root.gotoAndStop(3);
}
(2nd frame) gotoAndPlay(1);
(3rd frame) stop();
system
January 30, 2003, 7:01am
17
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?
system
January 30, 2003, 8:03am
18
Hi all please go to my BTInet Webstorage to dl it.
user: [email protected]
pass: allanwang
plz go and DL it and tell me whats the problem…this is driving me nuts…
system
January 30, 2003, 8:04am
19
system
January 30, 2003, 8:05am
20
hey all…i still uploading it there will be one index.fla and a inspire.fla in it.:beard: