ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Multimedia functions
  • Specific features for iPhone/iPad
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
MultimediaClose (Function)
In french: MultimédiaFerme
Closes the media file currently played in the Multimedia control. The memory allocated to the media file is freed.
Example
Syntax
<Result> = MultimediaClose(<Name of Multimedia control>)
<Result>: Boolean
  • True if the file played in the Multimedia control is closed properly,
  • False if an error occurs. To get more details on the error, use ErrorInfo.
<Name of Multimedia control>: Character string
Name of the Multimedia control to be used.
Remarks
iPhone/iPad

Specific features for iPhone/iPad

The MultimediaClose function is equivalent to the MultimediaStop function: current playback of a multimedia file in a Multimedia field is stopped, but the multimedia file remains loaded in memory.
Component: wd300obj.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help