From 624669a6bf5363deed6a73f1692209489081a579 Mon Sep 17 00:00:00 2001 From: Naomi Aro Date: Wed, 8 Feb 2012 17:39:16 +0100 Subject: [PATCH] CC-3273 : flash player mp3 latency problem in firefox needed an extra option set in JPlayer --- airtime_mvc/public/js/airtime/dashboard/helperfunctions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/dashboard/helperfunctions.js b/airtime_mvc/public/js/airtime/dashboard/helperfunctions.js index 510c43fee..ccedc28e9 100644 --- a/airtime_mvc/public/js/airtime/dashboard/helperfunctions.js +++ b/airtime_mvc/public/js/airtime/dashboard/helperfunctions.js @@ -217,7 +217,8 @@ function audioPreview(filename, elemID){ $(this).jPlayer("setMedia", media).jPlayer("play"); }, swfPath: "/js/jplayer", - supplied: supplied + supplied: supplied, + wmode:"window" }); $('#'+elemID+' div.list-item-container a span').attr("class", "ui-icon ui-icon-pause");