Last modified: May 18, 2011 @ 15:47
<auto_play_indicator>
| Autoplay <nodes> & attributes | Default value | Type | Description |
|---|---|---|---|
| type | linear | string | Graphical auto play indicator. Available values:"circular" or "linear" |
| align_to | slides | string | Refference object for aligning. Available values:"stage" or "slides" |
| align_pos | TL | string | TL (top-left), TC (top-center), TR (top-right), ML (middle-left), MC (middle-center), MR (middle-right), BL (bottom-left), BC (bottom-center), BR (bottom-right) |
| x | 0 | Number | horizontal offset from current position |
| y | 0 | Number | vertical offset from current position |
| width | 120 | Number | width of the object |
| height | 20 | Number | height of the object |
| scaleX | 1 | Number | Horizontal scale of the object |
| scaleY | 1 | Number | Vertical scale of the object |
| radius | 30 | Number | radius of the object (valid if type is set to "circular" only) |
| <auto_hide> | false | Boolean | apply defined <tweenHide> true or false -> visibility |
| time | 5 | Number | apply 'auto-hide' after specific amount of time (seconds) |
| <hide_on_transition> | true | Boolean | true or false -> visibility |
| <background> | |||
| padding | 5 | Number | space between the preloader background and loader progress indicator |
| <tweenShow> | Table 1 | ||
| <tweenOver> | |||
| <tweenHide> | |||
| <loader> | |||
| <tweenShow> | Table 2 | ||
| <tweenOver> | |||
| <tweenHide> | |||
| <background> | x | y | scaleX | scaleY | tint | alpha | time | delay | ease |
|---|---|---|---|---|---|---|---|---|---|
| <tweenShow> | 0 | 0 | 1 | 1 | 0xFF0000 | 0.75 | .3 | 0 | Ease.SineOut |
| <tweenOver> | 0 | 0 | 1 | 1 | 0xFF0000 | 1 | .3 | 0 | Ease.SineOut |
| <tweenHide> | 0 | 0 | 1 | 1 | 0xFF0000 | 0 | .3 | 0 | Ease.SineOut |
| <loader> | x | y | scaleX | scaleY | tint | alpha | time | delay | ease |
|---|---|---|---|---|---|---|---|---|---|
| <tweenShow> | 0 | 0 | 1 | 1 | 0xFF0000 | 0.75 | .3 | 0 | Ease.SineOut |
| <tweenOver> | 0 | 0 | 1 | 1 | 0xFF0000 | 1 | .3 | 0 | Ease.SineOut |
| <tweenHide> | 0 | 0 | 1 | 1 | 0xFF0000 | 0 | .3 | 0 | Ease.SineOut |
XML example:
<auto_play_indicator type="circular" radius="5" padding="1" rotation="0" align_pos="BR" align_to="stage" width="10" height="10" x="-170" y="-9" > <auto_hide time="1">false</auto_hide> <background padding="2"> <tweenShow tint="0xB3B3B3" alpha="1" /> <tweenOver tint="0x248ccf" /> <tweenHide tint="0xB3B3B3" /> </background> <loader> <tweenShow tint="0xFFFFFF" /> <tweenOver tint="0xFFFFFF" /> <tweenHide tint="0xFFFFFF" /> </loader> </auto_play_indicator>
NOTE: If you want to remove auto play indicator from your slideshow just delete auto_play_indicator node completely from your config XML file.