34 comments found.
The music player is not stopping once played. Earlier It was working fine but suddenly it started working wrong. I tried to deactivate any new plugin installed but still It did not worked can you please guide what it might be. It’s button works if I click them for 2 seconds and then leave
This sounds like a JS conflict. It can be because of another JS plugin you have in the page or another JS file in the headers tag. Try to setup the player in a basic HTML page with no JS except the requirements for the player and check if the error is there. if not, add your other plugins and keep checking the player to determine which external file/plugin is affecting it.
Well, it’s me again… On another subject, I might have discover a bug… or at least a problem that we all have here, and I think it’s native in the code.
The
$(window).keypress(function(e) {… block in sMusicPlayer.js prevents any action of the space bar in any forms of my website… Pretty damn blocking, we need to use spaces in our searches or contact forms, don’t we?
I had to comment it and then everything is ok again. Don’t know if it’s just me of it it’s a problem that other people might encouter…
Just wanted to let you know.
L.
Hi,
The key key button only works when the focus is on the player. As long as you have not clicked on the player previously, they the space button will not affect the typing. If you are having issues with this currently, it is probably due to a conflict of another JS that exist in your page.
We have never had any reports regarding the disruption in typing. In fact all modern players have keyboard shortcuts which work smoothly with the web content. 
Please make sure that you do not leave the direct link of the product in the comment box. The previous comment is under review currently since it contained a direct link.
For showing a sample of your website or code, you can email us directly through the contact form in our profile.
Yeah, sorry, no prob, I just removed the stuff from the server.
Hi, it’s me again 
It’s not an issue, but more of a feature request: do you intend to add volume control of some kind someday, not just mute/unmute? If not, can you give me hints or leads so that I implement it myself?
L
This is not intended to be added for this player, I can customise it by your request of course. In some of the upcoming projects we have implemented this feature.
Hello, Thank you for this quite cool plugin. I have a problem though: I plan to use it to play a webradio, which works just fine… except that when I pause the player, and press play again (like a few minutes later) it resumes where the music was, and not re-start live, if you see what I mean. I can see the logic and the interest of this behaviour, but I’d like, when the play button is pressed again after a pause, to start fresh the radio feed, like if the page had been reloaded. Is there an option, or something I can do to refresh the audio source?
Thank you for your help,
Laurent
Actually the problem is there already as soon as I load my web page; If I press the play button, let’s say, one minute later, it starts with the radio feed as it was one minute before (when the page was loaded), if you see what I mean. In short, I really need to find a way to have the play button “load” the feed when it’s pressed, not when the player is initialised.
Laurent.
Hi Laurent,
Thanks for your interest and purchase. I totally understand your question and to answer it I need to explain how browsers work with Audio objects.
When you have an Audio file on your website, usually by default as soon as the user loads the website, the browser requests the server where the audio file is located to load its data or stream. So, by the time the user clicks on the play button, the browser start playing the amount that is loaded. As the stream is playing, the browser continues to stream more chunks of the audio file or data (in case of radio) in the background. When you hit the pause button, it pauses where it played and when you play, it continues from there (while still it is loading more and more stream). If we want to play to audio based on the time they are streamed and not what is loaded in the browser, then we need to create a new Audio link for each time the user clicks on play/pause button. This will be a lot of data from the browser to handle and a lot of requests/bandwidth for the streaming server. For this reason, browsers by default try to load data and catch up if they fall behind for so long. This is the explanation of how the mechanism works and this is not due to the player but any HTML5 player inherits this good/bad behaviour. Still, I am happy to configure the player for you in a way that it stops and restart fresh when resume is clicked.
Hope it makes sense 
Hi, and thanks a lot for your quick answer. I totally get what you’re saying and how those things work, and I was aware that you’re player was correctly handling all this. It’s just my needs that are a bit different (and, somehow, logical too)… I actually found a fix, I guess; I mean, it works like I want it to work, so it’s enough to say it works, but how bad is it, I don’t know… I happens that if we add a “audio.load();” just before the ”$playing.click();” in the playManagement function the stream is, I guess, reloaded, and the player is catching up with the direct feed. Works apparently for me. Is that bad, doctor?
Well done, that is one of the options, I had a look on how it works and it provides your need but the functionality is exactly like how I described as it starts to loads fresh data after each click. Depending on the traffic of your website it may not be an issue. I think you can continue with this option and see if it affects the loading time or creates excessive band width. But well done, let us know if you need any help and also we would be happy to have your review about the product as well.
Thanks
Thing is, I DO need fresh data, so I don’t really see other options… I will monitor the stuff and be on the lookout for any excessive bandwith thing.
BTW, I also changed the initial audio.preload value to “none” instead of “auto”, so that the feed is not loaded when the pages itself loads.
Can’t make it stop when the “pause” button is played though, but I guess we can’t really “end” a feed..? Tried to destroy or change the source url but nothing seems to work… Not that big a problem.
Thanks again for your answers and your quite nice player.
Laurent.
Yes Pre-load is for loading media as soon as the page is loaded, in your case having it to ‘none’ will help you some unnecessary requests as the data is not needed. So yes, keep that on ‘none’. That is the best sort of configuration to achieve as close to what you were looking for as possible.
Hello. My player works very well with the playlist and local mp3 files on the server. It does not, however, read ID3 tags from these mp3 files. Please help me solve the problem. Andrew
Hi Andrew, it might be the case that the ID3 tags are olde than the current version. Is the player uploaded on a host? Maybe the server the player is played is hosted on does not support the right MIME.
Thank you for your answer. I have ID3 tags in version v 2.3 the player is on the server the server handles MIME correctly I don’t know where to look for a solution to the problem. greetings Andrew
No worries Andrew, can you please send us the link of the website? Please email it using the form on our profile page. Cheers.
Hello, j’ai acheté le produits le 1er avril il et j’ai fait une demande d’aide et jusqu’à présent je n’ai rien reçu alors que ca fait déjà 9 jours et je n’ai toujours pas installé votre produit.
Merci de bien vouloir me répondre. jeffco114@hotmail.com Cordialement Mr Colaianni
Bonjour, je vous ai déjà envoyé un e-mail et répondu à votre commentaire. Veuillez me faire savoir si vous avez encore besoin d’aide.
Hello, I bought your program today and I can’t install it. I uploaded the core folder, I put my html file in the root, but it doesn’t do any good. Can you help me please? I can send you my html code and the name of the site if you need. I can’t send it through this email. cordially Mr colaianni
Hello. If you run on your local computer it might not work as any JavaScript should only work when there is a server like Apache etc or upload it on and actual web server. It should definitely work on that. You can email us directly if you need any help and we will look into your code.
I would like the “playlist” section to be higher, as I do so that the “playlist” section is higher for example 500px. Where do I have to change the height?
You can modify it via the CSS. There is commenting to help you understand the code better. But alternatively We can make the changes for you as well. You can email us directly with your requirements.
Dear Daniel,
Instead of saving time by buying your beautifull plugin I’m still lost in a world of codes and tags.
It’s not what I had expected. A bit dissapointing to be hounest. All I wanted was a script which I could copy/paste as an html-code in my website.
Please can you help me?
We have already updated the plugin. You would just need the HTML tag to place in your body tag along with two links to be placed inside the <header> </header> tags to make the player working. The manual has provided various examples and a basic explanation of how it works. There is also a live version included in the package that simply shows a working version of the player which you can copy/paste it.
is this dead? why not updates?
The application has been always working and functional. We have just updated it with the latest version of jQuery.
I really like the player but I can’t find the option to activate the random play function, like the active one? This is my page where I have it www.tiemposfinales.org
The player comes with a shuffle button.
Hi, Does this plugin provide support for .au format audio files.
Based on the Mozilla announcement only specific formats are supported on HTML5 audio players. Unfortunately, Au file format is not listed there.
https://developer.mozilla.org/en-US/docs/Web/Media/FormatsI need installation services. How much does that cost? I can’t seem to get the playing up and running in Artisteer web design. It won’t play, it just shows a grey box.
Since Artisteer is a WYSIWYG web platform, there should not be any issues to run the player. Most likely the files need to be uploaded to the same host or a third party, then linked directly in the HTML page.
Hi, I need an end-user to be able to:
1. Adjust Play Speed
and a separate feature inquiry from Audio Player 2. Record their own voice on front end, and listen to it(and have option to Save or Delte).
Can you develop these features?
Hi, 1. This can be added to the player. it does not have it by default but I can add it. either from back-end or front-end.
2. HTML5 provides voice recording features. It can be added to the player. However it requires a massive customisation. However it is totally possible to develop.
do you have “Play Speed Adjust” feature?
We can easily add it for you.
Hi, I’m using a playlist and I have two questions:
1) How do I start it in random mode? The first loaded music must always be different.
2) Auto play works sometimes, can you help me?
bye
Hi, The shuffle button can be used for random plays. But if you like the playlist to start in a random order, then that can be customised and inserted into the player. Usually users prefer to have the same order as the playlist is. But we can turn it around for you.
Autoplay is possible, but it is blocked by Chrome, currently no player can have this option, this is a policy set by Chrome and most of the other popular player for all HTML 5 audio
Hello, we just bought All in one Audio Player. In the description it says you can instal it to any CMS. I don’t see any manual how to install it correctly into Wordpress. Could you please send me a description how to get it to work in the Wordpress CMS. Thanks a lot.
Hi. Thanks for your purchase. It is a html 5 player which can be installed on any cams since all platforms use html5. And if you have read the very first part of the manual, it explained how to use it on s cms. All the steps are the same as the way it is explained in the manual. For example in step one of the manual, where it says “placing the supporting links in the header of the webpage”, you just need to find the location of the header in you cms and place the code. There are different ways to access the header section of a website in cms. E.g. drupal, joomla, wordpress…
Hope that helps.
That’s all understandable. I know it’s html5 player, but you are claiming we can install on Wordpress. At the same time there is no manual how to install on Wordpress. All you are saying add code to header and footer. That’s not a problem, but it’s not going to work with just adding to header and footer. in some other comments you mentioned that there has to be added something to function .php. Could you please add some step by step what should be done to other files beside header and footer to get this player to work on Wordpress? At the end you guys are saying that we can add this to Wordpress and it’s not free. We are paying for this. Thanks for your help.
This is the reason why this player is not listed as a WordPress plugin. because it is not a WordPress plugin, BUT WordPress accepts HTML5 elements, including this player. We provide help as much as possible through comments and emails, but it is the buyers responsibility to install it, we do not get paid for that. However, if you placed the code in the header and footer correctly it should work. In most cases people think they added but when they check the public source code, nothing is there.
But of course You can email be through my profile page, and send me the link of you website. I will see what you have done and direct you from there. I am here to help.
I’m ready to buy your HTML5 music player. Just a couple of questions. I only need this to play back files that will reside on my ISP’s server. That works with your player? How does this play WAV files since they are not part of the HTML5 spec? This is only a streaming player – it does not allow file downloads, correct? Does my ISP have to have any special config to use the streaming in your player? Looks like a good player. I built a Flash player that was XML driven like yours, but I don’t have time to figure out how to do it with HTML5 – rather put money in your pocket! Thanks
if you can provide a correct link of the audio in you server, then yes the player will play it. WAV is playable but the issue is most browsers dont accept it. so your users will not get benefits from it. no special config is required. Only the valid audio URL is required. You can set download button off so no one can download it. However, bare in mind that any HTML5 player is downloadable using some browsers features in the background. Thats why most streaming websites never leave the full songs in public. They do 30s in public and for full track user has to either login (pay money) or use their apps.
Hope that helps. Also I can do customisations as well if you prefer it that way.
I have questions on All-in-one audio player I bought on Jan.17th. Fpor easy understanding, I made PDF file, and so please let me know your e-mail address.
Hi,
Do you have any difficulties with installing it? If you you can send me an email through the following contact form, and describe the problem or the error you get. I will be happy to help you. 
well I bought it, 5 hours later not even a spark of life. I need help. I have a stream 24/7 wanted to use this for people to listen on my website. Help.If this can’t be resolved I will be force to give zero stars. I am using WIX as my website builder. I found I had to use a external HTML builder. But your manual has little to no info about installing for live streaming.
Hi, In order to get help, you need to provide detailed description about what you have done in installing the item or any error you are receiving. No sure if you had a look at the manual but dozens of customers could install it only by checking the first 2 pages of the manual.
However, please provide more information about what you have done and any error you possibly receive. We are more than happy to help you further to help you to install it. 
sorry i haven’t replied I have been sick. Flu bug. I don’t have the time for the learning curve. My site is built with Wix, gpiministries.org . I just need a player the has start pause stop with name of current song. It all need to be built in one code, with htlm5, Wix claims it need to show https. not sure why. can you be of any help. I can supply all the code I have to link to the server.
also I am using ICECAST2
Well this issue is kind of related to your radio service provider, because as you said Wix requests links on https. therefore your icecast radio needs to be on https as well. so for example the streaming link of your radio needs to start with https. This is a security measure that Wix requires. Once that fixed, you can then install the plugin on your webpage.
In fact you can even install it now, but because of the Wix requirements, it will not work until you provide your radio link in https.