CC-3063: Live Stream Window: It doesn't play Shoutcast stream
- fixed. flash fallback point was invalid.
This commit is contained in:
parent
9bbf1fda17
commit
19eb5abe12
|
@ -14,7 +14,7 @@ function setjPlayer(url, type){
|
||||||
ended: function (event) {
|
ended: function (event) {
|
||||||
$(this).jPlayer("play");
|
$(this).jPlayer("play");
|
||||||
},
|
},
|
||||||
swfPath: "js",
|
swfPath: "/js/jplayer/",
|
||||||
supplied: type,
|
supplied: type,
|
||||||
wmode: "window"
|
wmode: "window"
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue