The software program I used to convert them from mp3 to swf told me to past this code where ever I wanted it to be displayed.
Code: Select all
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="316" height="88">
<param name="movie" value="vault1.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent">
<embed src="vault1.swf"
quality="high"
type="application/x-shockwave-flash"
WMODE="transparent"
width="316"
height="88"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
When I past that code into the product description box it show the code instead of the sound clip.
Anyone have any suggestions?