535 comments found.
Can i call a backend php/asp.net file on play?
Hello
Yes check this file
source/index-api_example_play.html
Cheers!
Radu
I had to buy it with the latest version, but I bought it with the old version. Can I replace it with the latest version?
What I bought today. https://codecanyon.net/item/zoomsounds-neat-html5-audio-player-with-playlist/5475023 What I should buy. https://codecanyon.net/item/zoomsounds-neat-html5-audio-player/4525354?s_rank=2 Please help me.
Hello
I updated this product to latest version you can re download
Cheers!
Radu
Hello Again, is there a way to integrate a easy way to google tag manager. It was very good working with google analytics, but I have now switched to google tag manager and removed the old GA code from my page.
Hello
It would need custom work
Cheers!
Radu
Bonjour! Votre objet me crée des petit souci durant l’installation…
Hello
We don’t speak french
If you are looking for wordpress version it’s here – https://codecanyon.net/item/zoomsounds-wordpress-wave-audio-player-with-playlist/6181433/comments
Cheers!
Radu
Hi, I’m looking for purchase the HTML5 Audio Player with Waveform.
I want to use it in my shopify store. Do you know If I’ll be able to install it?
Thanks!
Hello
This is for html not shopify app
Shopify allows integration of html components but it requires some skills
Cheers
Radu
Hello Guru, liked and purchased your zoomsounds for a radio station project i have. My question is this- Is it possible to autoplay the radio station channel upon load complete in cordova?
If possible can you help show me how to do this pleaseeeee?
Dele
Hello Dele
Autoplay does not depend on your backend, depends on the user’s browser and autoplay policy
Usually, autoplay with sound is restricted
Cheers!
Radu
are you saying autoplay is not possible from zoomsounds template as well?
i await your response please, thought your product will help solve autoplay issue in my mobile project..
Dele
Hello Dele
ZoomSounds allows autoplay
Depending on the browser the user is using autoplay is restricted or not
https://developers.google.com/web/updates/2017/09/autoplay-policy-changesCheers!
Radu
Hi , I have a part of my site that uses Ajax navigation but the footer player disappears when the page changes state and waveforms say undefined and stay orange on iPhone ….here is the link http://www.solidsoundzdummy.co.za/artist?id=57
Hello
It should work with no problem
Just make sure that the dzsap-sticktobottom div does not reload or get deleten
It depends on your site template coding not on zoomsounds
Cheers!
Radu
I would like a refund. The installation doesn’t work. The install video doesn’t even show the same zip file. It doesn’t work. There is no readme. How am I suppose to use this product?
Please refund my money asap.
You purchased html version and you want to install in wordpress
It’s not out fault
This is wordpress version https://codecanyon.net/item/zoomsounds-wordpress-wave-audio-player-with-playlist/6181433
Cheers!
radu
like the player. I want something just HTML,JS and CSS
Hello
This is just html js and css
Cheers!
Radu
Hi, could you please advise, I have such issues and questions:
1. After I updated and used latest audioplayer.js my waveforms are not reflecto anymore. As I can see even in your examples (index-oneplayer-wave-external-scrub.html) it is different now. Is this how they gonna look from now on or?
2. Few months ago I asked you about the way to hide footer player and you advised me with the button where I should replace some code with another (it is here, in comment section), I did use it, but i doesn’t work and I get an error in console – Uncaught TypeError: Cannot read property ‘api_pause_media’ of undefined at HTMLDivElement.<anonymous> (audioplayer.js:13537) at HTMLDocument.dispatch (jquery.min.js:3) at HTMLDocument.r.handle (jquery.min.js:3) (anonymous) @ audioplayer.js:13537 dispatch @ jquery.min.js:3 r.handle @ jquery.min.js:3 What can be done here? You can see my implementation on https://cindorra.com/explore
3. With multiple players everything is very heavy and buggy and the pages load very slow, even though I generated and saved all the waveforms in DB folder. Can you give any advises on optimization, maybe I missed something here? Thank you for your time!
Hello
1. Should work fine
Just remember to set reflection size to 0.5
,skinwave_wave_mode_canvas_waves_number: "3"
,skinwave_wave_mode_canvas_waves_padding: "1"
,skinwave_wave_mode_canvas_reflection_size: '0.5' // == light or full
,skinwave_wave_mode_canvas_mode: 'reflecto' // -- light or full
2. replace
<div id="ap1" class="audioplayer-tobe"
with
<div id="ap1" class="audioplayer-tobe dzsap_footer"
3. If you set to cue to off or preload_method to none , there should be no problem, because the mp3s do not start loading
Wow, thank you very much for the help! It’s amazing! The problem N3 was most important and desperate, now my website works much faster.
,skinwave_wave_mode_canvas_reflection_size: ‘0.5’ didn’t help though, tried also to play with others numbers, no effect at all. I think you should check on your side, this appeared exactly after the update, or I am missing something again… Thanks a lot!
Can you show me a link to see what is wrong ?
Please rate 5/5
Cheers!
Radu
What it was and I’m trying to achieve here is similar to audiojungle waveforms look, the reflecto waveforms were solid now it’s in lines, if it makes sense to you
Aw you mean the space between waves
Just set
,skinwave_wave_mode_canvas_waves_padding: "1"
Cheers!
Radu
Hello! I have a question: How can I force to stop playing the first track in a playlist after the last one ends?
! In Settings I use “Loop playlist ? – OFF”
! In Player config settings – “Loop – OFF” “Preload method – Metadata” “Cue media – ON”.
! I have to use “Cue first media – Enable” (because otherwise the first track would play only after the second tap on play button or not play at all if I press it’s title or a thumbnail in the playlist).
So I suppose there should be some extra code that I can use or something to set for the last track in a playlist (that would totally stop it).
Thank you!
Please comment on the item you purchased
Seems like my support has finished. But still this issue is an important bug in your plug-in that has to be fixed.
Am I able to generate waveforms without saving them? Our site uses ASP.net so PHP is not an option. A waveform is appearing but every refresh of the page displays a different waveform and it doesnt seem to match the audio file.I linked an image of the waveform in Adobe Audition and several screenshots of the page refreshed with different waveforms in the player.
https://imgur.com/a/25ZUB0mHello
If you are using different language then PHP, you can generate the waveforms yourself.
Just place the pcm data array in data-pcm attribute of songs
Example
data-pcm="[0.1,0.2,0.3]"
Cheers!
Radu
Hi, Is there anything that ties your HTML Audio Player to Wordpress or will it work on any web site platform. Thanks Colin McGowan
Hello
This player will work in any platform
Cheers!
Radu
Hi,
I am trying to write/retrieve comments in database from publisher.php. No mysqli query seems to work with database credential included in any part of the class. Something like this ........ ...........
if (isset($_POST['action']) && $_POST['action'] == 'dzsap_front_submitcomment') {
include ’..../db_connect.php’; $insert = (“INSERT INTO player_comments (id, etc, etc) VALUES (NULL,’etc’, ‘etc’”); $result_insert = $mysqli->query($insert); die(); }
Can you please advise?
Hello
Sorry, we don’t offer support for customizations
Cheers!
Radu
Ok Thanks, solved anyway. Just a question:
This template is working on FF but NOT WORKING on Chrome or Edge http://klapster.com/index-gallery-skin-aura.html once on server
see also this working on Firefox but NOT on CHROME and EDGE with full playlist code http://klapster.com/player_test.php?playlistid=19in both cases on Edge and Chrome audio plays fine but player does not show. Thank you for letting me know, Federico
Hey Federico
Try latest version
Hi there! First of all, thank you, it’s a wonderful player and great piece of work! A few comments ago you mentioned a “10 seconds listened event via API”, but i couldn’t find that yet. Could you explain how to trigger this event?
Best regards, Alex
Hello Alex
Update to latest version and check source/index-api_example_play.html
I added 30 seconds interval example for you
Cheers! Radu
Hi there! First of all, thank you, it’s a wonderful player and great piece of work! A few comments ago you mentioned a “10 seconds listened event via API”, but i couldn’t find that yet. Could you explain how to trigger this event?
Best regards, Alex
Hello Alex
Update to latest version and check source/index-api_example_play.html
I added 30 seconds interval example for you
Cheers!
Radu
Is this compatible with godaddy hosting?
Hello
Yes, sure
godaddy php linux sharing
Cheers!
Radu
Good day! Do you have Google Analytics in this plugin?
Hello
No, but it can be integrated ( custom event )
Cheers!
Radu
Amazing! Please tell me how we can do it? We would like to buy your plugin. My email is i@crrs.ru
Do you have some news?)
After purchase you will find source/index-analytics.html example where custom event for play . google analytics is integrated
You just need to edit
ga('create', 'UA-20126826-1', 'auto');
with your analytics code
Cheers!
Radu
Good day! Do you have Google Analytics in this plugin?
Hello
No, but it can be integrated ( custom event )
Cheers!
Radu
Hi is it only for WP or can be used in Ubuntu server (LAMP) without WP?
Hello
This product is for simple html
not wp
Cheers!
Radu