如何制作那些超出盒子范围的精美 Flash 横幅

发布于 2024-08-18 10:22:11 字数 305 浏览 2 评论 0原文

我正在构建一个 Flash 横幅,它需要在一个阶段扩展到其 728x90 框之外。类似于当前在wired.com 上的Corei7 广告,但没有那么激烈。我知道这样的广告很烦人,但在冬天被驱逐不是一个选择。在页面上查看源代码很困难,因为它们几乎总是包含在一些第三方代码中,所以我陷入了困境。

如果您能提供任何帮助,我将不胜感激。我一直在 stackoverflow 和 google 上尝试使用不同的组合进行搜索,但没有找到能够给我正确结果的正确关键字组合。

tl;dr :请告诉我如何制作一个在用户交互时透明地扩展到 728x90 框之外的 Flash 横幅。

I am building a flash banner, which needs at one stage to expand beyond its 728x90 box. Something similar to the Corei7 ad currently on wired.com but not as drastic. I know ads like that are annoying, but getting evicted in winter is not an option. Viewing source on pages are difficult since they are almost always wrapped up in some third party code so I am stuck.

If you can give any help I would appreciate it. I have been trying searches with different combinations on stackoverflow and google and I have not found the right combination of keywords that give me proper results.

tl;dr : Please tell me how to make a Flash banner that expands transparently beyond its 728x90 box upon user interaction.

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

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

发布评论

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

评论(2

独自唱情﹋歌 2024-08-25 10:22:11

您需要一些外部 JavaScript 来调整 Flash 影片的大小。可以使用 ExternalInterface 触发此 JavaScript。

You need some JavaScript on the outside that resizes the Flash movie. This JavaScript could be triggered using ExternalInterface.

如此安好 2024-08-25 10:22:11

您需要使用无窗口模式,以便浏览器呈现应用程序。这使您可以看到嵌入对象的后面并看到其后面的 html 组件。

You need to use windowless mode so that the browser renders the application. This allows you to see behind the embedded object and see the html components behind it.

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