js如何给embed加上allowfullscree属性
<p><embed src="绪论/绪论.swf" type="application/x-shockwave-flash" width="550" height="400" quality="high"></embed></p><script language="javascript" type="text/javascript">$().ready(function(){ $("p").attr("align","center"); $("embed").attr("allowfullscreen","true");});</script>