Title: johnkhill's Replies | WordPress.org

---

# johnkhill

  [  ](https://wordpress.org/support/users/johnkhill/)

 *   [Profile](https://wordpress.org/support/users/johnkhill/)
 *   [Topics Started](https://wordpress.org/support/users/johnkhill/topics/)
 *   [Replies Created](https://wordpress.org/support/users/johnkhill/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/johnkhill/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/johnkhill/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/johnkhill/engagements/)
 *   [Favorites](https://wordpress.org/support/users/johnkhill/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[mb.miniAudioPlayer - an HTML5 audio player for your mp3 files] Download button works, but doesn't](https://wordpress.org/support/topic/download-button-works-but-doesnt/)
 *  [johnkhill](https://wordpress.org/support/users/johnkhill/)
 * (@johnkhill)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/download-button-works-but-doesnt/#post-3464535)
 * 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);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[mb.miniAudioPlayer - an HTML5 audio player for your mp3 files] Download button works, but doesn't](https://wordpress.org/support/topic/download-button-works-but-doesnt/)
 *  [johnkhill](https://wordpress.org/support/users/johnkhill/)
 * (@johnkhill)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/download-button-works-but-doesnt/#post-3464534)
 * 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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[mb.miniAudioPlayer - an HTML5 audio player for your mp3 files] More that 8 players per page](https://wordpress.org/support/topic/more-that-8-players-per-page/)
 *  Thread Starter [johnkhill](https://wordpress.org/support/users/johnkhill/)
 * (@johnkhill)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/more-that-8-players-per-page/#post-3549378)
 * Ok, so this seems to be firefox, and I guess therefor flash, specific.
 * [http://wordpress.independentdance.co.uk/programme/media/audio/](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)