Xtreme Snake
Notice: I did not make this game, however, I did edit to work with vBproArcade. The source file came from
http://www.flashkit.com/movies/Games...908/index.php.
I added the game directly through the Admin CP, instead of using a MySQL Query, it goes much faster that way.
Here is the info:
Game Identifier: xsnake
Game Title: Xnake (you can change this, I just thought it sound cool, lol)
Game Description: Extreme Snake!
Filename: xsnake.swf
Game Has Offset: 5
Score Return Variable: $xnakescore
HTML Code for Game:
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="550" height="380">
<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]&username=$username&highscore=$highscore&bbtitle=$bbtitle">
<param name="quality" value="high">
<param name=bgcolor value="#000000">
<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="380">
</embed></object>