我在使用tinymce嵌入视频时遇到问题

发布于 2024-12-19 04:08:22 字数 413 浏览 1 评论 0原文

这在编辑器中对我有用,但是当您提交帖子数据时,它会编码某些 <<和>作为 html 实体的符号。

<p>
&lt;object height="350" width="425" data="http://www.youtube.com/v/BUQ4kRw-P3o&feature;" type="application/x-shockwave-flash"&gt;
<param name="src" value="http://www.youtube.com/v/BUQ4kRw-P3o&feature;" />
&lt;/object&gt;
</p>

我在额外的初始化参数方面尝试过的所有方法都无法消除这个问题。有什么建议吗? 非常感谢

This works for me in the editor but when you submit the post data it encodes certain < and > signs as html entities.

<p>
<object height="350" width="425" data="http://www.youtube.com/v/BUQ4kRw-P3o&feature;" type="application/x-shockwave-flash">
<param name="src" value="http://www.youtube.com/v/BUQ4kRw-P3o&feature;" />
</object>
</p>

Everything I've tried in terms of the extra init parameters won't get rid of this. Any tips?
Thanks so much

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文