IFlashLoadMovieHandler

C++
struct IFlashLoadMovieHandler {
};
File

IFlashPlayer.h

Description

Clients of IFlashPlayer implement this interface to handle custom loadMovie API calls.

IFlashLoadMovieHandler::~IFlashLoadMovieHandler Destructor
C++
IFlashLoadMovieHandler::LoadMovie Method
C++
virtual IFlashLoadMovieImage* LoadMovie(const char* pFilePath) = 0;