var f: TFileStream; begin f:=TFileStream.Create('C:\flash.swf', fmCreate); IdHTTP1.Get('http://site/flash.swf', f); f.Free; end;