var fDesc=new Array(); fDesc[0] = "Flash MP3 Player Builder lets you batch convert MP3 and WAV to small Flash SWF without losing quality, generate full functional XML driven Flash MP3 Player for your website and blog (MySpace, Google Blog, MSN Blog and all other popular blogs) with ease.

By re-encoding audio data with different parameters, you can convert a large MP3 or WAV file to a small SWF file without losing quality. Size of a five minutes music MP3 is usally 6Mbit, but size of the corresponding Flash SWF can be as small as 600Kbit, that's, 10 percent of the MP3 size. The smaller size means your visitors only need a shorter waiting time for the music playing.

Unlike MP3 file, Flash SWF audio file is compatible with all browsers. It will stream through firewall, will never be blocked.

Unlike Quick Time or Windows Media Player, nearly every web browser has the free Flash player installed, your visitors do not need to download and install a plugin."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }