CC-3063: Live Stream Window: It doesn't play Shoutcast stream

- fixed. flash fallback point was invalid.
This commit is contained in:
James 2011-11-21 11:38:56 -05:00
parent 9bbf1fda17
commit 19eb5abe12
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function setjPlayer(url, type){
ended: function (event) {
$(this).jPlayer("play");
},
swfPath: "js",
swfPath: "/js/jplayer/",
supplied: type,
wmode: "window"
});