f_in_box__control and f_in_box__form Events
- Native Flash Events - Reference for Flash ActiveX events exposed through f_in_box__control and f_in_box__form: OnFlashCall, OnFSCommand, OnProgress, and OnReadyStateChange. Learn more
- OnFlashPaint - Handle custom Flash movie painting in transparent mode via OnFlashPaint. Draw overlays, backgrounds, or composited UI over the Flash surface. Learn more
- OnIsInputKey - Route special keys (arrows, Tab, Enter) to Flash with OnIsInputKey in f_in_box__control. Override default WinForms key handling behavior. Learn more
- OnLoadExternalResource - Intercept Flash external resource loads via OnLoadExternalResource. Redirect, replace, or block requests for images, sounds, and other assets. Learn more
- OnLoadExternalResourceByRelativePath - Intercept Flash relative-path resource loads with OnLoadExternalResourceByRelativePath. Serve custom content or redirect asset requests in .NET. Learn more
- OnPaintStage - Draw custom content before or after the Flash stage with OnPaintStage. Fires during transparent mode painting for composited UI overlays. Learn more
- OnUpdateRect - Receive Flash movie dirty-rectangle notifications with OnUpdateRect. Optimize custom rendering or pipe Flash output into other graphics surfaces. Learn more