General: <general>
XML location & structure
<cu3er>
<settings>
<general />
</settings>
</cu3er>
Overview
“Slide panel” is your image/transition display area inside the CU3ER .swf file. Set your slide panel dimensions. Make sure they fit your image dimensions. Then align the “panel” relative to the CU3ER stage. See the image below for possible align states:
Available attributes:
- slide_panel_width
- slide_panel_height
- slide_panel_horizontal_align
- slide_panel_vertical_align
- ui_visibility_time
<general
slide_panel_width="600"
slide_panel_height="300"
slide_panel_horizontal_align="center"
slide_panel_vertical_align="center"
ui_visibility_time="2"
/>
XML Reference
| Attribute | Default Value | Type | description |
|---|---|---|---|
| slide_panel_width | 900 | Number | Width of slide panel (same as your images width) |
| slide_panel_height | 380 | Number | Width of slide panel (same as your images width) |
| slide_panel_horizontal_align | left | String | Horizontal panel align relative to CU3ER.swf Available values: left, center, right |
| slide_panel_vertical_align | top | String | Vertical panel align relative to CU3ER.swf Available values: top, center, bottom |
| ui_visibility_time | 3 | Number | CU3ER detects user activity/inactivity (mouse move). If user is inactive for the specified period of time (in seconds), tweenOut is applied for all UI elements |