September 14, 2004
12:38 PM   RSS feed for this thread Subscribe

You know those fun little addicting Java games on the web? Is there any way to snatch them out of whatever buffer they reside in, and save them to your hard drive for future offline play?
posted by mecran01 to (3 comments total) 1 user marked this as a favorite
Here's how I do it:

java: view source, search for "applet code" (or ".class") and look for a .class file near it. save the source in your preferred directory. load the .class file from your browser address bar and save it to the same directory. run the copy of the source to play it.

flash: view source, search for "embed" (or ".swf") and look for a .swf file near it. load it from your browser address bar and save it. it will play in any web browser offline.

This doesn't work with some games (like popcap games).
posted by donth at 1:06 PM on September 14, 2004


Wow thanks!
posted by mecran01 at 3:38 PM on September 14, 2004


It won't work for any resource files it also tries to load - e.g. if it downloads it's images seperately, you won't be able to play offline
posted by BigCalm at 2:36 AM on September 15, 2004


« Older What's your favorite messenger...   |   My CD burner died, my little b... Newer »

You are not logged in, either login or create an account to post comments



Related Questions
Hard drive pain. April 27, 2008
enclosure for 2.5in and 3.5in drives? November 21, 2007
Are there any particularly awesome external... October 29, 2007
How to wipe a dead hard drive? October 29, 2007
Internal hard drive to external? September 30, 2006