Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

IKSlideShow.SetAudioFile

Sets the audio file to play while doing slide show.

Component Version macOS Windows Linux Server iOS SDK
IKSlideShow 6.4 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "IKSlideShow.SetAudioFile"; Path )   More

Parameters

Parameter Description Example
Path The native file path to the audio file. "/Users/cs/Desktop/test.m4a"

Result

Returns OK or error.

Description

Sets the audio file to play while doing slide show.

This function requires a native path. Use Path.FileMakerPathToNativePath to convert a FileMaker path to a native path if required. If you like to have the user choose the path, you can use FileDialog functions.

See also

Blog Entries

Created 5th August 2016, last changed 5th August 2016


IKSlideShow.Run - IKSlideShow.SetMode

Feedback: Report problem or ask question.