here’s my script:
bytes_loaded =Math .round (this .getBytesLoaded ()) ;
bytes_total =Math .round (this .getBytesTotal ()) ;
getPercent =bytes_loaded /bytes_total ;
this .loadBar ._width =getPercent *100 ;
this .loadText =Math .round (getPercent *100 )+ “%” ;
if (bytes_loaded == bytes_total ){
this .gotoAndPlay (3);
}
Why doesn’t the preloader display in a normal way??? it blinks, showing “9%” and then disapears
system
August 30, 2004, 7:29am
2
Have you tried, while testing the movie, hit CTRL+Enter again (to simulate a download)?
scotty(-:
system
August 30, 2004, 1:36pm
3
yeah - i’ve even uploaded the files to my server… so it’s kinda strange! i’m workin’ on a suitable solution though - hope it’ll work!!!
still - if there’s anyone who has any idea why the preloader doesn’t work, please post your ideas…
simondo
system
August 30, 2004, 2:54pm
4
Hmm, maybe your file is too small or…??
Can you post your .fla?
scotty(-:
system
September 1, 2004, 7:04am
5
hi!
sorry for the late answer! i tried to upload the fla to yoy scotty, but the file was to large…
i’ve found a solution to my problem though - a preload component which refers to the MC in my parent movie that the external swf is loaded into… and it works:pleased:
see 'ya 'round the forums
system
September 1, 2004, 10:24am
6
Glad you’ve found a solution=)
scotty(-: