gpt4 book ai didi

javascript - jQuery 声音

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

我正在使用 jQuery Sound Plugin在我的网站上创建一些声音效果,但我无法播放。我收到此消息:

settings.events.error(null, {msg: "You have not yet bound the sound player to 
this element"});

我做错了什么?这是我的代码:

<script type="text/javascript">
var $j = jQuery.noConflict();
$j(".sound1").sound({swf: url});
$j(".sound1").load(url);
$j(".sound1").play();
$j(".sound1").pause();
$j(".sound1").stop();
$j(".sound1").volume(0-100);
$j('.sound1').mouseover(function() {
$j(".sound1").play('/messages4u/2011/images/october/sound1.mp3');
});
</script>

我不确定代码中是否需要所有内容,但我不太擅长 JS,需要一些帮助!我需要指定 URL 吗?如果是什么?

最佳答案

我根本不知道 JS-with-FLASH API,但作为一个非常基本的观察,如果页面有一个 SWF 组件要加载,看起来这个 JS 在加载之前就已经触发了。您将需要委托(delegate)事件或使用回调(如果有)。

或者更基本的:页面上是否包含 Flash 组件?那个项目好像被放弃了(我去找API的时候没有官方主页);他们是否将其包含在您使用的下载中?

由于错误消息显示“在这个元素上”,Flash 组件是否可能没有监听类为“sound1”的元素?页面上是否确实存在具有该类的元素?

我不得不承认,我可能不应该尝试回答这么多未知数。该插件相当陈旧且无人维护,因此我找不到演示页面,而且我不愿意安装整个插件。你有实时链接吗?

关于javascript - jQuery 声音,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7942760/

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