Skip to content

This is not a issue but a suggestion to add clickable links to play with your great script #5

Description

@onigetoc

I add clickable links at the bottom of your script to play with many Videos aud audio format.

`$(function(){
$('.vidlink a').click(function(e){

e.preventDefault();

if (player.session == null) {
return;
}
var url = decodeURIComponent($(this).attr('href'));
var contentType = getContentType(url);
player.loadMedia(url, contentType);
$('#player_now_playing').html(url.split(/[\\/]/).pop());
$('#controls').show();

/*temporaire*/
$('#url').val(url);

});
});`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions