| Property |
Description |
Example |
|---|---|---|
| Pages | Pages to create inside component. | |
| resizePage | Scale type of pages. | none |
| xmlURL | Path to xml file containing page descriptions | file.xml |
| defaultType | Default flipping transition | horizontal |
| mask | Sets whether the component should be masked by its own width and height | false |
| preload | Sets whether to preload all of the pages or not. If set to false, each page will load on demand and the preloader bar will appear for each page before it loads. | true |
| tweenType | Tween type for the flipping effect | easing |
| blur | Amount of blur to apply to the flipping effect | 0 |
| speed | The speed of the flippingEffect | 20 |
| showPreloader | Sets whether the preloader should be shown | true |
| horizontal align | Sets horizontal alignment of pages | center |
| vertical align | Sets vertical alignment of pages | center |
| effectStrength | Strength of the flipping effect | 5 |
| friction | The friction for the bounce tween type | 3 |
| mouseEvent | Enables the mouse event if set to true, if set to false allows mouse interaction with the loaded swf. Note: This parameter does not exists in the AS3 version. | true |
| mouseOverEffectStrength | The effect strength for the mouse over effect | 5 |
| mouseOverFriction | The friction value for the bounce | 3 |
| zoom/bounce scale | The amount of scaling on mouse over | 120 |
| mouseOverAction | The effect applied to pages on mouse over | none |
| Property |
Description |
Example |
|---|---|---|
| FlipNavigation target | The instance name of the FlipNavigation to control | flipNav |
| xmlURL | The xml file that describes the menu | file.xml |
| titleFont | The title font to be used to display menu items | Arial |
| embedFont | Specifies whether to use embedded fonts (true) or not (false) | false |
| flipOnEvent | The event that triggers the flip | onRelease |
| spacing | The spacing of items | 0 |
| stagePosition | The type of stage position | absolute |
| antiAliasType | The type of aliasing to apply to fonts | advanced |
| titleAlign | The alignment of the titles | center |
| titleBold | The weight of the titles | false |
| titleItalic | The emphasis of the titles | false |
| titleSize | The size of the titles | 16 |
| titleUnderline | Whether the title is underlined (true) or not (false) | false |
| titleColor | The color of the titles in their up state | #000000 |
| titleDownColor | The color of the titles in their down state | #000000 |
| titleOverColor | The color of the titles in their over state | #000000 |
| Property |
Description |
Example |
|---|---|---|
| target | The FlipNavigation instance to be controlled | flipNav |
| pageId | The ID of the image to flip to | img2 |
| downSkin | The down skin of the button | FlipNavigationButton_downLayout |
| overSkin | The over skin of the button | FlipNavigationButton_overLayout |
| selectedSkin | The selected skin of the button | FlipNavigationButton_selectedLayout |
| upSkin | The up skin of the button | FlipNavigationButton_upLayout |
| FlipOnEvent | The event that triggers the flip | onRelease |