Wow Web Designs Forums Home

Search
   
Members

Calendar

Help

Home
Search by username
Not logged in - Login | Register 


Creating preloaders?
 Moderated by: Aycan  

New Topic

Reply

Print
AuthorPost
pookieno5
Member


Joined: Tue Jul 22nd, 2003
Location: London, United Kingdom
Posts: 106
Status:  Offline
Mana: 
 Posted: Sat Jul 26th, 2003 11:03 am

Quote

Reply
Another question!

:shock: whenever i go to a flash site they normally have funky loaders (with the percentage going up)

 

How do i create this??

 

pentatonicMinor
Member


Joined: Sat Aug 9th, 2003
Location: Olongapo City, Philippines
Posts: 4
Status:  Offline
Mana: 
 Posted: Sat Aug 9th, 2003 11:14 am

Quote

Reply
whew this would be a whole lot of work man..

make sure you have this clip on frame one then for testing purposes on frame 2 import a heavy graphics so that you could simulate the actual loading of your site..

1. create a dynamic text box give it a variable name >loader

2. convert your textbox to a movie clip name your movie clip >loader clip

3. on your root timeline select your movie clip then fire up the actions panel

4. type this code

onClipEvent(enterFrame)
 {
 percentLoaded = int((_root.getBytesLoaded()/_root.getBytesTotal()) * 100);
 loader = percentLoaded + " % loaded";
  }

5. press control+enter then on the view menu select Bandwidth profiler.

6. to simulate your loader your have to press control+enter twice

this is a simple one but hope it helped you..

http://www.musikatha.org


 Current time is 10:19 am




Powered by WowBB 1.7 - Copyright © 2003-2006 Aycan Gulez
Page processed in 0.1452 seconds (16% database + 84% PHP). 16 queries executed.