gpt4 book ai didi

javascript - jQuery 设置 flash wmode 参数

转载 作者:行者123 更新时间:2023-11-29 22:39:47 26 4
gpt4 key购买 nike

我想知道是否有任何 jQuery 插件可用于在运行时将 wmode 更改为透明。 (类似于wibiya的东西)

我试过谷歌搜索,但找不到任何确切的插件来完成这项工作。我找到的唯一资源是:

http://www.onlineaspect.com/2009/08/13/javascript_to_fix_wmode_parameters/ http://labs.kaliko.com/2009/11/change-wmode-with-jquery.html

还有其他选择吗?

最佳答案

您找不到像这样的相对少量功能的插件;我认为这个片段应该只是覆盖它:

$("object").append(
$("<param/>").attr({
'name': 'wmode',
'value': 'transparent'
})
).find("embed").attr('wmode', 'transparent')

我不确定什么时候运行它最好; ready 可能有效,但我预计这可能为时已晚,因为 Flash 内容已经被嵌入?值得尝试。

关于javascript - jQuery 设置 flash wmode 参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3615742/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com