TFlashPlayerControl and TTransparentFlashPlayerControl Methods
- Native Flash Methods - Reference for Flash ActiveX methods exposed through TFlashPlayerControl in Delphi and C++Builder: playback, timeline, zoom, and variable access. Learn more
- LoadMovieFromStream - F-IN-BOX Delphi method: LoadMovieFromStream. Load a Flash SWF from a TStream into a specific layer without writing any temporary files to disk. Learn more
- PutMovieFromStream - F-IN-BOX Delphi method: PutMovieFromStream. Load a Flash SWF directly from a TStream into TFlashPlayerControl without creating temporary files. Learn more
- LoadMovieUsingStream - F-IN-BOX Delphi method: LoadMovieUsingStream. Get a writable TStream, pipe SWF data chunk-by-chunk, and call Close when the movie is ready. Learn more
- PutMovieUsingStream - F-IN-BOX Delphi method: PutMovieUsingStream. Get a writable TStream, pipe SWF data in chunks, and Close when all content has been written. Learn more
- CreateFrameBitmap - F-IN-BOX Delphi method: CreateFrameBitmap. Capture the current Flash frame as a TBitmap for screenshots, thumbnails, or video export in your app. Learn more