在 Flash 网站上显示 JQuery 图像滑块

发布于 2024-11-17 23:26:53 字数 220 浏览 1 评论 0原文

目前我正在建立flash 网站。 但我希望使用 JQuery 滑块 Galleria http://galleria.aino.se/ 呈现图像 基本上,网络是由左侧的菜单构建的。当单击菜单中的一项时,我希望 Jquery 滑块显示在中间(在闪光灯上方,可能是 700x500 的框)。

有什么线索吗?

Currently I am building flash website.
But I would like to have images presented using JQuery slider Galleria http://galleria.aino.se/
Basically, the web is built of the menu on the left. when clicking one of the items from the menu i would like the Jquery Slider show in the middle (over the flash, may be box 700x500).

Any clue?

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

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

发布评论

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

评论(1

以歌曲疗慰 2024-11-24 23:26:53
<object ...>
        <param name="wmode" value="transparent" />
        <embed ... wmode="transparent">
</embed>
</object>

应该可以做到这一点。

http://kb2.adobe.com/cps/127/tn_12701.html有关于 wmode 值及其用途的文档。它不完整,我看不到 value="gpu" ... http://niquimerret.com/? p=159 ... wmode=opaque 也可以解决这个问题,因为它会关闭 GPU 渲染,这可能是闪光出现在其他内容上的原因。

<object ...>
        <param name="wmode" value="transparent" />
        <embed ... wmode="transparent">
</embed>
</object>

Is suppose to do the trick.

http://kb2.adobe.com/cps/127/tn_12701.html has documentation on wmode values and what they are suppose to do. It is not complete I don't see value="gpu" ... http://niquimerret.com/?p=159 ... wmode=opaque may also do the trick because it turns off GPU rendering which may be the cause of the flash appearing over other content.

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