24 comments found.
Hello, does this player still work in 2024? Like, with PHP 8…
Hello. I am trying to update the old flash player from my website with yours. As it is now, I update the mp3’s in a folder every week with many songs, and the current flash player loads them into a playlist on the player. I have yours on a server and cannot get the player to load songs from the mp3s folder. I modified the the preload.php file like so: echo $callback . “(” . json_encode($buffer) . “);”; Is there some more files I need to modify? You can see my progress here: www.jammanlv.com/player/demo/demo3.html
Hi please send an email to ninacoder2510@gmail.com to get support
Thank you
Hello, I love this player and really need it, but I dont know how to use it. I purchased it but the installation was not successful. I dont know what to include my html page where I will display the player.
I should be more than happy for any advice, thanks and best regards Karl
Hi please drop me an email to ninacoder2510@gmail.com i will help you
Such a beautiful player! I just need it! <3 Thank you!
How can i use in my html website? Can you help me?I will renew licence!
Hi sorry but what do you mean? Can you explain a bit ?
player not working at all why?
Hi you forgot to change javascript link, open your https://kanesolo.com/dev/player/demo/index.html
scroll to bottom find <script type=”text/javascript” src=”//ninacoder.com/jquery/embed/embed.js?preload=true&skin=embedplayer2”></script>
Change to
<script type=”text/javascript” src=”//kanesolo.com/dev/player/embed/embed.js?preload=true&skin=embedplayer2”></script>
Any problem you can send an email to ninacoder2510@gmail.com, i will help you faster
player not working at all https://kanesolo.com/dev/player/demo/
Hi you forgot to change javascript link, open your https://kanesolo.com/dev/player/demo/index.html
scroll to bottom find <script type=”text/javascript” src=”//ninacoder.com/jquery/embed/embed.js?preload=true&skin=embedplayer2”></script>
Change to
<script type=”text/javascript” src=”//kanesolo.com/dev/player/embed/embed.js?preload=true&skin=embedplayer2”></script>
Any problem you can send an email to ninacoder2510@gmail.com, i will help you faster
how do I make the player sticky?
It is sticky already, if you have problem please send an email to ninacoder2510@gmail.com
How do I make the player stay at the top of the page rather than the bottom?
Hi you can edit css to make the player position fixed at top.
Find class: #embed_bottom_player Remove bottom:0; Then add top:0;
Hi Guys, Please help me to find the way to put my list on the player, that each song (track) are under a indepent url. I don´t have a PHP server. Please help
Regards
Hi,
I am using Azure static website that only support HTML5, css and jQuery. PHP is not supported.
I have followed your documentation and successfully play the song on my html website. However, the playlist is blank. Any idea what went wrong?
Please help. Thank you.
Regards, David
You can take a look at my website. Here is the url: https://www.dsgdownloader.com/index2.html
hi can you send an email to? ninacoder2510@gmail.com
Dear Author: Since I got a stuck in using the embed player with the safari in iOS, so I have to turned to you: I am developing a music web app, and using nodejs to develop the back end, but when the demo running, the android smart phone (Chrome) read and load the music all good, but when I using iOS safari, the player will repeat an around 10 seconds segment of the music again an again, so will you be kind to give some hints to how to going on? Thanks for you great supporting by all meanings!
hi can you send me some more info? if you can record how your app work then I can take a look
Please send to ninacoder2510@gmail.com
Okey, I will make a video recording of my question within these two days, thanks for your great supporting!
demo offline?
Cannot live preview this.
hi.. how are you =? i buy you script and i like the one.. but the is the any install files ?
can you plzz help me on the =?
thanks nava
Hi, are you sure not making mistaken when buying the script, because it is javascript, we provided all info in DOCS file. It is not php script and there are no install file, just instruction how to use
Please send me an email to ninacoder2510@gmail.com I will help you.
I know this is made with soundcloud, can it be adjusted to use Spotify? I purchased without realizing this…now that I see the code I am wondering if it is specific to soundcloud?
No sorry it support only soundcliud, in description it is very clear that Thanks you
Hello: a couple pre-sale questions: Can the player import from sub-folders or do all files need to be in one folder? Also, I dont see a search box in the demo. Does it support searching for artists and song names? Thanks.
hi, all mp3 must be in one folder, and there is no search feature 
Hey Codenamenina!
Nice job! Can you please help me how to use my wordpress site this emed player? Thank you!
Hi please send me an email to ninacoder2510@gmail.com 
Okay, thank you!
Hello! I’m interested in this plugin. Just a question: Would it be possible to add also Mixcloud support in the future? And another request would be that if used as a radio player (shoutcast/icecast) you can provide shopping links to Amazon MP3 / iTunes / Junodownload and so on. Be checking the song title and matching it with a shop API.
Hi sorry mixcloud is not possible. But i can help you on shopping link.
Thanks 
Hi, need a little help.
1. Please send me an “demo.html” file with a working embedded bottom player utilzing an array via the track structure method. I have no problem making a single track auto load & run but I’m struggling to make more than one song appear in sequence. ( I don’t want to use the HTML tag option because I want it to autoload an array of tracks from various sources. )
Don’t know how to set this up to work.
// OR you can provide multiple items in one single call EMBED.Player.addSongs(songs, true); //songs should be a json array
I have this setup for single audio track but I need the array for multiple tracks to autoload from various supported sources.
<head> <script src=”https://code.jquery.com/jquery-1.10.2.js”></script> </head>
<script type=”text/javascript” src=”https://sticknology.com/playlist/embed/embed.js?preload=true&skin=embedplayer2&bg_color=ff0000&display_color=000000&icon_color=000000”></script>
<script type=”text/javascript”>
var song = {
“id”: “3”,
“title”: “THE PENTHOUSE ( LOUNGE )”,
“url”: “http://149.56.155.73:8052/stream”,
“shareurl”: “http://149.56.155.73:8052/stream”,
“songurl”: “http://149.56.155.73:8052/stream”,
“artist”: “RADIO”,
“favorite”: false,
}
// OR you can provide multiple items in one single call
EMBED.Player.addSong(song, true); //songs should be a json array
</script>
2. How can I get rid of the default tracks that appear within the demo player layouts ? Don’t know what to edit or remove to just display my own audio tracks ect ..
3. Is there any way to keep the jquery players fill color full when streaming a shoutcast radio station ? It’s a bit distracting to have the track fill bar bouncing around the player never filling completely when streaming a radio station.
Thank you!
Nevermind, I figured it out on my own. The documentation needs to be improved! Other than that it’s a great code.
If you want to replace the default audio tracks that are displayed you just need to edit the “preload.php” file to bring your changes into effect. Use the documentation as a reference to obtain the available variables for your track information.
You can use the “preload.php” array layout code for your custom player too. That way you can have multiple mp3s or stations show up in your custom player.
Thank you, i will try to improve my product
Hi. can be connected with “wavesurfer.js” or audio waves. You can do something like that. Thank you
Hi no, it cant not
amazing.. I have added songs where is the embed code? I will buy directly.. Should the website be Ajax> Thanks@
Hi yes, you should use site with ajax for best performance. You will have embed javacript source uncompressed download with helpful document after purchase the script
Thanks you
Hello Friend I bought the plugin.. I am used to wordpress and visual composer.. Have no clue how to activate this… I have read documentation, Thanks
please send an email to ninacoder2510@gmail.com I will help you right now
Hello friend I sent you an email trying to put sound cloud on this website without success http://caribmondo.com please advise.. I love the functions! Thanks in advance.!