IsFlashInstalled
Syntax
Delphi
function IsFlashInstalled: Boolean;
C++Builder
bool __fastcall IsFlashInstalled(void);
Description
The IsFlashInstalled
function returns True
if Adobe Flash Player ActiveX (swflash.ocx
or flash.ocx
) is installed on the system.
This check is useful before attempting to load or run Flash movies to ensure the required ActiveX control is available.
See also: Embed Flash ActiveX.