Viewing 1 replies (of 1 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    Its not me that don’t allow the cross domain file manipulation but just the browsers vendor security policy. To allow a cross domain download you should have a proxy.
    Anyway you can try modifying the js script at linen 170 and see if it works for you:

    from:
    if(!map.downloadUrl || player.opt.mp3.indexOf(location.hostname)<0)

    to:
    if(!map.downloadUrl)

    Bye,
    Matteo

Viewing 1 replies (of 1 total)
  • The topic ‘Why not allow cross domain download?’ is closed to new replies.