- Home
- Tutorials
- Flash
- Intermediate
- How to Use the Easy Slideshow Component v1.0

Page 2 of 7
Here on in the display & formatting parameters are discussed.
stripeH: The height of the Slideshow Preloader. Slideshow preloader is the bar that moves in or out to display preloading information.
E.g.: 30 is Default
Syntax:
mySlideshow.preloader.setHeight (50);
dockTo: The Slideshow preloader can dock to the top or bottom of the component.
E.g.:
"top" or "bottom"
Syntax:
mySlideshow.preloader.setDock ("top");
fontFace: the font face used in the Slideshow preloader.
E.g.: Any font face, embedded or otherwise.
Syntax
mySlideshow.preloader.setFontFace ("Arial");
fontSize:
the font Size used in the Slideshow preloader
E.g.: a number, default is 14
Syntax:
mySlideshow.preloader.setFontSize (8);
fontColor: a string specifying the font color.
E.g.: "#FF0000" // red
Syntax:
mySlideshow.preloader.setFontColor ("#FF0000"); // red
fillColor: The color of the stripe of the Slideshow Preloader. Hex Number expected.
E.g.: 0x00FF00 // green
Syntax:
mySlideshow.preloader.setFillColor (0x00FF00);
faceColor:
The color of the face of the Easy Slideshow Component. Since no image is initially loaded into the slideshow, you can set it to the background color to create a smooth transition, for the first file as well.
E.g.: 0x0000FF // blue
Syntax: not needed
embedFonts: A boolean that specifies whether the Slideshow preloader uses embed fonts or not.
E.g.: a boolean (true of false)
Syntax:
not needed
showBytes: specifies whether the bytes are shown or not.
E.g.: a boolean (true or false)
Syntax:
mySlideshow.preloader.setShowBytes (true);
