TSlideShowMaker component

TSlideShowMaker component TSlideShowMaker is used to generate and display flash slide shows. Component from Flash Slideshow Engine.
 

Member Description

Clear

Clears everything that was created before. It's recommended to call this method any time before creating slide show.

Make

Creates slide show. If Player property is set, loads movie in specified Flash Viewer.

Engine

TSlideShowEngine object
Color Background color of the movie. If value is set to clNone, background is transparent
FPS Frames per second rate of the slide show
Player Link to any Flash Viewer (TFlashViewer, TFlashViewerTransparent, TFlashViewerInvisible, TFlashViewerWindow).
Height Height of the slide show
Width Width of the slide show
GlobalURL Slideshow link URL
GlobalURLTarget Slideshow link target, specifies a window or a frame where the linked document is loaded

Use the methods of TSlideShowMaker.Engine object to create slideshow. If you don't use Flash Vievers, then after calling Make method slideshow can be saved by calling Engine.SaveToFile or Engine.SaveToStream methods.

Sample: SlideShow Engine demo