<table width="100%" height="0" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="21%" align="center">
<%
if sys_info(2)<>"" then
response.write("<a href='"&sys_info(1)&"' title='"&sys_info(0)&"'>")
if lcase(right(sys_info(2),3))<>"swf" then
response.write("<img src='"&sys_info(2)&"' border='0' width='160' height='60'>")
else
response.write "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='160' height='60'><param
name='movie' value='"&sys_info(2)&"'><param name='quality' value='high'><embed src='"&sys_info(2)&"'
pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'
type='application/x-shockwave-flash' width='160' height='60'></embed></object>"
end if
參考答案:这是一个播放器的代码.文件来源是:"&sys_info(2)&"