Quote:
Originally Posted by Kacela
I'm still on 3.51, but perhaps it is the name of your forum home variable. This is an example of the code that gets embeded into the actionscript that allows the game to submit a score:
Code:
on (release)
{
var gname = "raidenx";
var gscore = _root.score;
getURL("index.php?act=Arcade&do=newscore", "_self", "POST");
}
So if your forum home is something other than index.php for some reason (i.e. you have some sort of CMPS system like vBAdvanced that's renamed your forum home), the path that is specified for the post function will be invalid... just a thought...
|
will i was using 3.5.1 and didn't have problems till i upgrade to the lastest vb i did all edited according to the coders tutorial as i did on the previous version but on the above post i placed i 'm getting that error i guess i have to figure something out step by step unless someone has a solution that was resolve from the vb upgrade