Category: Sem categoria
html5
(Function () { var widgetIframe = document.getElementById (‘sc-widget’), Widget = SC.Widget (widgetIframe); widget.bind (SC.Widget.Events.READY, function () { widget.bind (SC.Widget.Events.PLAY, function () { / / Obtém informações sobre atualmente jogando som widget.getCurrentSound (function (currentSound) { console.log (‘soar’ + currentSound.get (”) + ‘começou a tocar’); }); }); / / Obtém atual nível do volume widget.getVolume (function (volume) […]