TFlashPlayerControl and TTransparentFlashPlayerControl Methods

  • Native Flash Methods - Documentation for Flash ActiveX methods exposed through TFlashPlayerControl and TTransparentFlashPlayerControl. Learn more
  • LoadMovieFromStream - Loads a Flash movie from a stream into the specified layer. No temporary files are created. Learn more
  • PutMovieFromStream - Loads a Flash movie directly from a stream into the specified layer without using temporary files. Learn more
  • LoadMovieUsingStream - Initializes asynchronous loading of a Flash movie by writing its content into a stream returned by the method. Learn more
  • PutMovieUsingStream - Starts loading a Flash movie by writing its content into a stream returned by the method. Close the stream to finish loading. Learn more
  • CreateFrameBitmap - Creates a bitmap image of the current frame of the Flash movie for saving or further processing. Learn more