dimanche 19 avril 2015

jQuery audio playlist plugin support advertisements

I want a jquery plugin that make html5 or flash audio playlist and support advertisement


for ex : ( i have a playlist consist of 3 mp3 songs , i want before each song , an advertisement work automatically and user can skip it , this adv normally mp3) ... Like youtube advertisements before playing video and can skip add , but in my case , i want it in audio only


i'm already used "Jplayer"





new jPlayerPlaylist({
jPlayer: "#jquery_jplayer_1",
cssSelectorAncestor: "#jp_container_1"
}, [
{
title: "Cro Magnon Man",
mp3: "http://ift.tt/1uXWlCZ",
oga: "http://ift.tt/1D8PYN8"
},
{
title: "Thin Ice",
mp3: "http://ift.tt/1FZdxPx",
oga: "http://ift.tt/1D8Q1sr"
}
],
{
swfPath: "../../dist/jplayer",
playlistOptions: {
enableRemoveControls: true
},
supplied: "oga, mp3",
wmode: "window",
useStateClassSkin: true,
autoBlur: false,
smoothPlayBar: true,
keyEnabled: true,
});



but i cannot customize in it and make an automatic advertisement


if any one can help me to customize in jplayer or tell me another jquery pulgin


Thanks


Aucun commentaire:

Enregistrer un commentaire