• I want to use the wimpy button( https://www.wimpyplayer.com ) for audio on my site. It uses the following code to insert a small play/stop button on the site:
    <OBJECT classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″
    codebase=”https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0&#8243;
    WIDTH=”40″ HEIGHT=”40″ id=”wimpy_button_1″ name=”wimpy_button01″>
    <PARAM NAME=movie VALUE=”wimpy_button.swf?theFile=example.mp3″>
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=wmode VALUE=transparent>
    <EMBED src=”wimpy_button.swf?theFile=example.mp3″ quality=high WIDTH=”40″ HEIGHT=”40″ NAME=”wimpy_button01″
    TYPE=”application/x-shockwave-flash” PLUGINSPAGE=”https://www.macromedia.com/go/getflashplayer”></EMBED&gt;
    </OBJECT>
    How do I embed that into the WP post box? Also, could I create a quicktag that would do the code for me and all I had to do was choose which mp3 I wanted it to link to? Thanks in advance!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘embed code for audio?’ is closed to new replies.