You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the jquery.jplayer.playlist.js add-on supports the free option which enables multiple URLs to be available on the playlist so the user can access the media URL directly.
It would be nice to have a similar feature/rewrite that allows developers to supply an alternative URL for downloads:
download: true, download_link: 'http://.../'
This could be combined with free = false in order to supply only the desired link.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
Currently the jquery.jplayer.playlist.js add-on supports the
free
option which enables multiple URLs to be available on the playlist so the user can access the media URL directly.It would be nice to have a similar feature/rewrite that allows developers to supply an alternative URL for downloads:
download
: true,download_link
: 'http://.../'This could be combined with
free = false
in order to supply only the desired link.Thanks.
The text was updated successfully, but these errors were encountered: