preloader
hi all,
i able preloader working fine. curious 1 thing. when swf movie load, preloader not start @ 0. start @ somewhere in middle. how make when swf load, preloader start @ 0. thanks.
i able preloader working fine. curious 1 thing. when swf movie load, preloader not start @ 0. start @ somewhere in middle. how make when swf load, preloader start @ 0. thanks.
your preloader part of total movie bytes you're looking load. if preloader takes 20k, , total file 40k, preloader start @ 50%. there many ways compensate it.
1) toss math in code ignore preloader bytes in total, , loaded.
2) instead of targeting entire movie gettotalbytes, target 1 movieclip else in it.
3) put many images , sound files in movieclips in part of movie preloader insignificant (this silly one, enjoy idea)
-there plenty of other ways.
helpy
1) toss math in code ignore preloader bytes in total, , loaded.
2) instead of targeting entire movie gettotalbytes, target 1 movieclip else in it.
3) put many images , sound files in movieclips in part of movie preloader insignificant (this silly one, enjoy idea)
-there plenty of other ways.
helpy
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment