| Property |
Description |
Example |
|---|---|---|
| Photos | The information of each of the images: name, description, link, linkage id, url. This parameter is only required if you are not loading the images through an XML file or ActionScript. |
|
| mouseWheelFlip | Specifies whether to allow users to flip through the images using the mouse scrollwheel. | true |
| autoflip seconds | Defines the number of seconds to wait before automatically flipping to the next image. Set to "0" if you do not want to use the auto flip option. | 0 |
| flipSound | The path to the sound file to play when flipping between images. You can also enter the linkage identifier for sounds that are in the library. | flip.wav |
| flipSpeed | The speed at which to flip. | 10 |
| nameBold | Determines whether to format the name text field as bold or not. | false |
| nameColor | The color for the image name text. | #FF0000 |
| nameDistance | The distance (in pixels) that the image name should be displayed from either the top or the bottom of the current image. | 10 |
| namePosition | The position of the image name. Options are: top left, top center, top right, bottom left, bottom center, bottom right |
bottom center |
| nameSize | The font size for the image name. | 20 |
| nameFont | The name of the font to use for the image name text. | Arial |
| embedFont | Set this to true when using an embedded font to display the image name text. Embedded fonts should always be used if there is a chance the viewers do not have the same font installed. | false |
| folderPath | The path to the folder containing the external images. Note: The path should be relative to the location of the HTML file in which the SWF is embedded. The path name must always end with a forward slash: / | images/ |
| preloadSet | The number of images to preload before displaying any of the images. | 0 |
| xmlPath | The path and name of the XML file to load. The XML file contains the list of images to load. | |
| hpers | Horizontal perspective. Range: 0.1~0.9 | 0.2 |
| vpers | Vertical perspective. Range: 0.1~0.9 | 0.2 |
| view | Angle at which to view the photoFlow. The range is: 0~100 | 50 |
| reflectionAlpha | Reflection opacity. | 15 |
| reflectionDepth | Depth of reflection. Range: 1~255 |
100 |
| reflectionDistance | Distance between reflection and each image. |
0 |
| refelectionExtend | The number of pixels that each reflection should extend. |
200 |
| selectedReflectionAlpha | Opacity of the selected image. | 60 |
| showName | Specifies whether to display the name of each image or not. | |
| showRelection | Specifies whether to show the reflections or not. | |
| photoHeight | The height of the images. | 200 |
| photoWidth | The width of the images. | 200 |
| selectedY | The relative Y position of the selected/current image. | -10 |
| holderAlpha | The opacity of the image holder. | 100 |
| defaultId | The number of the first image to display on loading. The first image starts counting from 0. Enter -1 to display the last image (causing the photoFlow to start flipping from left to right). | 3 |
| holderAlpha | Specifies the transparency of the holder clip. 0 is transparent, 100 is opaque. | 0 |
| holderBorderAlpha | Specifies the transparency of the holder clip's border. 0 is transparent, 100 is opaque. | 0 |
| holderBorderColor | The color of the border that appears around each image while it is loading. | #E4E4E4 |
| holderColor | The background color of the image holder. | #F8F8F8 |
| scaleMode | Determines how the images should be resized to fit the specified width and height: |
showAll, scale to fit, no scale |
| selectedScale | Specifies the scale of the selected image. | 100 |
| spacing | The spacing between each image when stacked. | 50 |
| zoom | Specifies the amount each image should be scaled on mouse over. | 20 |
| zoomType | Specifies which images should scale (by the amount specified by the zoom parameter) on mouse over. | none, all, selected, notSelected |