从SoundCloud Widgets处理JS事件

时间:2012-05-17 17:04:10

标签: javascript events event-handling widget soundcloud

我是一个尝试使用SoundCloud的新HTML5小部件的javascript新手。我还没完全了解事件。文档页面只是说

SC.Widget.Events.[something] — fired when [thing happens].

(通过http://developers.soundcloud.com/docs/html5-widget)。

代码示例会很棒,也许是事件如何工作的基本解释。现在我用

交互元素
element.setAttribute("on[Something]", [function]());

我理解这不是最好的方法,并表明缺乏对javascript事件的理解。 无论如何,即使是正确方向的链接也会很好;我一直在徒劳地搜索javascript中事件处理的明确解释,超出了onclick等。

1 个答案:

答案 0 :(得分:2)

看看操场:http://w.soundcloud.com/player/api_playground.html

hereplay事件的示例。