41 comments found.
Hello, when you open it on a cell phone, the vinyl does not come out, neither the timer nor the buffer bar appear, let me know if you can help me
Hello,
On a mobile device, in portrait mode there’s not enough space. You need to use the mobile device in landscape mode if you want to see those elements
Regards
how about shoutcast ?? Can be show current and history song?
Hello,
These 2 radio players have the options you want:
1. https://codecanyon.net/item/hero-shoutcast-and-icecast-radio-player-with-history/19325462
2. https://codecanyon.net/item/hero-shoutcast-and-icecast-radio-player-with-history/19325462
Regards
Player is working properly now… almost. In Firefox, if you minimize the player there is no way to restore it. I can see the small “musical note” button in Brave browser to restore player, but nothing visible in Firefox.
Hello,
No such problem on our live preview: http://stickyfullwidth.audioplayerhtml5.com/sticky_white_buttons/
Please send me on office@lambertgroup.ro the link where you have the player, to take a look.
Regards
Is it possible to hide the right side of the player (with shuffle, share, rewind and etc buttons)?
Hello,
You have parameters to hide the vast majority of the buttons. You also hide those buttons from css
Regards
why visualizer always playing the same thing.. he is works??? or it faked?
Hello,
It’s an animation
Regards
Able to use player on load and remove search function? How?
(sticky version) Also can we remove download and share links?
Hello,
Regarding “Able to use player on load and remove search function? ” Please give me additional details because I don’t understand the question
Regarding “can we remove download and share links”: yes, you have parameters to hide these buttons
Regards
There is is a search function on playlist. And on load i mean that when page loads it would open player (without autoplay) instead of clicking somewhere
Hello,
You can deactivate autoplay from player parameters
Regards
Just wanted to say thanks for this. I’ve used a few others on here, even some of the most popular ones, and they all had bugs in them. At any rate, this one works out of the box and is easy to adjust to work with the site.
Thank you!
Hi, My playlist is listed on my webpage. I don’t want player playlist. When i click my playlist, that mp3 audio will play in player. is it possible, any idea?
Hello,
You can hide the player playlist, you have parameters for this which you can use when you initialize the player.
Also, you can’t have a link on your page and target the player. The player can’t be controlled from outside. It can be controlled from the player buttons and playlist
Regards
Is there any option for fast forward/backward provision in this player.
Hello,
I’m sorry, it doen’t have these options
Regards
i need do load music from a file show them on my page and when a users clicks them they play in the player how would i do that
Hello,
I’m sorry, I don’t understand, please give me additional details.
You need to define the MP3 files you want to use in the player playlist. Please check the help documentation, ‘Playlist’ section.
Rgards
hi I like this player, is that possible to load shoutcast streaming with this format, is working with another player that i have, http://149.56.195.94:8146/,.mp3 thanks for your response
Hello,
It will play it. Also, since is a ShoutCast v2 you can use the radio stream like this: http://149.56.195.94:8146/;
If you want to play ShoutCast radio stream, we recommend you one of these dedicated radio players:
1. https://codecanyon.net/item/hero-shoutcast-and-icecast-radio-player-with-history/19325462
2. https://codecanyon.net/item/shout-html5-radio-player-with-ads-shoutcast-and-icecast-support/20522568
4. https://codecanyon.net/item/zuper-shoutcast-and-icecast-radio-player-with-history/21059191
5. https://codecanyon.net/item/radio-player-with-playlist-shoutcast-and-icecast/8157195
We have the MOST WANTED jQuery PACK which comes with almost 90% discount and contains all our jQuery & HTML5 plugins: https://codecanyon.net/item/most-wanted-jquery-plugins-pack/20951419
Regards
thanks for your quick response
Hello, is that possible to load external mp3 files (not stored on our own server)?
Hello,
Yes, it is possible. You only need the direct url to the MP3 file. Example: http://www.domain_name.com/some_optional_path/file_name.mp3
Regards
When I open the preview website on mobile, autoplay doesn’t work. Is that fixable?
Also, is there an option to hide the social media icons?
Hello,
1. IOS and Android have disabled the auto-play feature for HTML5 audio tag to preserve users internet bandwidth. So no HTML5 audio player will auto-play on mobile devices since Apple and Google have this restriction.
2. Yes, you can hide the social media icons from player parameters
Regards
hi, I have presale question, is it possible to integrate this player with mediaelement player which my theme uses? So when I click play button on mediaelement player apollo player also runs simultaneously?
Hello,
This is not possible. You need to click player ‘play’ button.
Regards
Cant play button be triggered with some jquery code?
It requires custom script modification.
Do you think is that hard work? How much would that cost? Do you have any email I can contact you?
HI. Is it possible to use this player with SHOUTCAST? AND SHOW THE IMAGE OF EACH SONG?
Hello,
It doesn’t have this option.
We have 3 dedicated radio player which have this features:
2. https://codecanyon.net/item/hero-shoutcast-and-icecast-radio-player-with-history/19325462
3. https://codecanyon.net/item/radio-player-with-playlist-shoutcast-and-icecast/8157195
Regards
Congratulations! Nice Work, Good Luck With Sale. 
Thank you!
Hello this plugin looks perfect for my client, is there an option for autoplay when someone visits the website?
Hello,
Yes, it has parameter to set the autoplay
Regards
Perfect, thank you.
Thank you, too
Oh no so sorry I have just purchased the HTML version but I needed the Wordpress version!! Is there any way I can exchange?
Thank you.
Is it possible to integrate it in a reactJs or Angular project. I make a site like soundcloud. Users will be able to add their music. So the player must continue playing when the user clicks on another link.
Hello,
It’s a jQuery plugin so it can be integrated in any type of website. You need to upload the plugin files on your server and included in the page (we have a 4 steps tutorial for this, a copy & pate procedure).
When you’ll navigate the website menu, the player will continue from where it was in the previous page, but it will pause for 1s because the footer is reloaded, in case you have a standard website.
You can click the ‘pop-up’ button which will open the player in a new pop-up window so you can navigate the website without any pause.
Regards
Hello, How (where) to create tracks from adding songs URL (direct link generated by mp3 online file hosting service) ?
Hello,
I’m sorry, but I don’t understand. Please give me additional details
Regards
I want to create playlist by uploading mp3 file directly from my desktop to my Apollo instance. How to get this done once in Apollo player admin dashboard ? In other words , how to create playlist (mp3 file or URL) and have them played in Sticky Apollo Player ?
Hello,
You need to edit the playlist code. For each song you want to add it in the playlist, you need to add this code:
<ul>
<li class="xtitle">Song Title</li>
<li class="xauthor">Song Author</li>
<li class="ximage">artist_image.jpg</li>
<li class="xcategory">ALL CATEGORIES;Classic;Jazz</li>
<li class="xsources_mp3">optional_path/song_file_name.mp3</li>
</ul>
Regards
What is the song used labeled “follow_me” when you press download. I couldn’t find it anywhere by trying to search for the name of the file.
Hello,
I’m sorry, I don’t understand. Please give me additional details.
Regards
You included a envato song in the demo.
https://i.gyazo.com/a1b6829f99b8b9dab240735f8f54eb12.pngI wish to know where you got this from, I like the song and wish to buy the full version. I didn’t notice you citing where you got it from anywhere.
sorry double posted.
Hello,
In the Envato free resources. I downloaded from ActiveDen back in 2010
Regard
Hi,
This looks really cool.
Can you add example without playlist? Can you add sample player with waveform image?
Hello,
Here’s an example without playlist: http://stickyfullwidth.audioplayerhtml5.com/without-playlist/
It already has a waveform animation.
Regards
Thanks for great reply. That looks nice but I am unable see waveform. I was talking about waveform like Soundcloud player have, I can provide waveform Image to player if required.
Hello,
Do you want it to be placed where the vinyl record is placed?
Regards
Hello,
Nope, I need this on seek bar. Here is sample/example of waveforms I am talking about.
http://playsongspk.com/soundwave-1.png http://playsongspk.com/soundwave-1.jpgRegards
Hello,
It doesn’t have this option
Regards
Hi,
Do you have any other player with this option?
Hello,
I’m sorry, we don’t have such a player
Regards