asp中table里td与FLASH高度自适应问题
这是首页<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Frameset//EN""http://www.w3.org/TR/xhtml1/...
这是首页
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
</head>
<frameset rows="180,*" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="head.asp" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
<frame src="center.asp" name="mainFrame" scrolling="No" noresize="noresize" id="mainFrame" />
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
这是head
<html>
<head>
<title><%=SystemWebSite%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="imagetoolbar" content="no">
<META NAME="keywords" CONTENT=""&keywords&"">
<META NAME="description" CONTENT=""&keywords&"">
<META NAME="robots" CONTENT="all">
<META name="AUTHOR" content="BlackOut,daoyuanjiao@gmail.com">
<link rel="stylesheet" href="admin/style.css" type="text/css">
<link rel="shortcut icon" href="img/myfav.ico" type="image/x-icon"/>
<link rel="Bookmark" href="img/myfav.ico" type="image/x-icon"/>
</head>
<body >
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center"><tr>
<td align="center" height="100">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="100%" width="100%">
<PARAM NAME="movie" VALUE="skin/top.swf">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="loop" VALUE="false">
<PARAM NAME="wmode" VALUE="transparent">
</OBJECT>
</td></tr></table>
</body>
</html>
我想实现的效果是,在不同分辨率下,flash始终能够全部显示,并且与网站宽度保持一致! 展开
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
</head>
<frameset rows="180,*" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="head.asp" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
<frame src="center.asp" name="mainFrame" scrolling="No" noresize="noresize" id="mainFrame" />
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
这是head
<html>
<head>
<title><%=SystemWebSite%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="imagetoolbar" content="no">
<META NAME="keywords" CONTENT=""&keywords&"">
<META NAME="description" CONTENT=""&keywords&"">
<META NAME="robots" CONTENT="all">
<META name="AUTHOR" content="BlackOut,daoyuanjiao@gmail.com">
<link rel="stylesheet" href="admin/style.css" type="text/css">
<link rel="shortcut icon" href="img/myfav.ico" type="image/x-icon"/>
<link rel="Bookmark" href="img/myfav.ico" type="image/x-icon"/>
</head>
<body >
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center"><tr>
<td align="center" height="100">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="100%" width="100%">
<PARAM NAME="movie" VALUE="skin/top.swf">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="loop" VALUE="false">
<PARAM NAME="wmode" VALUE="transparent">
</OBJECT>
</td></tr></table>
</body>
</html>
我想实现的效果是,在不同分辨率下,flash始终能够全部显示,并且与网站宽度保持一致! 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询