Y
yf9696
Unregistered / Unconfirmed
GUEST, unregistred user!
procedure TForm2.FormCreate(Sender: TObject);
begin
shockwaveflash1.Movie:='d:/2004/nj2007.swf';
shockwaveflash1.play;
end;
procedure TForm2.ShockwaveFlash1FSCommand(Sender: TObject; const command,
args: WideString);
begin
if command='shouye' then
begin
shockwaveflash1.Movie:='d:/2004/2004nj.swf';
shockwaveflash1.play;
end;
end;
begin
shockwaveflash1.Movie:='d:/2004/nj2007.swf';
shockwaveflash1.play;
end;
procedure TForm2.ShockwaveFlash1FSCommand(Sender: TObject; const command,
args: WideString);
begin
if command='shouye' then
begin
shockwaveflash1.Movie:='d:/2004/2004nj.swf';
shockwaveflash1.play;
end;
end;