古代桃花美容方法:如何在.NET里插入flash

来源:百度文库 编辑:高校问答 时间:2024/04/28 01:27:01
我用的语言是C#,可不知道怎么在里面插入flash,好久都不知道怎么弄,我用frantpage插入flash,在.NET里提示出错,错误信息如下:
错误1 验证 (Internet Explorer 6): 属性“type”不是元素“embed”的有效属性。
错误2 验证 (Internet Explorer 6): 元素“embed”缺少结束标记。
谁能告诉我上述错误怎么解决或怎么在.NET里插入flash。

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="732" height="422"
<param name="movie" value="flash的路径">
<param name="quality" value="high">
<embed src="flash的路径" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="732" height="422"></embed>
</object>
要是还是提示type错误的话可以把type="application/x-shockwave-flash"去掉或者不理会也可以,浏览器一样可以读出来的