I know that this isn't a zen-cart question, but I'm Javascript challenged, and I hoped this would have an easy answer!
I got the Wimpy button to play media samples working really well using this HTML Code (just in case anyone else wants it):
However, in Internet Explorer 7 there is that really annoying 'Click to Activate'. I know that I can kill this activate using the Wimpy Javascript:Code:<!-- Wimpy Button Code --> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="30" height="30" id="wimpy_button_9222" name="wimpy_button_9222" > <param name="movie" value="media/wimpy_button.swf?theFile=media/<?php echo $za_clip['clip_filename']?>&loopMe=yes" /> <param name="quality" value="high" /> <param name="bgcolor" value="2E2E2E" /> <embed src="media/wimpy_button.swf?theFile=media/<?php echo $za_clip['clip_filename']?>&loopMe=yes" width="30" height="30" quality="high" bgcolor="2E2E2E" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="wimpy_button_9222" /></object> <!-- End Wimpy Button Code -->
writeWimpyButton("song-name", "30", "30", "");
but I can't work out how to send the $za_clip['clip_filename'] to the javascript in place of "song-name".
Thank you!


)
