FlashPlayerControl Static Methods
- LoadFlashOCXCodeFromStream - F-IN-BOX Delphi global: LoadFlashOCXCodeFromStream. Load Flash ActiveX OCX code from a TStream without install or registration on the system. Learn more
- GetInstalledFlashVersion - F-IN-BOX Delphi global: GetInstalledFlashVersion. Query the system-installed Flash Player ActiveX version for compatibility checks at startup. Learn more
- GetUsingFlashVersion - F-IN-BOX Delphi global: GetUsingFlashVersion. Get the Flash Player version currently in use by the control, which may differ from installed. Learn more
- SetAudioEnabled - F-IN-BOX Delphi global: SetAudioEnabled. Enable or disable all Flash movie sounds in Delphi and C++Builder apps with a single function call. Learn more
- GetAudioEnabled - F-IN-BOX Delphi global: GetAudioEnabled. Query whether Flash movie sounds are currently enabled for the control in Delphi and C++Builder apps. Learn more
- IsFormTransparentAvailable - F-IN-BOX Delphi global: IsFormTransparentAvailable. Check if the system supports transparent Flash forms before enabling transparency mode. Learn more
- IsFlashInstalled - F-IN-BOX Delphi global: IsFlashInstalled. Check whether Flash Player ActiveX (flash.ocx) is present on the system before creating controls. Learn more
- SetGlobalOnLoadExternalResourceHandler - F-IN-BOX Delphi global: SetGlobalOnLoadExternalResourceHandler. Intercept and provide external resources (FLV, images, XML) to Flash movies. Learn more
- SetGlobalOnLoadExternalResourceHandlerEx - F-IN-BOX Delphi global: SetGlobalOnLoadExternalResourceHandlerEx. Asynchronously intercept and provide external resources to Flash movies. Learn more
- SetGlobalOnLoadExternalResourceHandlerAsync - F-IN-BOX Delphi global: SetGlobalOnLoadExternalResourceHandlerAsync. Provide FLV and other resources to Flash asynchronously by full path. Learn more
- SetGlobalPreProcessURLHandler - F-IN-BOX Delphi global: SetGlobalPreProcessURLHandler. Intercept Flash URL requests before loading and modify or cancel them from Delphi. Learn more
- SetAudioVolume - F-IN-BOX Delphi global: SetAudioVolume. Set the global audio volume (0-100) for all Flash sounds played by the control in your Delphi app. Learn more
- GetAudioVolume - F-IN-BOX Delphi global: GetAudioVolume. Retrieve the current global audio volume (0-100) for all Flash sounds in Delphi and C++Builder apps. Learn more
- SetAudioOutputOpenHandler - F-IN-BOX Delphi global: SetAudioOutputOpenHandler. Register a callback for when Flash opens its audio device to access the audio format info. Learn more
- SetAudioOutputWriteHandler - F-IN-BOX Delphi global: SetAudioOutputWriteHandler. Register a callback to receive raw Flash audio buffers for custom processing or capture. Learn more
- SetAudioOutputCloseHandler - F-IN-BOX Delphi global: SetAudioOutputCloseHandler. Register a callback for when Flash closes its audio device to clean up audio resources. Learn more