Results 1 to 7 of 7
-
September 28th, 2003, 09:33 AM #1
why only load 45% before the content page?
Hello, friends. I have a loading bar in the first frame of my flashfile, but when I test it on the server, it shows always loading only 45% and then goes to the content page. I wonder how to make it so that it can load 100% and then goes to the content page?
I have my code like
ypbyte = this.getbytestotal();
ypkb = math.round(ypbyte/1024);
loadbyte = this.getbytesloaded();
process = math.round((loadbyte/ypbyte)*100);
loading._xscale = process;
if (process<100) {
gotoAndPlay("loading", 1);
}
else {
gotoAndPlay(2);
}
The loading bar is name loading
and the dynamic textfield has the var name as process
Does anyone has any idea about that? Thanks very much in advance and wait for your reply?
-
September 28th, 2003, 10:19 AM #21,550Mickey Mouse
postsWell the code looks ok to me. Maybe its just your computer? do you have the site so i can see if the same thing happens on my computer?
1-2-3 check...
-
September 28th, 2003, 10:28 AM #3
-
September 28th, 2003, 11:25 AM #4
What is the length of your load bar? Isn't that part of the process somewhere?
"i walk in stride with people much taller than me and partly it's the boots but mostly it's my chi and i'm becoming transfixed with nature and my part in it which i believe just signifies i'm finally waking up "
-
September 28th, 2003, 11:33 AM #5
yes, it is only around 45% of the process. Is it because of the browser or because there is error in my code? Thanks in advance!
-
September 28th, 2003, 12:07 PM #6
Nope, no code error, no problem with the browser.
-->Originally posted by senocular
this question is probably asked every day. Search the forums and an answer you may find.Last smoke by Ilyas : yesterday at 11:45 PM.
-
September 30th, 2003, 02:52 AM #7
do you have movies and stuff attached from the library?

Reply With Quote



Bookmarks