Want a percentage preloader

iā€™m looking for percentage preloadersā€¦my site is like 80kb and takes a while to load on 56k, i have found many flash 5 preloaders but i need a tutorial that teaches percentage preloader in flash mxā€¦ please helpā€¦sites and or links please!\r\r:smokin:

The percentage preloader in the ā€œbest of Kirupaā€ post called ā€œPreloader rerevisitedā€ should work fine in MX

those links no longer workā€¦can i see a preview of what it looks likeā€¦to see if ive done it right?\r\r:smokin:

those links would work, but Upuā€™s server is down. \r\rgo to any Flash site that has a preloader. It looks just like that. hell, go here\r\rhttp://www10.brinkster.com/jubbaorf/requiem/flashtest/test.html\r\rthats the site Iā€™m making. Click on one of the buttons and it will show you a preloader. I used pretty much the same code. and Iā€™m usin MX

coolā€¦so i did it rightā€¦i donā€™t know where i would be without all your helpā€¦thx again! :rollin: \r \r :evil:

F@#%ing server

// the numbers below are for the default stage size of 550x400.\rif (!zInit) {\rcreateEmptyMovieClip(ā€œmcBordersā€, 2);\rcreateEmptyMovieClip(ā€œmcProgressā€, 1);\rmcBorders.lineStyle(2, 0x0000ff, 100);\rmcBorders.moveTo(25, 180);\rmcBorders.lineTo(25, 220);\rmcBorders.moveTo(525, 180);\rmcBorders.lineTo(525, 220);\rmcBorders.zInit = true;\r}\r_root.nPercentLoaded = (_root.getBytesLoaded()/_root.getBytesTotal())100;\r_root.nXround = (Math.ceil(nPercentLoaded/20))20;\rmcProgress.beginFill(0xff0000,100);\rmcProgress.moveTo(25, 190);\rmcProgress.lineTo((nPercentLoaded5)+25, 190);\rmcProgress.lineTo((nPercentLoaded5)+25, 210);\rmcProgress.lineTo(25, 210);\rmcProgress.endFill();\rif (_root.nPercentLoaded<100) {\r&nbsp &nbsp &nbsp &nbsp gotoAndPlay(_currentframe-1);\r} else {\rremoveMovieClip(_root.mcBorders);\rremoveMovieClip(_root.mcProgress);\r}\r\rhope that helps.\rjeremy

Nice ! :smiley: \rpom 0]

whoa. did u write all the code?? i still havenā€™t learned any actionscript yet so it makes little sense to meā€¦one day i imagined i was writing code in my mind! but all i know is a bit of java and that is it. i donā€™t think i need to put all that code because it loads fine now :slight_smile: but thx for trying to help me iā€™m very appreciative for everyones help\r\r:smokin: scott

itā€™s all about file size. a preloader that requires no mcā€™s or text fields is very small.\r:) \rjeremy