ASP实现播放Flash的例子

 1   
 2mingcheng=request("mingcheng")   
 3sec=Request("score")   
 4session("mingcheng")=mingcheng   
 5session("sec")=sec   
 6If session("ID")="" then   
 7response.redirect "qzhuce.asp"   
 8response.end   
 9End If   
10dim time1   
11sec=Request("score")   
12Set conn = GetMdbConnection("score.mdb")   
13time1=Cstr(date)   
14SQL2="select * from mmd where nickname='"&session("id")&"'"   
15Set zy2 = Conn.Execute( SQL2 )   
16old = zy2("mgdf")   
17'response.write old   
18'zy2.close   
19if cint(old) <= cint(sec) and cint(old)<>0 then   
20SQL1="update mmd set mgdf ="&old&",time1='"&time1&"' where nickname ='"&session("id")&"'"   
21else   
22SQL1="update mmd set mgdf ="&sec&",time1='"&time1&"' where nickname ='"&session("id")&"'"   
23end if   
24Set zy1 = Conn.Execute( SQL1 )   
25'zy1.close   
 1<html>
 2<head>
 3<title> m&amp;m's</title>
 4<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
 5</head>
 6<body bgcolor="#FFFFFF" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
 7<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" height="400" width="550">
 8<param name="_cx" value="14552"/>
 9<param name="_cy" value="10583"/>
10<param =sec="" ```"="" ```&amp;score="```" id")="" name="Movie" value="/mms/search_score.swf?user=```
11=session("/>
12<param =sec="" ```"="" ```&amp;score="```" id")="" name="Src" value="/mms/search_score.swf?user=```
13=session("/>
14<param name="WMode" value="Window"/>
15<param name="Play" value="0"/>
16<param name="Loop" value="-1"/>
17<param name="Quality" value="High"/>
18<param name="SAlign" value=""/>
19<param name="Menu" value="-1"/>
20<param name="Base" value=""/>
21<param name="Scale" value="ShowAll"/>
22<param name="DeviceFont" value="0"/>
23<param name="EmbedMovie" value="0"/>
24<param name="BGColor" value=""/>
25<param name="SWRemote" value=""/><embed bgcolor="#FFFFFF" height="400" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="high" src="search_score.swf" width="550" ype="application/x-shockwave-flash"/>
26</object>
27</body>
28</html>
Published At
Categories with Web编程
Tagged with
comments powered by Disqus