当我使用 SWFObject 进行静态发布时,我总是在标签中看到一个 classid,即
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
这是做什么用的?我可以直接扔掉它吗?
I always see a classid in tags when I do static publishing using SWFObject, i.e.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
What is this for?? Can I just drop it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
classid 定义为
我知道 Flash 嵌入可以在没有 classid 属性的情况下工作,但我不推荐它。
SWFObject 将实现标准 Flash 嵌入代码,因此我将保留它。
The classid is define as
I know Flash embeds can work without the classid attribute, but I wouldn't recommended it.
SWFObject will implement the standard Flash embed code, so I would leave it.