TShockwaveFlashList methods
TShockwaveFlashList is an advanced component for displaying several Flash movies simultaneously.
| Properties | Description |
| CurentMovie | Pointer for current TShockwaveFlashEx. |
| Items | Collection of the TShockwaveFlashEx objects. |
| ItemIndex | Number of the current SWF movie. |
| MoviesLayout | Style of the collection displaying: mlSingle – single (with number ItemIndex); mlMatrixLR – SWF movies are arranged from left to right; mlMatrixTB - SWF movies are arranged from bottom to top; mlDiagonal – SWF movies are arranged in a diagonal line. |
| MovieWidthToHeight | The ratio of the width to the height of the SWF movie (for MoviesLayout<>mlSingle and KeepMoviesSize=false) in percents. |
| CountForLayout | Number of SWF movies are displayed simultaneously (for MoviesLayout<>mlSingle) beginning from the number ItemIndex, if =0 then to the last. |
| KeepMoviesSize | Keeps the size of a single SWF movie (MoviesWidth & MoviesHeight) for MoviesLayout<>mlSingle. |
| MoviesWidth | Width of a single SWF movie (for MoviesLayout<>mlSingle and KeepMoviesSize=true). |
| MoviesHeight | Height of a single SWF movie (for MoviesLayout<>mlSingle and KeepMoviesSize=true). |
| Gleam | Size of the gleam between SWF movies for MoviesLayout<>mlSingle. |