382 comments found.
Presale question: Please, is it possible to add ads (Adsense for example) into this very smart, nice player ?
It is not possible to add Adsense of audio… I do have a video player that supports ads, it supports audio as well
https://webdesign-flash.ro/p/uvp/#/?playlistId=0&videoId=0Tibi – FWD.
confused on why i got the WordPress version even though i didn’t buy it. any help would be great
Hi.
I have updated the files.
Tibi – FWD.
Few questions if you don’t mind, i was wondering if you had a header example?
Just set verticalPosition:”top”.
Tibi – FWD.
Presale question: If I insert a link to a YouTube video at the backend, will the player play it as an audio mp3 on the front-page or will it play it as an mp4 YouTube video?
Yes it will paly it in the background or if you choose to view it in the thumbnail section.
TIbi – FWD
Please i need a switch…just realized I purchased the javascript instead of wordpress..Please help with a switch.
Sure buy the WordPress version and ask for a refund for the JS version I will approve it.
TIbi – FWD.
okay thanks
II purchased the wordpress version with my other account (taiwo8) which was already logged in on my phone…You can check the comments on the wordpress version i made a comment there using my other account (taiwo8), thank you.
Hello I’m still waiting for your response, thank you
The refund is approved it is gone from my refund section.
Tibi – FWD,
Hello I haven’t gotten any email to this and how can I track this? How does it work?...Do I need to do anything from my end? I also want to confirm if I can go ahead to download the wordpress version without having it affect the refund process, thank you.
I have forwarded a refund request to you… Kindly approve so the refund can be initiated, thank you.
Done!
Tibi – FWD,
Is there any documentation around the API? I’d like to know the playlist schema.
I want users to be able to add songs to their playlist. So I need to know how I should build this.
Thanks
Hi.
There is an API method that allows to add tracks in the playlist.
Tibi – FWD.
Awesome. I just have one more question.
Is there a way to also play a song without needing a playlist?
This is how I see using this and developing my app.
User logs in and can look at my library of songs and click to play one. Or they can “add it to playlist” which saves it to a playlist DB for them.
I see your spectrum player and it looks really good, and I see there is an API for it. Can I play a new song once one ends via that api?
I can make the playlist features myself, but would need to feed it to the player. If spectrum has the ability to do that, it would be the one I need.
Also does spectrum have HLS/m3u8 support?
Thats the last thing I need to figure out and I can move forward
Any suggestions? Or if you can do any custom work for spectrum, I’d be happy to pay for it.
The spectrum player does not use a playlist but it has an API to change the source, so you can create your playlist however you want and use the spectrum player API to change the source and play the audio.
Tibi – FWD.
Perfect! I will be purchasing the spectrum player than! My last question is does spectrum support hls/m3u8? I will be using that to secure the music being played instead of using mp3/wav etc.
Thank you so much for your help! I am excited to get started!
I am sorry it dose not have hls support.
Tibi – FWD.
I will be reaching out to you via email about this as its definitely needed! thank you!
Did you get my email?
I apologize I am very sick with COVID.
Tibi – FWD.
Hey. I’m planning to buy the MP3 Sticky Player, but I have a question. In the demos I can see the playlist in two forms but just within the player. It is possible to show the playlist in the page body? It will be awsome if it is possible. Thanks.
Thanks for the answer. But I would like to embed the list in the page and take the player in the footer bar. I think it is not possible. 
I am sorry it is not possible.
Tibi – FWD.
Version 7.5 Release Date 14.08.2023
- Removed YouTube UI elements (Title/Share/Watch later/Related videos/Logo).
Tibi – FWD.
Version 7.4 Release Date 30.07.2023
- Update Google Analytics to version 4, video tutorial here.
TIbi – FWD.
Hi, does your player support background mode and play even while the screen of the mobile device (Android/iOS) is off? Thanks for your reply!
Hi.
From what I konw it doese on Andorid, I am not sure about IOS, I will look into it asap.
Tibi – FWD.
Many thanks
You are welcome.
Tibi – FWD.
Is it compatible (easily implementable) with react/nextjs?
Hi.
I never ued react so I have no idea, this is a Javascript project, I know I have many clients using my sripts in React so I know it works but I can’t help you with support for this.
Tibi – FWD.
Hi there. Is there a setting or method to make the player stop after completion of the current track? I tried modifying the API example on the documentation to include “PLAY_COMPLETE” event listener and the pause function, to no avail:
window.onload = function() {
FWDMSPUtils.onReady(function(){
fwdmspPlayer0.addListener(FWDMSP.READY, onReady);
fwdmspPlayer0.addListener(FWDMSP.PLAY, onPlay);
fwdmspPlayer0.addListener(FWDMSP.PLAY_COMPLETE, onComplete);
});
function onReady(){
console.log("player ready");
}
function onPlay(){
console.log("current playing track id: " + fwdmspPlayer0.getTrackId());
}
function onComplete(){
fwdmspPlayer0.pause();
}
function playNextTrack(){
fwdmspPlayer0.playNext();
}
// run other functions here
};
I am sorry but now this is how it works. I will look into this asap.
Take care. Tibi – FWD.
Thank you. Sorry, this is for the WP version, if that makes a difference.
Hi there. How can I switch the player width from responsive to fluid (full-wdth) as in the demo website? I couldn’t find any settings for this or mention in the documentation. Thanks.
Set the maxWidth to a higher number like 2000.
Tibi – FWD.
Got it, thank you.
For reference, incase anyone else needs it, it’s under “General settings” > “Main settings” > “Player maximum width”.
Yes.
You posted the Javascript product this is why I answered for the Javascript version.
Tibi – FWD.
Oh, my apologies. I’ll post in the WordPress one.
Hi, how do I set up this grid https://www.dropbox.com/s/zi7r8cfxko7gefl/Snip20221202_22.png?dl=0 I don’t see any instructions or example pages. I would like to create my own songs headlines with play buttons, and when I click on them, I would like to play the song in the player.
Like here https://preview.codecanyon.net/item/mp3-sticky-player/full_screen_preview/6552687
Hi.
I answered via email.
Take care.Tibi – FWD.
Hi. Great work, but I have a question before I buy the script. After looking at the demos, I have the impression that the script is based only on playlists. However, my website is dynamic, users can upload songs. So there are many different, constantly updating, sometimes even random, compilations of songs on the pages. So is it also possible to play songs directly by passing the URL to the player, or would I have to create a playlist for each page load?
Best regards, Alex
Hi ALex, MSP is using playlist but I do have a player that allows the source as you need I think that is better for you
https://webdesign-flash.ro/p/eap/Take care. Tibi – FWD.
Great plugin! Two questions I have though:
1) Is there a way to continue play to next playlist after first playlist has finished? If so, is there a way to set it to select a song at random from any available playlist once the initialized playlist has completed?
2) When playTrackAfterPlaylistLoad = “yes”, if the page is loading and one clicks a link with a ”#”, the player starts playing. How can I prevent this?
Hi.
1 No.
2 You can dusabke the deeplinking feature by setting useDeepLinking:”no”.
Take care. Tibi – FWD.
WORST SUPPORT EVER, NEVER GET A SINGLE REPLY. DON’T BUY !
I am very sorry, I am very sick With COVID.
Take care. Tibi – FWD.
I purchased your script and have it installed on my website, but i am having issues with the iPhone
Issue #1: The Visualizer does not show on the iPhone,
Issue #2: The track time when playing a song the duration counts upwards on both sides of the player.
Issue #3: The Mute does not work.
When using my Android phone everything works ok , but not on the iPhone and i have tried Chrome, Safari, Firefox.
I am sorry, very bad… COVID.
Take care. Tibi – FWD.
Hi Support, please check this link with CORS error https://webdesign-flash.ro/p/msp/classic-skin-dark.html#/player1?catid=2&trackid=0, I am having same error on my website, I tried writing you guys everywhere but did not get any reply 
No reply from the author by email…
Hi, how can you create a playlist in an automated or semi-automated way? I have about 50 musical styles (one style in each folder) and within each style I have about 5 albums, and each album has about 10 songs (mp3).
Is there a way to generate xml file with all the data to be able to organize it in the player? (you can support with that service).
Regards, and congrats, excellent player!
“Folder: Create playlists from audio or video folders with ID3 detection, the track artist and title will be read from the mp3 metadata tags.”
Also extract image from mp3 with ID3? (save the image file?)
I am sorry I am in hospital with COVID.
I am very sorry, I hope you recover soon, I wish you all the best!