Pure actionscript 3.0 preloader.
This is a code only preloader that can be used by adding just
2 lines of actionscript at the first frame of your animations:
import bitfade.preloaders.*
cube.addTo(this)
done!
will work out of the box: no need to add any stop()/play() or to modify your fla .
Color gradient uses alpha so you can use your custom background.
This preloader will also work with other content on the first frame as progress will always start from 0.
Can also be used inside a looped animation as cube will not show up if all content is already loaded.
You can alter any default value by simply passing some parameters like this:
cube.addTo(this,{size:100})
Configurable settings includes:
- colors: will auto build gradient based on any number of custom colors
- size
- cube line size, intensity, rotation speed
- progress line size, intensity
- motion blur amount
- glow amount
Items by category
Item support information
See here – please don’t use comments
