Disable loop playing

Question:

The amazing audio player is pretty slick.

I’m wondering though, how i can stop it from looping the content.

Answer:

In Step 2, Skins dialog, Overview tab, there are two options:

Loop: Loop the whole playlist.

No continuous playing: This option is only valid when the Loop option is unchecked. If this option is on, the player will stop after playing one audio.

Please make sure to clear caches of your web browser after you update the player and before re-testing.

Making audio player bigger

Question:

I am trialling the amazing video but before I buy I have a question. I have been to the FAQ site and saw questions about making the player smaller but what about making it bigger.

Can the registered DarkBox player be made bigger? I need it to be at least 500px.

Answer:

In step 2, Skins dialog, Overview tab, you can change the width to 500, then in Track list tab, change its width to 500.

Audio not playing on website

Question:

Can you help me figure out why the audio will not play on my webpage?

My download works which is the same URL for the play option.

Answer:

I checked your webpage, it looks like you have modified the HTML code generated by the application or you have generated the player HTML code by yourself.

The HTML code that defines the audio file looks like following:

<li data-artist="pinkzebra - AudioJungle" data-title="In The Moment of Inspiration" data-album="" data-info="" data-image="audios/dandelion.jpg" data-duration="154">
<div class="amazingaudioplayer-source" data-src="audios/In the Moment of Inspiration.mp3" data-type="audio/mpeg" />
</li>

The mp3 link and image link are defined by the attributes data-src and data-image. You need to make sure the links are correct.

Adding Audio Player to Webpage

Question:

Hi. I`m trialling the Amazing AudioPlayer, and if I like it I will be buying the unlimited sites version, but I cant get it working right on my first site. Can you help. I have uploaded both folders and the html page via Filezilla. I have copied the code to the correct areas within my page and the player appears there, but when I click play nothing happens.

Answer:

I checked your page, The problem is because there are apostrophes or single quotes in your mp3 file name. Please remove the apostrophe from your mp3 file name and try again.

After you update the player HTML code and files, please clear caches of your web browser before testing.

If there is any issue of inserting the player to your webpage, you can also try to use an iframe: https://amazingaudioplayer.com/how-to-insert-an-html5-audio-player-to-your-webpage-with-iframe/. It’s a simpler way to insert the player to your webpage.

Multiple audio players on one page

Question:

In my website, I have a page with more than one player (one multiplayer and one single player). They both do their job nicely, but it is possible to let them play together, which is of course not desirable. How could I make an exclusive per player, so that only one player can work at the time?

Answer:

Currently, you are embedding the player to your webpage with iframe: https://amazingaudioplayer.com/how-to-insert-an-html5-audio-player-to-your-webpage-with-iframe/. This is not supported in iframe mode.

If you embed the player by directly placing the codes into the page: https://amazingaudioplayer.com/how-to-add-html5-audio-player-to-your-webpage/ and https://amazingaudioplayer.com/how-to-add-multiple-html5-audio-players-to-one-webpage/

Then, the player will pause other players on the same page when playing.

Volume control button on iPhone and iPad

Question:

I am using your Amazing Audio Player 2.3 Enterprise Version.

I am using the player from the website on my computer and my iPhone and iPad.

Everything is going fine – Except the VOLUME CONTROL has disappeared when using on iPads and iPhones – it STILL APPEARS when playing from a computer.

How do I get the volume control button back for iPads and iPhones?

Answer:

The volume control does not appear on iPhone and iPad.

It’s because on iPad and iPhone, the volume can not be controlled by JavaScript or HTML5 in web browser. You can only adjust the volume with the volume hardware button. It’s a setup by Apple.

HTML5 Audio Player for Joomla 3.2

Question:

I tried to add your amazing HTML5 audio player to my Joomla website exactly the way it is shown in your tutorial/documentation. But it does not work. It generates a blank white page as long as your module is active. I had to disable your module and after that my website run perfect again, but without your audio player of course.

Answer:

It looks like there is a jQuery conflict in your website.  You can try to use an iframe to embed the player to your website, it’s more easy compared to the module solution: https://amazingaudioplayer.com/how-to-insert-an-html5-audio-player-to-your-webpage-with-iframe/

How to change the color of the player progress bar and volume bar

Question:

I wonder how can I change the progress bar color and volume bar color of the audio player

Answer:

You need to change the CSS code.

In the application, Step 2 Skins dialog, CSS tab:

To change the progress bar color, change the value marked by red:

#amazingaudioplayer-AUDIOPLAYERID .amazingaudioplayer-progress-played {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #fcc500;
background-image: -ms-linear-gradient(top, #fede00 0%, #fcc500 100%);
background-image: -moz-linear-gradient(top, #fede00 0%, #fcc500 100%);
background-image: -o-linear-gradient(top, #fede00 0%, #fcc500 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fede00), color-stop(1, #fcc500));
background-image: -webkit-linear-gradient(top, #fede00 0%, #fcc500 100%);
background-image: linear-gradient(to bottom, #fede00 0%, #fcc500 100%);
}

To change the volume bar color, change the value marked by red:

#amazingaudioplayer-AUDIOPLAYERID .amazingaudioplayer-volume-bar-adjust-active {
background-color: #fcc500;
-webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, 0.5 );
-moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, 0.5 );
box-shadow: inset 0 0 5px rgba( 255, 255, 255, 0.5 );
}

Add HTML5 audio player to shopify

Question:

Love your player!  Just struggling to implement the audio player into my Shopify site. I have followed the tutorial: https://amazingaudioplayer.com/how-to-add-an-audio-player-to-shopify/.

Answer:

In the tutorial, step 2, you need to upload the files to the Public folder of your Dropbox.

Public folder is special folder in your Dropbox space, you can view the tutorial: https://www.dropbox.com/help/16/en.  New Dropbox account does not have a default Public folder, you can follow the instructions in the above link to create one.

 

How to change the size of skin Darkbox to a smaller value

Question:

How to change the size of skin Darkbox to a smaller value

Answer:

The default width of skin Darkbox is 320px. The following steps will change the width to 300px:

1. In Skins dialog, Overview tab, Size and play mode, change the width to 300

2. In Information tab, change the  image width and height to 80/80

3. In Tracklist tab, change the track list width to 300.