|
Step One: Configure Show

<?xml version="1.0" encoding="UTF-8"?>
<Configure>
<PlayMode value="Normal" />
The playing mode, there are two parameters, one is 'normal' and the other is 'slide show'
<ScreenMode value="Normal" />
The screen mode of player, 'Full' stands for full screen and 'Normal' stands for normal size.
<ShowMode value="FitPage" />
Display the picture presentation mode: FitPage, Zoom, ActualSize.
| FitPage: |
If the height and width of the picture exceed the presentation area, the picture will be resized to a suitable size in the presentation area. Or the picture will keep the original size. |
| Zoom: |
Resize all the pictures to match the size of display area. If the width and height are longer, reduce the picture in scale. If the width and height are smaller, enlarge the picture size proportionally. |
| ActualSize: |
Present all the pictures in original size. |
<ToolbarMode value="Normal" />
Set the selected toolbar mode: they are Normal and Simple.
<defaultSkin value="blue"/>
Set default skin theme of Show
<logoPath value="logo.swf" />
Set the Logo file address
<adPath value="adverticement.swf"/>
Set the advertisement file address
<Language value="en"/>
Set the language of Show
<LogoVisible value="true"/>
Set the Logo visible or invisible. Ture is for visible and false is for invisible.
<ThumbVisible value="true"/>
Set the thumbnail is visible or invisible. True is for visible and false is for invisible.
<ShortcutSupport value="true"/>
Set to support shortcuts or not. "True" is to support and "False" is not.
Keyboard shortcuts overview:
| DOWN |
Flip Vertical |
UP |
Flip Horizontal |
| RIGHT |
Rotate Right |
LEFT |
Rotate Left |
| PG_DN |
Next Picture |
PG_UP |
Previous Picture |
| NUM+ |
Zoom In |
NUM- |
Zoom Out |
| F |
Fit Page |
A |
Actual Size |
| T |
Show / Hide Toolbar |
S |
Full Screen / Normal |
| P |
Play / Pause |
|
|
<ThumbListVisible value="true" />
Set the thumbnail list visible or not. All the pictures can be viewed through the thumbnail list for fast navigation.
<ThumbListMouseSensor value="true" />
Set the method of popping up thumbnail list. True refers that it pops up when the mouse rolls over. False refers that it pops up when the arrow button on the side is clicked.
<ColorPickerVisible value="true" />
Set the background color picker visible or not.
<SupportDownload value="false" />
Set supporting download or not, which can be used on the internet browser.
<PictureBorderVisible value="true" />.
Set picture border visible
<showTips value="true" />
Set to display Tips or not. "True" is to display and "False" is not.
<SlideshowOptions interval="5" transition="None" repeat="true" />
This code refers the default settings of playing slideshow. Please note if users change the settings through Slideshow Option dialog and save the settings as default, the slideshow will be applied to the new settings. When users click the button "Clear setting" in Option dialog, the default settings will be used again.
<BGIcon value="Style1" /> This is to set background image. By default, the program provides 5 styles: None, Style1, Style2, Style3 and Style4.
<CustomFilter value="Bubble,Grid,Cross" />
Custom Transition Effect, the default modes are Bubble,Grid,Cross. Users also can add transition effects themselves. For detail please refer " Custom Transition Effect "
</Configure>
|