Clean jPlayer Skin
This is a custom coded theme for well known html5/flash player based on jQuery. It is very easy to use with your existing setup or a new coded one.
I've added a small wrapper function that allows you even easier deployement. If you wish to use custom jQuery settings no problem as well!
Features:
- Highly customizable
- Extremely easy deployement
- Uses sliders for progress & volume bars
- Includes a overlay over video for pause/stop events.
- It adapts to any size you specify with minimum of 300px width.
{
"name": "Tiesto - Red Lights",
"autoplay": "true",
"size": {
"width": "720px",
"height": "405px"
},
"media": {
"webmv": "\/data\/demo\/Tiesto-Red.Lights.webm",
"m4v": "\/data\/demo\/Tiesto-Red.Lights.mp4",
"poster": "\/data\/demo\/Tiesto-Red.Lights.jpg"
}
}
{
"name": "Tiesto - Red Lights",
"size": {
"width": "720px",
"height": "405px"
},
"media": {
"webmv": "\/data\/demo\/Tiesto-Red.Lights.webm",
"m4v": "\/data\/demo\/Tiesto-Red.Lights.mp4",
"poster": "\/data\/demo\/Tiesto-Red.Lights.jpg"
}
}
Audio Player
{
"name": "Dj Jacky - HouseFire XXIII (2013)",
"size": {
"width": "720px" },
"media": {
"mp3": "\/data\/demo\/Dj Jacky - HouseFire XXIII (2013).mp3"
}
}
{
"name": "Dj Jacky - HouseFire XXIII (2013)",
"size": {
"width": "720px" },
"media": {
"mp3": "\/data\/demo\/Dj Jacky - HouseFire XXIII (2013).mp3"
}
}
Shoutcast Test
{
"name": "Prahec Radio - Demo",
"size": {
"width": "720px" },
"media": {
"mp3": "http://defikon.com:8000/prahec.320k.mp3"
}
}