Quote:
Today at 01:47 AM supersimon said this in Post #1173
ok iam installed this hack and everything looks good but the games wont work
see for urself
http://www.advancedrack.com/~liquidf...action=arcade&
Ive had teh Arcade Hack installed many time on all my other websites but is giving me trouble on this one lol
long link cause .com is still resolving
|
hmm everything looks right.
it might be a problem with your HTML code, try using this HTML code instead:
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="500">
<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">
<param name=loop value=false>
<param name=menu value=false>
<param name=quality value=high>
<param name=bgcolor value=#000000>
<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="500">
</embed>
</object>