Hi,
I have the following code being called from a shopping cart
<a href="<?php echo zen_href_link(DIR_WS_MEDIA . $za_clip['clip_filename'], '', 'NONSSL', true, true, true); ?>" target="_BLANK"><?php echo $za_clip['clip_filename']; ?></a>
dir_ws_media is the path to the media clip and clip_filename is the name of the mp3 file
this is the script I am using to open the popup
<a href="javascript:NewWindow=window.open('http://www.newsoundnetwork.com/buysoul/media/n04a.html','newWin','width=454,height=262, align="center", left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');NewWindow.focus();%20void(0);"><strong><font color="#993300">Play Sample Selection</font></strong> </a></p>
I would like to know how to modify the above code so that it pops up a flash mp3 player instead of using the quicktime player that internet explorer uses.
I know there are shopping carts such as oscommerce that do the popups on the fly.
Thanks in advance