Skip navigation
Currently Being Moderated

Stop flash running from player and accessing a web page

May 5, 2012 6:57 AM

Let's say i have built a 2 player game. What  if a user ( having a technical knowledge  ) saves the swf, decompiles it, cheats into the code, and runs the game from flash player (As naturally it cannot be run from owner's server, without uploading it there with his permission).

How can i restrict him playing the game via flash player ?

 

What i think is, i must use PHP session on the page, where the flash is being loaded. Can that do the trick ?

 

Thanks

 
Replies
  • Currently Being Moderated
    May 5, 2012 8:05 AM   in reply to Vishwas Gagrani

    If you post something on the Internet, those files are almost always first downloaded to the Internet cache and played back from there... so the viewer already has a copy.

    But with most games, there are many files that make up the "assets" of the game.. all pieced together ..... who knows how!!

    So while it's pretty easy to grab the main .swf (and perhaps decompile as you suggest), there may be dozens of other related files that must be coded in also.... that's the tough part.

    So while the game may be a really good game, it you post it on the Internet, it's almost always possible to download it.... but to reassemble, much, much harder. And I just don't think that many people would take the trouble to decompile and reassemble.

    Best wishes,

    Adninjastrator

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points