smartflash VCL 3.16 FULL SOURCE
function LoadMovie(fileName: PChar; const Width, Height: integer): cardinal; stdcall; - load player and movie (swf or flv) procedure PlayMovie(const APlayer: cardinal); stdcall; - play movie after Stop calling procedure StopMovie(const APlayer: cardinal); stdcall; - stop movie procedure GrabCurrentFrame(const APlayer: cardinal; var Bits: Pointer); stdcall; - grab current flash frame and return a pointer to the buffer. The buffer must keeped after using. procedure FreeMovie(var APlayer: cardinal); stdcall; - free player and d ispose all used memory ispose all used memory
用户评论
这是个好东西。除了SWF文件,还可以放FLV文件。
测试过,在D2007下可以用,不错
很好用的flash控件,可实现透明处理,就是嵌入文件好导致工程文件变大,保存调试速度有所降低,不过很好