Log in

View Full Version : Games not showing up :(


dxguru
08-22-2006, 12:58 PM
We have developed a problem where, when you click to play a game, the flash simply displays a coloured box ... no playable game.

When you rightclick this area, the flash menu shows 'movie not loaded'

Our games used to work and I cannot think of anything that we have changed which could of caused this. Has anybody else had a similar problem .. and even better, has anyone been able to fix it?

Thanks.

Stifmeister2
08-22-2006, 02:41 PM
One of my users had this exact problem. It turned out to be Firewall/Antivirus blocking the flash games. He has Norton Firewall and Antivurus.


If you have Norton I suggest you tweak the settings. ;)

Pablasso
08-23-2006, 06:24 PM
im having this exact problem, and im using macos x without firewall or antivirus

well my problem was that im using vbseo, and i havent setup the rewriting rules to allow everything at the arcade folder to run, but its fixed now :)

dxguru
08-23-2006, 10:00 PM
That solved my problem too. I had to add the arcade folder into our .htaccess file and everything is now fine again.

MrZeropage
08-24-2006, 05:25 AM
what changes are needed to .htaccess to fix that ?

Pablasso
08-24-2006, 05:06 PM
i use lighttpd instead of apache, but its very similar, i just had to add arcade to my regexp of the folders that im ignoring for rewriting, this is on my url.rewrite-once variable:

"^(/foros/(admincp|modcp|clientscript|cpstyles|images|styles |arcade)/.*)$" => "$1"

regards