TFlashPlayerControl

Category
Programming
Delphi Tools and Components

Review

TFlashPlayerControl is a Delphi / Builder / VCL component to enhance Macromedia Flash Player ActiveX features. It does not use its own engine to display movies but instead provides a wrapper around official swflash.ocx/flash.ocx code. Thus, it is possible to avoid certain Macromedia Flash Player ActiveX limitations. Features at a glance: 1. Load Flash movies from any TStream descendant (TResourceStream, TMemoryStream, etc.) 2. Create Flash-enabled applications which are ready to work even when Flash Player ActiveX is not installed! 3. Flash Transparency is fully supported 4. Ability to play Flash Video (FLV) from stream 5. Enable/disable flash sounds 6. Get a snap image of the current flash movie frame 7. Write code which is compatible with any version of Flash (3, 4, 5, 6, 7, 8). Using the component, you can load any Flash movie from any stream object. No temporary files! Load any movie on-the-fly from any supported source. For example, you can put one or more Flash movies in the resource section of your application and then load it from the exe! That's the portability and power of TFlashPlayerControl! By default, the component will use the swflash.ocx/flash.ocx that's already installed on the system. The component can alternatively use any swflash.ocx/flash.ocx that you provide it with using any supported source. Using this method, your application will work even if Flash Player ActiveX doesn't exist on the target system. With TFlashPlayerControl, hassling with Flash Player ActiveX installation issues is a thing the past! Demos, complete with source code, are provided! One of the problem with Flash programming is that you have to control what version of Flash you are using. For example, the property "Stacking" exists only in Flash 5 but doesn't exist in later revisions. TFlashPlayerControl automatically detects which Flash version is being used and prevents failure if access to nonexistent properties or methods is attempted.


Search

Recent searches