I'm having a problem with this hack.
I've installed it all, and everything works bar the game on the template.
The page loads, but the .swf file embedded just stays a black square.
You can find the problem:
http://www.fivestarsplash.com/vb/pro...s=&action=main
While looking in the HTML, I found this code:
Code:
<param name="movie" value="http://www.fivestarsplash.com/vb/gamesbreakout.swf?location=/vb&gamename=breakout&gamehash=1dd6b791b43a12443931f017f9f48e5b&s=">
...
<embed src="http://www.fivestarsplash.com/vb/gamesbreakout.swf" ...
Should these not be:
Code:
<param name="movie" value="http://www.fivestarsplash.com/vb/gamesbreakout.swf?" location="/vb" gamename="breakout" gamehash="1dd6b791b43a12443931f017f9f48e5b&s=">
...
<embed src="http://www.fivestarsplash.com/vb/games/breakout.swf" ...
I don't know how to change that in the template, since it's all included in the $gamecode parameter.
Any help would be genuinely appreciated.
supreme_fool@msn.com