Code

Discussion on Zaudio - HTML5 JavaScript Audio Player

Discussion on Zaudio - HTML5 JavaScript Audio Player

Cart 257 sales

aclusion supports this item

Supported

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

72 comments found.

how to stop stream if site open on other tab (or another window), to avoid multiple stream output

Hello,

Unfortunately no such a feature is currently implemented in our plugin. But we are looking into implementing it in our next update. If you are up for doing some modifications yourself, link below will help.

https://stackoverflow.com/questions/13389209/how-to-turn-off-sound-if-audio-is-playing-in-another-tab-or-window

or you can send us an email to support@aclusion.com so we can send you the update when it’s ready.

Thanks.

Hello, I am the first user to buy the player code, can you create one that works for VAST advertising?

https://www.jwplayer.com/blog/vast-vpaid-standardizing-online-video-ads/

Hello there dear first customer! :)

Do you mean like a video player?

hi. how do i set the default volume to 0.8?

Hello,

Please send us an email to support@aclusion.com. We’ll send you a modified version where you can set the default volume as a config prop.

Thank you.

I have following Problems with the Audio Player:

- how can i center the audio player in the css file ?? ( the default setting is left )

- in the miniplayer mode i want loop one song for background music

- on the ipad there is no autoplay

Thank you

Hello!,

1. Set a width(320px for mini player, 500px for normal player) and margin:auto for the player div(the empty div that you provide to the plugin).

2. Assign the zaudio object to a variable in your JavaScript tag.

var myplayer = new zAudio(.....); then,

set myplayer.audioElement.loop = true;

this will set repeat on by default.

3. Apple has banned auto playing audio content on iOS. I’m afraid there’s nothing we can do about that.

Thank you!

Hello,

When i add the code i can`t see the audio player:

<script src="dist/zaudio.js" charset="utf-8"></script>
 <script type="text/javascript">
       new zAudio({divId:'player',autoplay:true,miniplayer:true,color:'#6E89A8'},[
           {
               url:'sound/sound.mp3'
           }
           var myplayer = new zAudio(.....);  then,
                                                                       set myplayer.audioElement.loop = true;
]);
</script>

What made i wrong ??

Thank you

Hello , The code should be as follows ,

<script src="dist/zaudio.js" charset="utf-8"></script>
 <script type="text/javascript">
       var myplayer = new zAudio({divId:'player',autoplay:true,miniplayer:true,color:'#6E89A8'},[
           {
               url:'sound/sound.mp3'
           }
    ]);
           myplayer.audioElement.loop = true;
</script>

Thank You!

Hi would you like to know how to put 2 or more solo player in the same html, could you help me. Thank you.

Hi, you can simply create more empty div tags and create new zAudio objects targeting their Ids.

if you have any more questions or if anything is unclear, please contact us via support@aclusion.com.

Thanks! :)

Is it possible to play multiple tracks? If so, is there a ‘next track’ button?`

Yes, our new version comes with not only the multiple track support but also a collapsible list view to render the track list. Since it’s still pending for review on Codecanyon, you can purchase and send us the purchase code to support@aclusion.com so we can email you the update. :)

Thanks

very nice player, curious what javascript encrypter do you use? looking for one myself

How do I have to remove the progress bar? If I remove it from CSS also disappears the volume bar.

What is the code for auto start streaming and where is it inserted?

Hello, Sorry you had to wait. Please check your mail inbox. We added some additional scripts to work our product with your radio website. If you have any problem please feel free to contact us. Thank you

Give me a price to make a full customized player. regards

Hello , Please Refer the Email. Thank You

I forgot to ask can you hide the buttons and change the colors?

Yes, you can simply change the colors in the CSS file. Buttons can be hidden using CSS as well. Thanks

What is the autostart code for the player? And where is it inserted?

Hi, does this player work with Icecast2 as streaming? Thanks!

Yes, it can. We just tested. Thanks

If I want to just show the play and stop button and remove the progress bar is it possible?

Can a native app be created for this for iOS and Android?

Where are the mp3 stored?

Do you mean like with React Native? Well, this version is only for the web but we’re planing to release a ReactNative component of this widget within the next couple of weeks as a separate product. If you’re interested please follow us to get notified when its done.

Mp3 files can be stored anywhere. you just have to provide the url and it will stream.

Amazing Work! Congratulations! Nice Work & Good Luck With Sale :)

Thank you! :)

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