海德堡大学航拍视频:如何使网页中插入的flash中没有背景颜色

来源:百度文库 编辑:神马品牌网 时间:2024/05/05 09:15:05

插入源代码,基本格式如下,其中="main.swf"是flash的路径.表格的大小通过改动<table border="1" width="50%" id="table1" height="50%"> 中的width和height来修改.

<html>
<body >

<table border="1" width="50%" id="table1" height="50%">
<tr>
<td><embed width=100% height=100% fullscreen=yes src="main.swf"></td>
</tr>
</table>

</body>
</html>