Code

Discussion on ZoomSounds - Neat HTML5 Audio Player with Waveform and Playlist

Discussion on ZoomSounds - Neat HTML5 Audio Player with Waveform and Playlist

By
Cart 1,770 sales

ZoomIt supports this item

Supported

This author's response time can be up to 2 business days.

535 comments found.

Does this player have the ability to seek to specific points in the audio? Also is this only for Wordpress or is it something I can install on any site?

Hello

Yes it does

This is html component so can be installed in any html template

We have version for wordpress too

Cheers!
radu

Hi, I’m trying to stream from this url https://nr5.newradio.pro:8587/stream but it seems I can’t.

In your index.html example included in the pack, I’ve tried with this code, but doesn’t work (all necessary files are included, I’ve changed only data-type and data-source).

Tim McMorris – It’s a beautiful day <script> jQuery(document).ready(function ($) { dzsap_init(”#apsimple”, { autoplay: “off” }); }); </script>

Doesn’t work even with ; at the end.

I’ve tested the url with this site, and seems work with streaming type: on demand and streaming protocol mp4 https://www.radiantmediaplayer.com/test-your-streaming-url.html?streamProtocol=mp4&streamUrl=https%3A%2F%2Fnr5.newradio.pro%3A8587%2Fstream

Can you help me?

You need a mp3 / mp4 audio stream for zoomsounds to read the radio stream

Cheers!
Radu

i want to use this component in asp.net app and i want to use waveform and comment ability. is this possible? beacuse it seems the component use php for this function. thanks

Hello

it uses php for saving and retrieving comments

The port is easy for asp

Cheers!
Radu

Hi, some questions before I buy it. 1) Can I install at joomla site? 2) It says that it supports audio from ytube videos. Can I make a list with ytube videos and the player will play the audio? one by one? 3) Is there a documanetation how to do that? 4)Is it autoplay? Thank you

Hello

1. Not sure, we have guide for a older version of joomla

2. YouTube does not allow only audio

4. Autoplay

Cheers!
Radu

Hi, I have started to receive MEDIA_ELEMENT_ERROR: Empty src attribute on any item I upload.

Hello

Check if the file path is correct

Cheers!
Radu

Dear, I have a problem with your tool, I can’t run my audio files on Safari browser, could you help me please? Regards

Can you show me a link ?

Cheers!
Radu

Hello, we purchase your player, but now we want to add a playlist (with buton to go the previous and next sound), how can we integrat that ? Thanks in advance ffor your answer ?

Hello

Please comment from the account you purchased

Cheers!
Radu

Hi, I trying to use multiple player instances with waves on the same page. So I created several divs with different IDs and initialized each with separate “dzsap_init”. But I am getting “WAVE SURFER ERROR !!!” or even muplitple “wavesurfer already loaded” notifications in console. Is that a right way to initialize each audio source separately or there is another right way to do that? Thanks!

ok..

Can you send me link with your implementation ? So I can the problem live

Cheers!
Radu

Hi, can’t show that as it used in paid members part of the site. However it isn’t actual as I had to make a workaround while I was waiting for your reply. Simple question was asked 21 days ago and all that time you were making me to prove that I bought the software instead of providing simple consultation on its usage. Not a good option when you are selling a support. Cheers!

Hello

Sorry but there was an error actually – https://codecanyon.net/item/zoomsounds-neat-html5-audio-player-with-playlist/5475023?s_rank=3

The item you purchased was this and has different id

Cheers!
Radu

Hello. I have 2 questions:

1) I have 3 players. How do I stop music playback, 1 button for any player? The current version in the screenshot does not work? Thanks for your help https://yadi.sk/i/cmO3kaAX_RYjcg 2) How to start playback by clicking on the waveform anywhere in the player? https://yadi.sk/i/TNNjg-OKOETkHQ

Thx!

1. How to make one button work for all players? in your example, it only stops the first player

Hello

With some basic javascript

<div class=""><a href="" onclick="document.querySelectorAll('.audioplayer').forEach(function(el){
                      el.api_play_media();
                    }); return false;">Play All Players From API</a></div>

Cheers!
Radu

Thank you very much dear, this is what I need

Hi, I have a query. I tried to contact your support but it was ignored so I will have to write here.

My developer is trying to add a play button to product cards on my test site so that there is a play button of which you play. However, when you click a different tab ( Bestseller / Latest) The buttons in the new tab do not play. I have contacted my framework developers who say it is not anything they can advise and that it is something specific to your plugin. Can you help?

https://maincopy.thepatchbay.co.uk

I am not sure what you mean? The issue persists regardless, which ever tab is open when the page loads, all of the play icons work, but selecting another tab, the icons in the newly opened tab do not

Hey

I see you removed the tabs ?

Yes, a workaround was to have seperate modules with 1 tab each. But a workaround for the original issue would of been nice.

Hi there. Great plugin! I’m interested in using Google Tag Manager to send events to Google Analytics when the play button on each track is clicked. I can add an event for the class “playbtn” and “pausebtn” without a hitch, but I’m looking for a way to add a class or an id that would also fire a click trigger for each individual track. I like your analytics solution, but we’d rather use GA and GTM if possible. What would you recommend? The not yet completed site is here: https://haddonkime.com

Hello

We have actions on which you can hook custom javascript functions. The action will send as a parameter the player details if that is what you are interested in

Cheers!
radu

Hi, friends! I want to by your beautiful ZoomSounds player, but i have Joomla and a lot of music on my website. Can you tell me please, when i by will it easy to setting it? and what kind of process it will be? i mean, easy to add for example 100 hundred audios on one page? Thank you

Hello

We have some instructions for joomla

- http://digitalzoomstudio.net/docs/zoomsounds/

Not sure if they still work

Cheers
Radu

Hello how to use more than one player with the same settings on the same page. I don’t want to copy js settings for each player. What the screenshot does not work for the second player. I don’t use WordPress. Is there a solution?

screenshot PNG – https://yadi.sk/i/qNIy5Gz3ZU_ETw

Hello

You have the same id for ag1 ..

You need to name the second one different for example ag2 ..

Then init ag2 ( with the same settings if you wish

Cheers!
Radu

Thx a lot

Hi, please tell me how to turn off the automatic loop sound. When playback ends, it starts playing again automatically. How can this be stopped? Thank you!

Solved the problem so -, ‘autoplayNext’: ‘off’

Hello

Good find

Cheers!
Radu

hi there, i bought this, license 8ec2aae5-a369-4dc7-b46b-0756df27cf94

My developer needs your help, On my website he has integrated it, but on my category page it is ajax based load. His query is:

how we can re-initiate audio player on ajax loaded content?

the website is maincopy.thepatcbay.co.uk

Please get back to me ASAP if possible. Cheers.

Hello

The same you initiate . You just need to call

dzsap_init('.audioplayer,.audioplayer-tobe',options); 

Also check – source/index-api_example_play.html

Cheers!
Radu

Thank you this helped!

Hello, i just bought the player, can you explain me how can i put the player inside wordpress? I am using visual composer plugin to bulid pages..

This is wordpress version – https://codecanyon.net/item/zoomsounds-wordpress-wave-audio-player-with-playlist/6181433?ref=ZoomIt

Not the version you bought

Cheers!
Radu

Hi, could you post a list of all the functional features of the player? For example, (a) are stats stored about number of plays so that a most popular list can be displayed by shortcode, (b) does it auto generate a playlist from a directory, (c) is there a file uploader, (d) can the player follow a listener from page to page? (e) are the files searchable?

Those are some of the features I’m looking for but if not all at least some.

The app is very attractive but you haven’t sold the functionalities if any.

Thanks.

Hello

This is not based on shortcodes

Nor does it have stats

Do you mean this – https://codecanyon.net/item/zoomsounds-wordpress-wave-audio-player-with-playlist/6181433/comments ?

Cheers!
Radu

It is being used as ajax. How do I play when I return to the view page that is playing? As I am not good at English, I hope you understand me. T_T

Hi, does this support Shoutcast streams? Thanks.

And does it automatically generate a playlist from a directory of mp3 files?

Hello

No. You would need a php script for that for example

Cheers!
Radu

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey