Maptitude GISDK Help |
Plays a multimedia slideshow.
PlaySlideshow(array slideshow, array options)
Argument |
Contents |
slideshow |
An array of slides; each slide consists of a five-element array {file_name, time, title, start, end} |
No options are currently supported.
For image files, the time is the number of seconds to display the image; a null value is interpreted as "wait for user input."
For wav files, a null value for the time means wait for user input when done, 0 means to start the wav file and continue with the show, and 1 means to continue only when the file has finished playing.
For movie files, a null value for the time means wait for user input upon completion; non-null means continue with the slide show when the movie is done.
The start and end elements are not currently used.
Currently only bmp, avi, and wav files are supported.
wav files will only be played if the relevant device can be found.
PlaySlideshow({{"mozart.wav", 0,,,}, {"portrait.bmp",,"Wolfgang Amadeus Mozart",,}},)
Function |
Summary |
Returns the number of frames in the AVI file |
|
Returns the length of the WAV file in seconds |
©2025 Caliper Corporation | www.caliper.com |