您的位置:首页 > Web前端 > HTML

xhtml插入flash标准代码

2009-10-15 22:28 323 查看
1、xhtml插入flash标准代码,从“Microsoft Expression Web”:
<object id="flash1" data="images/notify.swf" height="0" type="application/x-shockwave-flash" width="0">
    <param name="movie" value="images/notify.swf" />
</object>
2、“非标准”也写一个:
<embed src="images/notify.swf" quality="high" hidden="true" width="1" height="1"></embed>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: