Auto Play: <auto_play>

XML location & structure

<cu3er>
  <settings>
      <auto_play>
          <defaults ... />
          <tweenIn ... />
          <tweenOut ... />
          <tweenOver ... />
      </auto_play>
  </settings>
</cu3er>

Overview

“Auto play” feature enables the CU3ER to cycle automatically through your slides after the specified period of time has expired. This feature is enabled by default in either of the two cases: the node is omitted in XML (the node not included) and the navigation nodes (prev_button, next_button, prev_symbol or next_symbol) are not included in XML configuration.

There are two types of “auto play” indicators: linear and circular. You can also apply tweening through tween nodes.

”Auto play” may contain the following four nodes:

XML Reference

Node / Attribute <defaults/> <tweenIn/> <tweenOut/> <tweenOver/> type description
symbol linear       string Graphical auto play indicator. Available values:"circular" or "linear"
time 5       number Auto play cycle automatically through the slides after the specified period of time (in seconds)
time   0.3 0.3 0.3 number Duration (in seconds) of the tween
delay   0 0 0 number Delay (in seconds) before the tween begins
x   0     number x position
y   0     number y position
width   swf width     number width
height   5   15 number height
rotation   0     number rotation (in degrees)
alpha   0.5 0 0.85 number Range from 0 - 1. Alpha/ transparency of the object
tint   0x000000     hex number Hexdecimal number. Color of the object.
scaleX   1     number Range from 0 - max. Horizontal scale of the object
scaleY   1     number Range from 0 - max. Vertical sale of the object