<!-- #INCLUDE FILE="config.asp" -->
<!-- #INCLUDE FILE="inc_functions.asp" -->
<!-- #INCLUDE FILE="inc_top_short.asp" -->
<%
'Game_ID = Request.QueryString("ID")
'if Request.QueryString("mode") = "play" and Request.QueryString("id") > 0 then
Game_id = Request.QueryString("id")
my_Conn.Execute("UPDATE M_PLAYER SET hit = HIT + 1 WHERE ID =" & Game_ID)
strSql = "SELECT * FROM M_PLAYER WHERE ID = " & Game_ID
set rs = my_Conn.Execute (strSql)
Game_Title = rs("TITLE")
Game_Path = rs("PATH")
Game_Width = rs("WIDTH")
Game_Height = rs("HEIGHT")
mwpThemeTitle="" & Game_Title & ""
'mwpThemeTableCustomCode = "align=""center"" width=""" & GameTheme_Width & """"
mwpThemeBlock_open() %>
<OBJECT ID="MMPlayer1" width="<% =Game_Width %>" height="<% =Game_Height %>" classid="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A" CODEBASE="
http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="<% =Game_Path %>">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="1">
<PARAM NAME="DefaultFrame" VALUE="Slide">
<PARAM NAME="Autostart" VALUE="1">
<Embed type="application/x-mplayer2" pluginspage="
http://www.microsoft.com/Windows/MediaPlayer/download/default.asp" src="<% =Game_Path %>" Name=MMPlayer1 Autostart=1 ShowControls=1 ShowDisplay=1 ShowStatusBar=1 DefaultFrame="Slide" width="<% =Game_Width %>" height="<% =Game_Height %>">
</embed></OBJECT></td></tr>
<% Set rs = Nothing
mwpThemeBlock_close()%><!-- #INCLUDE FILE="inc_footer_short.asp" -->