TFlashViewerWindow control
TFlashViewerWindow is used to display window or full application as a flash movie. TCustomControl successor.
Component from Flash Viewer Engine.
| Member | Description |
|---|---|
|
IsPlaying |
Playing is true |
|
Loop |
Looping is true |
|
CurrentFrame |
Number of current frame |
| TotalFrames | Total number of frames |
| DisableFlashCursor | Disable Flash cursor and show Application cursor |
| DisableFlashMenu | Disable Flash menu |
| Storage | Link to FlashStorage object. |
| Plugin | Use ActiveX or Netscape plugin |
| Movie | Name or URL of SWF file |
| PlaybackSkin | Name of playback skin. Is used only during video playback |
| Pause |
Sets or removes pause during video playback |
| Volume | Sound volume. Range of values 0...100 |
| OnFSCommand | Event FSCommand |
| OnFlashCall | Event FlashCall |
| MasterAlpha | Transparency value for the entire movie. Range of values 0...255 |
Please view the description of other general methods for all Flash Viewers controls which support IFlashViewer interface.
Note. For the correct work, you should set BorderStyle := bsNone in form properties.
Samples: Transparent Application Window and Adobe clock sample.