From 19eb5abe12fe66221d79e194e055aa60eb477e57 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 21 Nov 2011 11:38:56 -0500 Subject: [PATCH] CC-3063: Live Stream Window: It doesn't play Shoutcast stream - fixed. flash fallback point was invalid. --- .../application/views/scripts/dashboard/stream-player.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml b/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml index 7b9d6a796..8f28b77e5 100644 --- a/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml +++ b/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml @@ -14,7 +14,7 @@ function setjPlayer(url, type){ ended: function (event) { $(this).jPlayer("play"); }, - swfPath: "js", + swfPath: "/js/jplayer/", supplied: type, wmode: "window" });