TFlashPlayerControl and TTransparentFlashPlayerControl Events
- Native Flash Events - Documentation for Flash ActiveX events exposed through TFlashPlayerControl and TTransparentFlashPlayerControl. Learn more
- OnLoadExternalResource - Handles requests from Flash movies loaded from a stream to provide external resources such as images, XML, or audio. Learn more
- OnLoadExternalResourceEx - Handles requests from Flash movies loaded from a stream to provide external resources asynchronously using relative paths. Learn more
- OnLoadExternalResourceAsync - Handles requests from Flash movies loaded from a stream to provide FLV content using an asynchronous TStream without preloading. Learn more
- OnUnloadExternalResourceAsync - Triggered before freeing the TStream previously provided by OnLoadExternalResourceAsync when a Flash movie finishes using an external resource. Learn more
- OnPreProcessURL - Invoked when Flash attempts to load a resource by URL or when a user clicks a link inside a Flash movie, allowing modification or cancellation of the request. Learn more
- OnUpdateRect - Triggered by TTransparentFlashPlayerControl when Flash needs to update a specific rectangle region. Learn more