Web Wow Tools
Directory My Account

Find help on...

Web Wow Audio

What is Web Wow Audio?
Why does my audio play back at the wrong speed?

If the audio player is turning your voice into Alvin from the Chipmunks (going really, really fast), the trouble is the way that the MP3 file was created.

Due to a limitation in the Flash technology, all MP3 files must be encoded with a samplerate that is in an increment of 11 kHz (11, 22, 44, and so forth).

One of those three options is usually the deafult for your MP3 encoding software, so this will likely only become a problem if you've been tinkering with those settings.

How can I post my audio player in Wordpress?
So you're using Wordpress to power your blog, and when you try to paste your audio player into a new post, it won't show up. Here's how to fix it...

You must put the HTML code inside of a DIV tag. So it should look like this:

<div>
<iframe width="80" scrolling="no" height="60" frameborder="0" scroll="no" src="/audio/player/?mycode=MYCODEHERE"></iframe>
</div>