How to play different mp3 files by passing a URL parameter

If your web server supports a server-side script, for example PHP, you can pass a URL parameter to the player webpage, then play different mp3 files according to the URL parameter.

This is useful when you use iframe to add players to a webpage and you want to use the same player to play different mp3 files.
Continue reading

Some MP3 are not playing

Question:

I bought the Amazing player, everything works great, but small problem.
I created player with almost 150 audio files and image, everything plays but almost 10 files they dont load into
player, it cannot be size of the file b’coz bigger size files are playing without any trouble. when I checked directly the link of the file it works.
What could be the problem.
Thanks

Answer:

Do you mean there are some songs can not be played?

Please only use numbers 0-9, letters A-Z, a-z, dashes ‘-‘ and underscores ‘_’ for the mp3 filename. Avoid using spaces ‘ ‘, &, #, *, !, quotations and accented letters.

MP3 filename with special characters may cause problems when the player works in web browser.

Increase font sizes for track name and time

Question:

Hello, Just bought the full version of your product and can’t figure out how to increase font sizes for track name and time.

Answer:

In Step 2, Skins dialog, CSS tab, find the following CSS, and change the font size value and height value:

#amazingaudioplayer-AUDIOPLAYERID .amazingaudioplayer-track-item {
position: relative;
cursor: pointer;
color: #999;
font-family: ‘Open Sans’, Arial, sans-serif;
font-size: 12px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
line-height: 22px;
height: 22px;
margin: 0;
padding: 0;
text-align: left;
}