diff options
Diffstat (limited to 'frontend/static/js/src/soundcloud.js')
| -rw-r--r-- | frontend/static/js/src/soundcloud.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/frontend/static/js/src/soundcloud.js b/frontend/static/js/src/soundcloud.js index 22d7aa3..4061f99 100644 --- a/frontend/static/js/src/soundcloud.js +++ b/frontend/static/js/src/soundcloud.js @@ -25,15 +25,15 @@ var Soundcloud = if (Soundcloud.player) { Soundcloud.player = null - swfobject.removeSWF("soundcloud") + // swfobject.removeSWF("soundcloud") } - var flashvars = { enable_api: true, object_id: "soundcloud", url: video.src, theme_color: "#657b83", } - var attributes = { id: "soundcloud", name: "soundcloud" } - var params = { allowscriptaccess: "always", wmode: "opaque", } - - swfobject.embedSWF("http://player.soundcloud.com/player.swf", "soundcloud", "81", "81", "9.0.0", - "expressInstall.swf", flashvars, params, attributes, Soundcloud.playerDidLoad); +// var flashvars = { enable_api: true, object_id: "soundcloud", url: video.src, theme_color: "#657b83", } +// var attributes = { id: "soundcloud", name: "soundcloud" } +// var params = { allowscriptaccess: "always", wmode: "opaque", } +// +// swfobject.embedSWF("http://player.soundcloud.com/player.swf", "soundcloud", "81", "81", "9.0.0", +// "expressInstall.swf", flashvars, params, attributes, Soundcloud.playerDidLoad); }, playerDidLoad: function (e) { |
