1. save game icon to desktop
2. save crown icon to desktop
3. upload simon.swf to your games folder
4. go to the arcade admin panel and click on add game and enter the following information :
Game Identifier : hexxagonfinal
Game Title : Hexxagon
Game Description : * describe it in your own words *
- browse to the champion icon on desktop
Champion text for Simon Says : Hexxagon Champion
Champion text color : #FF0000
- browse to game icon on desktop
Filename : hexxagonfinal.swf
Game Hash Offset : 5
Score Return Variable : $hexxagonfinalscore
and then HTML Code For Game :
PHP Code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-4553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="375" HEIGHT="285">
<PARAM NAME="movie" VALUE="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="menu" VALUE="false">
<EMBED src="$vpa_gameurl" WIDTH="375" HEIGHT="285" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED></OBJECT>
Should be all good:
ps..oh by the way people
PHP Code:
// set up vars to return
vpaver = "100B2";
scorevariable = score;
action = "gameover";
game = gamename;
score_loc = location + "/proarcade.php";
// this needs to match the Admin CP value
// and should be between 0 and 31
hashoffset = 5;
// do security shuffle to return newhash
subhash1 = gamehash.substr(0,hashoffset);
subhash2 = gamehash.substr(hashoffset);
newhash = subhash2.concat(subhash1);
// redirect back to vbProArcade
getURL (score_loc, "_self", "POST");
when you open up the fla file.....go down to game...in the last keyframe drop that code in right before the stop function.....anyone have any problem with flash lemme know...ill help u out.....if you guys want games changed....put up a link to where i can get the source file and ill fix it up for u...ENJOY
NOTE: ILL PUT UP THE .FLA and .SWF when i get it to work...not redirecting to comments and scores