how do i download a flash game

Ulfwald

Moderator Emeritus<br>Elite Member
May 27, 2000
8,646
0
76
How can I download or capture a flash game from a website? My son is clicking everything on the pages and is opening tons of stuff that is not needed.
 

konichiwa

Lifer
Oct 9, 1999
15,077
2
0
IIRC if you have a "download manager" program or any way to download a file directly (WGET would work too maybe) you can check the source of the parent page and find the .swf file that points to the flash animation/game, then point your downloader program to it...

No better way AFAIK
 

SSP

Lifer
Oct 11, 1999
17,727
0
0
What I do (using IE):

1) View > Source, find the location of the swf file (search for .swf)
2) create a html file in notepad and use html link tag to create a direct link (<a href="URL">linktext</a> )
3) Open link, right click, save as.
 

gsaldivar

Diamond Member
Apr 30, 2001
8,691
1
81
Get Firefox > go to the Web Page containing the game > Tools > Page Info > Media > look in the list for your game, and Save as... :thumbsup:
 

Rock Hydra

Diamond Member
Dec 13, 2004
6,466
1
0
Originally posted by: SSP
What I do (using IE):

1) View > Source, find the location of the swf file (search for .swf)
2) create a html file in notepad and use html link tag to create a direct link (<a href="URL">linktext</a> )
3) Open link, right click, save as.

Same here. Except I use Firefox.