Don't have an account? Sign Up
struct IFlashLoadMovieHandler { };
IFlashPlayer.h
Clients of IFlashPlayer implement this interface to handle custom loadMovie API calls.
virtual ~IFlashLoadMovieHandler();
virtual IFlashLoadMovieImage* LoadMovie(const char* pFilePath) = 0;