<table bordercolor="边框颜色,在上一个教程帖里说过了" cellspacing="2" width="700" height="600"align="center" border="10"> <tbody> <tr> <td> <embed src="要加入FLASH的网址" width=100% height=100% type="application/x-shockwave-flash" quality="high" wmode="transparent" /></embed /> </td> </tr> </tbody> </table> 呵呵,这个是有边框的,当然还有更简单的没有边框的: <embed src="要加入FLASH的网址" width=100% height=100% type="application/x-shockwave-flash" quality="high" wmode="transparent" /></embed />
同时在上个帖子还有一点没有标明,这些代码不要在“所见即所得”编辑器下输入,要在Wind Code输入,第一次提交后有的不能正常显示,要再点修改,点“切换到 所见即所得 编辑器”模式,不修改内容,再点提交~~!!
|