Okay, here is a tutorial that should help you download your flash things off websites and take it as your own.

.
Step 1. Find a site that hosts the flash file you want.
Step 2. Right click and select view source. This will open the source code of the page you are looking at.
Step 3. Look for the file you are wanting to steal in the source code. In the case of flash this will end in .SWF i.e
www.domain.com/files/flash/game.swf<object>
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"WIDTH="176" HEIGHT="233" id="FLASHNAME">
<PARAM NAME=movie VALUE="
http://www.domain.com/files/flash/game.swf ">
<PARAM NAME=play VALUE=true>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=loop VALUE=false>
<PARAM NAME=bgcolor VALUE=#FFFFFF></object>
Step 4. Now copy the url
http://www.domain.com/files/flash/game.swf to your clipboard and open note pad.
this part requires little knowledge of HTML.
Step 5. Make a html file and code this:
<a href="
http://www.domain.com/files/flash/game.swf"><B>FILE</B></a>
Step 6. Now save it as .html and open it in your browser. If you done it correct you should have a page that only has the word "FILE" on it. now right click the word file and select "save target as", save it to your desktop and you all done.
Step 7. of course if you have a download manager it should allow you to drop in a url to download but the windows downloader doesn't let you do that. Also sometimes files will be saved into your temporary internet folder and you can retrieve them from there.
Hope this helps

.