i can`t see the the preloder… my pc have a windows vista, ie 7 and flash player 9
i do not understand it.
Posted 29 days ago
PRELOADER 10 PACK
Tired of using the same old preloader for every project? Try out these 10 unique scripted preloaders to suit your project’s style. Easy to customise, all code is self-contained within one movie clip which can be dragged and dropped into your project. All you need to do is drop it on the first frame of your project and add a stop() action, that’s it!
Note: In the preview, press the skip button (bottom right) to skip to the next preloader.
Preloaders included:
File includes 10 individual .fla files for each preloader shown in this preview. Opens with flash 8 or higher. Help file and comments in the code included.
What’s NEW from Digital Science:
FEATURED from Digital Science:
Click here to see more files by Digital Science | View Website
Posted 3 months ago
cardoso31 Check in the preloader code, once it’s reached 100% it will tell the _root or _parent to play() Take out that line so it doesn’t go back to your 1st frame on your timeline.
Posted about 1 month ago
jens You can have the preloader script check an empty mc which is loading a swf, all you have to do is change the following code:
loading = _root.getBytesLoaded(); total = _root.getBytesTotal();
to:
loading = _root.holder.getBytesLoaded(); total = _root.holder.getBytesTotal();
where “holder” is the instance name of the empty movieclip which the swf’s are being loaded. This empty movieclip must be on your main timeline.
Posted about 1 month ago
i can`t see the the preloder… my pc have a windows vista, ie 7 and flash player 9
i do not understand it.
Posted 29 days ago
hi sorry for the newbie Q. is it possible to change the color or image of the preloaders?
Posted 5 days ago