J
jomee
Unregistered / Unconfirmed
GUEST, unregistred user!
为什么出错?(FLASH控件)
得到打开的flash图像的总帧数:
procedure TForm1.FormCreate(Sender: TObject);
begin
label1.caption:=shockwaveflash.totalframes;
end;
控制该打开的flash图像从那一帧开始播放:
if ShockwaveFlash1.playing then
ShockwaveFlash1.GotoFrame(SpinEdit1.Value);
ShockwaveFlash1.Play;
出错信息:
[Error] Unit1.pas(80): Object or class type required
[Fatal Error] Project1.dpr(5): Could not compile used unit '../../../../WINDOWS/Desktop/Unit1.pas'
得到打开的flash图像的总帧数:
procedure TForm1.FormCreate(Sender: TObject);
begin
label1.caption:=shockwaveflash.totalframes;
end;
控制该打开的flash图像从那一帧开始播放:
if ShockwaveFlash1.playing then
ShockwaveFlash1.GotoFrame(SpinEdit1.Value);
ShockwaveFlash1.Play;
出错信息:
[Error] Unit1.pas(80): Object or class type required
[Fatal Error] Project1.dpr(5): Could not compile used unit '../../../../WINDOWS/Desktop/Unit1.pas'