Questions tagged [jplayer]

jPlayer is the completely free and open source (GPL/MIT) media library written in JavaScript.

A jQuery plugin, jPlayer allows you to rapidly weave cross platform audio and video into your web pages. jPlayer's comprehensive API allows you to create innovative media solutions while support and encouragement is provided by jPlayer's active and growing community.

771 questions
4
votes
1 answer

jPlayer text link does not play

i am trying to do a basic jplayer text link on click to play an mp3 file, but i am unable to get it to function as there is no sound. here is the code $(document).ready(function(){ $("#jquery_jplayer").jPlayer({ ready: function (event) { …
khinester
  • 3,398
  • 9
  • 45
  • 88
4
votes
1 answer

Upload and play a song

i'm trying to upload and play a song with HTML5. I'm using JavaScript to upload the file to the server and jPlayer to play the song but i'm having issues whit this plug-in. This is my code: $(document).ready(function() { $(this) …
Nikko Hel
  • 41
  • 3
4
votes
2 answers

Adding sound to page using jquery

What is the preferred method to add sound to a page using jquery? I am considering using jPlayer but have my doubts about it. Depending on the messages being displayed on the screen, I need to customize the sound. Thanks in advance.
crazyDiamond
  • 1,070
  • 2
  • 16
  • 20
4
votes
1 answer

jPlayer and PhoneGap Build compatibility

I'm trying to use jPlayer for a web app that will be native compiled for iPhone, Android and Blackberry using the PhoneGap Build service. I'm using the player to play short MP3 audio snippets and it works fine in the web browser. However, when this…
song2siren
  • 61
  • 4
4
votes
5 answers

JPlayer issue in IE9

i think there is a problem in jquery.jplayer.min.js file which one i am using. My jplayer is not working in only IE9. its working in all other browser.
Mrugen Ramani
  • 41
  • 1
  • 2
4
votes
1 answer

Jplayer - Creating dynamic play list

I am using jPLayer to play mp3's for a project. They mp3's will be loaded dynamically from a database. I am trying to create the links that will load the selected mp3 into the player. Currently I have which does does not work. I believe I am…
Cvongrim
  • 133
  • 2
  • 11
4
votes
1 answer

Audio player for AngularJs application

I'm building a music website using AngularJs. I'm not able to find a good audio player for my website. I've tried few git repos, out of them https://github.com/videogular/videogular is pretty good. But even doesn't have next/previous song play and…
randomuser
  • 1,201
  • 2
  • 10
  • 19
4
votes
1 answer

How to hide vimeo url from inspect element of browser

I am trying to hide vimeo video url from browser it is not working properly. I am using Jplayer plugin used to play a vimeo video it is working properly but the video links are showing in inspect element and it is also available for download Below…
Sharma Vikram
  • 2,440
  • 6
  • 23
  • 46
4
votes
1 answer

jplayer bug for iphone

I am using the last version of the http://jplayer.org/ on my site and have problems with loading it on iphone from thread. Page is super simple.