« Back to slideshowpro.net
SlideShowPro Help Wiki
Recent changes / Search

SlideShowPro for Flash

SlideShowPro for Lightroom

SlideShowPro Director

SlideShowPro Director Hosting

Extras

Screencasts

Page last modified by tdominey on May 09, 2008, at 11:56 AM

Usage

slideShowProInstance.textStrings

Description

Property; an Array containing the English text values used for SlideShowPro's user interface. They may be exchanged with English or non-English words, but their order in the array must be maintained. The default values are:

textStrings[0] = "Previous Screen"
textStrings[1] = "Next Screen"
textStrings[2] = "Screen"
textStrings[3] = "of"
textStrings[4] = "No caption"
textStrings[5] = "No title"
textStrings[6] = "Playing"
textStrings[7] = "Paused"

The value of [0] is used for the left button in the gallery screen. The value of [1] is used for the right button in the gallery screen. The value of [2] is used as the screen-count field in the gallery screen. The value of [3] is used in both the caption title and the screen-count field in the gallery screen. The value of [4] is used in both the caption title and the screen-count field in the gallery screen. The value of [5] is used when a caption doesn't exist for an image. The value of [6] and [7] are used with audio captions in the media player.

Note: This parameter is not available in the Component Inspector. It is modifiable through ActionScript only.

Example

The following example changes the "Previous Screen" text field to "Previous"

my_ssp.textStrings[0] = "Previous";


© 2008 Dominey Design Inc. All Rights Reserved.
About | Contact | Privacy policy | License agreements