platekuzenko
jQuery(function(){ jQuery('.you_div_class').plate({ playlist:[ //{title:'track title', artist:'artist', file:'/file/path.mp3', cover:'/cover/path.jpg', buyLink:'http://example.com/'}, //{title:'Your stream', artist:false, file:'http://listen.radionomy.com/radiovichaycocha;', cover:false} ], controls: ['cover', 'vinyl', 'trackInfo', 'progress', 'repeat', 'random', 'speed', 'playlist', 'volume', 'play', 'prev', 'next', 'buyButton'], coverEffects: ['opacity', 'toLeft', 'toTop', 'zoomLeftTop', 'zoomRightBottom', 'zoomLeftBottom', 'zoomCenter'], coverAnimSpeed: 300, skin: 'light', width: 480, playlistHeight: 200, plateDJ: true, changeTrackChangePlate: true, onStart: { pause: false, repeat: false, random: false, volume: 50, speed: 1 }, useCookies: false, preloadFirstTrack: true }); });The album cover changes its look for an every song with different animation effects. You needn’t download a cover, the player uploads it directly from music file by itself.
The interesting feature: you can clutch and turn the vinyl records with a mouse or your finger like in a real dj-mixer. And the vinyl spins in accordance with the selected speed playback.
You can easily switch tracks, change volume and use playlist just touching the screen on your phone or tablet PC.
The player supports stream broadcasting from any server. The album cover will be shown like this.
The player can adjust to different display resolutions or can be fixed in breadth for being reflected correctly on any device.
Set the buylink for your song and users will purchase it from you. You can even provide referral links.