Any idea how I could host the SWF files on a separate server? My first thoughts are since the games always want to talk to the relative location './arcade.php', then there will need to be an arcade.php on the separate server which forwards requests/posts to the arcade.php on the main server; and the name of the SWF in the games table will need to be prefixed with the actual URL of the files. Do-able?
|