wmode="透明" 是如何实现的?作品?

发布于 2024-12-12 12:47:52 字数 250 浏览 0 评论 0 原文

我有一个 activex 对象(在 delphi 6 中开发)和浮动 div 消息。当我将浮动 div 拖动到 activex 对象上时,它会闪烁。

我想将 wmode 参数添加到我的 activex 对象中,就像在 flash 对象中一样,以克服这种闪烁,这个功能到底是如何工作的?

顺便说一句,我在 Delphi 6 中开发 activex,并且已经尝试使用 DoubleBuffered 和 VCLFixPack,虽然有一些改进,但并没有解决问题。

I have an activex object (developed in delphi 6) and floating div message. When I dragging floating div over activex object its blinking.

I'd like to add wmode param to my activex object like in flash objects to overcome this blinking, how does this feature works exactly ?

By the way I developing activex in Delphi 6 and already tried to use DoubleBuffered and VCLFixPack and there were a little improvement but it didnt fixed the problem.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七婞 2024-12-19 12:47:52

据我理解这个概念,它本身并没有做任何事情。

HTML 只会将所有参数发送到嵌入对象(无论是 Flash 还是您自己的自定义控件),因此 wmode 只是另一个参数。

真正的工作必须在您这边完成,HTML 无法使其对您透明,它将对象视为“黑匣子”并且只能向其传递参数。

As far as I understand the concept, it does not do anything by itself.

The HTML will just send all the parameters to the embedded object (be it Flash or your own custom control) so wmode is just another parameter.

The real work must be done on your side, HTML can't make it transparent for you, it treat the object as "black box" and can only pass it parameters.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文