Help us improve Softanics
We use analytics cookies to understand which pages and downloads are useful. No ads. Privacy Policy

f_in_box__control and f_in_box__form Methods

  • Native Flash Methods - Reference for Flash ActiveX methods exposed through f_in_box__control and f_in_box__form: playback, timeline navigation, zoom, and variable access. Learn more
  • LoadMovieFromStream - Load a Flash SWF from a .NET Stream into a specific layer with LoadMovieFromStream. Embed SWFs as resources or fetch them from custom transports. Learn more
  • LoadMovieUsingStream - Initiate Flash movie loading with LoadMovieUsingStream. Receive a writable stream, pipe SWF data chunk-by-chunk, and call Close when done. Learn more
  • PutMovieFromStream - Load a Flash SWF movie directly from a .NET Stream with PutMovieFromStream. Hide SWF content by loading from memory, no temporary file on disk. Learn more
  • PutMovieUsingStream - Initiate Flash movie loading with PutMovieUsingStream. Receive a writable stream, pipe SWF data in chunks, and Close when all content is written. Learn more
  • GetBitmap - Capture the current Flash frame as a .NET Bitmap with the GetBitmap method. Useful for thumbnails, screenshots, or baking Flash into static UI. Learn more