johnkhill
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
In the meantime i’ve bypassed map_downloader by switching the the commented out lines at line 125 in jquery.mb.miniPlayer.js from
var download = jQuery("<span/>").addClass("map_download").css({display: "inline-block", cursor: "pointer"}).html("d").on("click",function () { // window.open(player.opt.mp3, "map_download"); location.href = map.downloadUrl + "?filename=" + downloadURL + ".mp3" + "&fileurl=" + encodeURI(player.opt.mp3); //title.asId() }).attr("title", "download: " + downloadURL);to
var download = jQuery("<span/>").addClass("map_download").css({display: "inline-block", cursor: "pointer"}).html("d").on("click",function () { window.open(player.opt.mp3, "map_download"); // location.href = map.downloadUrl + "?filename=" + downloadURL + ".mp3" + "&fileurl=" + encodeURI(player.opt.mp3); //title.asId() }).attr("title", "download: " + downloadURL);I’ve having the same problem as well. Thought it might be a cross domain issue so I tried with links to the full url and ‘/mp3/file.mp3’
Both play fine, but nothing downloads. Same result in firefox and safari. Why can the DL link just be a link to the actual file?
Ok, so this seems to be firefox, and I guess therefor flash, specific.
http://wordpress.independentdance.co.uk/programme/media/audio/
Any known issues with having more than 8 flash fallbacks per page?
Viewing 3 replies - 1 through 3 (of 3 total)