I found out exactly why the games aren't working.
I checked my browser for reported errors and I found the following ..
Code:
http://www.ksa-unb.ca/arcade/snake.swf?tgame=0&pn_gid=4&pn_license=&pn_checksum=a902b258c71bf41f507ec3d495c10e8c&pn_domain=ksa-unb.ca&pn_uname=%E3%CD%E3%DC%DC%DC%DC%DC%CF%20%C8%DF%D1%ED
Because some of the forum's user names are in right-to-left languages is generates an encoding issue as you see in the code box.
What is the solution around that ?
--------------- Added [DATE]1260309169[/DATE] at [TIME]1260309169[/TIME] ---------------
Well, I solved the issue.
but here's the solution for anyone who faces the same problem.
I edited Skin_arcade.php and removed "pn_nuser" from the embded code ..
either replace it with something else, such as the user id .. or keep it blank it worked both ways.