Load movies from memory - Explains how to load Flash movies directly from memory streams without using temporary files, using TFlashPlayerControl. Learn more
Embed Flash ActiveX - Explains how to load and use Flash Player ActiveX (flash.ocx) directly from resources or files without installation or registration. Learn more
Transparency - Explains how to create applications with transparent Flash movies using TTransparentFlashPlayerControl in Delphi or C++Builder. Learn more
Play FLV from Stream - Explains how to play Flash Video (FLV) directly from streams in FlashPlayerControl without creating temporary files. Learn more
Audio Control - Explains how to enable or disable all sounds in loaded Flash movies using SetAudioEnabled and GetAudioEnabled. Learn more
Sound Volume - Explains how to set or get Flash movie sound volume using SetAudioVolume and GetAudioVolume. Learn more
Frame Snapshot - Explains how to capture the current frame of a Flash movie as a bitmap image for saving or further processing. Learn more
Flash External API - Explains how to use the Flash External API with F-IN-BOX to call ActionScript functions from applications and application functions from Flash scripts. Learn more
ActiveX Compatibility - Explains how TFlashPlayerControl ensures compatibility with different versions of the Macromedia / Adobe Flash Player ActiveX. Learn more
Streaming - Explains how to use asynchronous streaming in FlashPlayerControl to load movies and external resources without waiting for full download. Learn more