TFlashMaker component
TFlashMaker is a wrapper component for Delphi SWF SDK class TFlashMovie. It simplifies access to the methods of flash movie creation.
| Member | Description |
|---|---|
|
Clear |
Clears everything that was created before. It's recommended to call this method any time before creating flash movie. |
|
Make |
Creates flash movie. If Player property is set, loads movie in specified Flash Viewer. |
|
FlashMovie |
TFlashMovie object |
| Color | Background color of the movie. If value is set to clNone, background is transparent |
| SWFVersion | Version of the SWF file you create |
| FPS | Frames per second rate of the movie |
| Player | Link to any Flash Viewer (TFlashViewer, TFlashViewerTransparent, TFlashViewerInvisible, TFlashViewerWindow). |
| Height | Height of the movie |
| Width | Width of the movie |
Use the methods of TFlashMaker.FlashMovie object to create flash movie. If you don't use Flash Vievers, then after calling Make method flash movie can be saved by calling FlashMovie.SaveToFile or FlashMovie.SaveToStream methods.
Samples: Motion Tween 2 and Transparent Application Window