佬唐

博客园 首页 新随笔 联系 订阅 管理

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>

posted on 2009-10-15 22:28  佬唐  阅读(117)  评论(0)    收藏  举报