You are here

Flash Games

5 posts / 0 new
Last post
OliverK
OliverK's picture
Offline
Last seen: 2 years 9 months ago
Developer
Joined: 2007-03-27 15:21
Flash Games

This was an old post, but I've started a new post so it can be better organized and less cluttered.

To make a FLASH GAME Standalone.

Go here
Click on this:
Download the Macromedia Flash Player 9 Update for Windows (ZIP, 34.2 MB)

Extract to your drive if you want. I copied it on.

Google the game you want- and then save the page down as a html. Open it in Nvu or Kompoozer. Find where the game is referenced to. I remeber seeing src= in there. Do this with an html editor- the colors and such make finding the source easier.

Open the Standalone player. On the player, File . . . Open. Paste in the web address that you found with kompoozer. again, File . . . Create Projector.
edit it in Resource Hacker , before(!!) compressing it using Upx . Save it as whatever you want, prefereably along side your copy of upx (see above).

The command prompt code I used was

Upx.exe
upx -9 game name.exe
exit exit upx, command prompt, etc.

This is provided that all elements were on the drive, not under subfolders.

Have fun
Your milage may vary, not responsible for any errors, etc ad in finitum, ad nossum.
Not endorsed by anyone I know of- yet :->

PLease do reply and let me know if this was useful or not.

Some of the ones I've done are here

*Update*
Added 2 new games.

Would somebody say if this post is good or not?

*Edit*
While, to comply with John's "advice" (a yeah would have been nice) the site was taken down. Now its back up with a tutorial and NO GAMES.

nocr
nocr's picture
Offline
Last seen: 15 years 3 months ago
Joined: 2007-05-04 11:47
pretty neat.

but the files size of the projector is usually alot larger than the original .swf file.

═══════════════
Think Before Posting

Please Make TiLP Portable

OliverK
OliverK's picture
Offline
Last seen: 2 years 9 months ago
Developer
Joined: 2007-03-27 15:21
But

That's why you use upx to compress it.

There are 10 types of people in the world.

Those who understand Binary
and Those who don't

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 58 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Permission?

Do you have permission from the copyright holders? If not, then what you are doing is illegal.

Sometimes, the impossible can become possible, if you're awesome!

OliverK
OliverK's picture
Offline
Last seen: 2 years 9 months ago
Developer
Joined: 2007-03-27 15:21
Um

then the site should be taken down?

Its been take down until then.

There are 10 types of people in the world.

Those who understand Binary
and Those who don't

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

Log in or register to post comments