this is a pen:我在Microsoft Visual Studio .NET 2003中插入了一个flash文件,可显示总是太小

来源:百度文库 编辑:神马品牌网 时间:2024/05/11 02:46:14
在要插入flash的单元格设定高度为100,宽度为800。在falsh中设定height="100" width="800",为什么显示出来就变小了,代码如下
<td align="center" colSpan="5" height="100" width="800">
<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
height="100" width="800" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" VIEWASTEXT>
<PARAM NAME="_cx" VALUE="21167">
<PARAM NAME="_cy" VALUE="2646">
<PARAM NAME="FlashVars" VALUE="">
<PARAM NAME="Movie" VALUE="biaoti1.swf">
<PARAM NAME="Src" VALUE="biaoti1.swf">
<PARAM NAME="WMode" VALUE="Window">
<PARAM NAME="Play" VALUE="-1">
<PARAM NAME="Loop" VALUE="-1">
<PARAM NAME="Quality" VALUE="High">
<PARAM NAME="SAlign" VALUE="">
<PARAM NAME="Menu" VALUE="-1">
<PARAM NAME="Base" VALUE="">
<PARAM NAME="AllowScriptAccess" VALUE="">
<PARAM NAME="Scale" VALUE="ShowAll">
<PARAM NAME="DeviceFont" VALUE="0">
<PARAM NAME="EmbedMovie" VALUE="0">
<PARAM NAME="BGColor" VALUE="">
<PARAM NAME="SWRemote" VALUE="">
<PARAM NAME="MovieData" VALUE="">
<PARAM NAME="SeamlessTabbing" VALUE="1">
<PARAM NAME="Profile" VALUE="0">
<PARAM NAME="ProfileAddress" VALUE="">
<PARAM NAME="ProfilePort" VALUE="0">
<PARAM NAME="AllowNetworking" VALUE="all">
<embed src="biaoti1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="800" height="100"> </embed>
</OBJECT>
<FONT face="宋体"></FONT>
</td>
我该怎么设置才能让他显示变大????
那些PARAM标题原来都没有,是自动生成的!

把PARAM 标签都去掉把。。没用的!