TagTooga Flash MP3 Javascript PlayerThe TagTooga Flash MP3 Javascript Player allows you to convert existing MP3 links into playable MP3's with start/stop buttons. You only need to insert one line of Javascript into your HTML, and your links are automatically converted. This page serves as an example:InstructionsCopy the HTML code below and place it anywhere in your HTML page <script type="text/javascript" src="http://www.tagtooga.com/mp3/playMp3.js"></script> HelpSend email to support@tagtooga.com if you have questions. CustomizationYou may use your own start/stop buttons, and you may change the size and font of the "playing..." text. Simply copy the JavaScript to your web server and modify the lines of source code as indicated: // Change these two lines to modify your PLAY and STOP buttons. var mp3PlayButton = "http://www.jpgsvr.com/mp3/play2.gif"; var mp3StopButton = "http://www.jpgsvr.com/mp3/stop2.gif"; // Change these two lines to modify the "playing..." font and size. var mp3PlayingFont = "Verdana"; var mp3PlayingSize = "8pt"; .... (remainder of the Javascript...) |
Quick Links No links in "A". |


graphic to add a link.