Pong-Solo
This is similar to the ping pong game except it can be resized to higher resolution.
It also has "submit score" and "try again" buttons to keep low scores from being automatically submitted.
Game Identifier: pongsolo
Filename: pongsolo.swf
Game Hash Offset: 5
Score Return Variable: $score
Game courtesy of James Drake from
Stem Media Gr?ppe.
HTML
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="440" height="225">
<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>