Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
IMP-Master (Guest)
IMP-Master (Guest)
Is it possible to add a code segment (see below) to create a mp3 player instance on the page next to the image and above the options on the product detail page.
 
Barring that I suppose I'd have to put it in the description?
 
here is the code segement
 
<!-- START WIMPY PLAYER CODE -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="275" height="275" id="wimpy" align="center">
<param name="allowScriptAccess" value="always" />
<param name="movie" value="http://www.gotoimp.com/mp3/wimpy.swf" />
<param name="loop" value="false" />
<param name="menu" value="false" />
 
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="ff0000" />
<param name="flashvars" value="wimpyApp=http://www.gotoimp.com/mp3/wimpy.php&wimpySkin=http://www.gotoimp.com/mp3/skins/skin_blackdawn.xml& startPlayingOnload=yes&defaultImage=http://www.gotoimp.com/images/small/arlingtonpriest2.jpg&startupLogo=http://www.gotoimp. com/mp3/implogo.jpg&playlist=http://www.gotoimp.com/samples/Arlington%20Priest/A%20Little%20Rendevous/Long%20Day%20Sample. mp3|http://www.gotoimp.com/samples/Arlington%20Priest/A%20Little%20Rendevous/The%20Stone%20Sample.mp3|http://www.gotoimp. com/samples/Arlington%20Priest/A%20Little%20Rendevous/Petersburg%20Sample.mp3|http://www.gotoimp.com/samples/Arlington%20Priest/ A%20Little%20Rendevous/Almost%20Home%20Sample.mp3|http://www.gotoimp.com/samples/Arlington%20Priest/A%20Little%20Rendevous/Photo graph%20Sample.mp3|http://www.gotoimp.com/samples/Arlington%20Priest/A%20Little%20Rendevous/Tonight%20Sample.mp3|http://www. gotoimp.com/samples/Arlington%20Priest/A%20Little%20Rendevous/Time%20Marches%20On%20Sample.mp3|http://www.gotoimp. com/samples/Arlington%20Priest/A%20Little%20Rendevous/Why%20Need%20Not%20Love%20Sample.mp3|http://www.gotoimp. com/samples/Arlington%20Priest/A%20Little%20Rendevous/Mexico%20Sample.mp3" />
<param name="wmode" value="transparent" />
<embed src="http://www.gotoimp.com/mp3/wimpy.swf" flashvars="wimpyApp=http://www.gotoimp.com/mp3/wimpy.php&wimpySkin=http://www.gotoimp.com/mp3/skins/skin_blackdawn.xml& startPlayingOnload=yes&defaultImage=http://www.gotoimp.com/images/small/arlingtonpriest2.jpg&startupLogo=http://www.gotoimp. com/mp3/implogo.jpg&playlist=http://www.gotoimp.com/samples/Arlington%20Priest/A%20Little%20Rendevous/Long%20Day%20Sample. mp3|http://www.gotoimp.com/samples/Arlington%20Priest/A%20Little%20Rendevous/The%20Stone%20Sample.mp3|http://www.gotoimp. com/samples/Arlington%20Priest/A%20Little%20Rendevous/Petersburg%20Sample.mp3|http://www.gotoimp.com/samples/Arlington%20Priest/ A%20Little%20Rendevous/Almost%20Home%20Sample.mp3|http://www.gotoimp.com/samples/Arlington%20Priest/A%20Little%20Rendevous/Photo graph%20Sample.mp3|http://www.gotoimp.com/samples/Arlington%20Priest/A%20Little%20Rendevous/Tonight%20Sample.mp3|http://www. gotoimp.com/samples/Arlington%20Priest/A%20Little%20Rendevous/Time%20Marches%20On%20Sample.mp3|http://www.gotoimp. com/samples/Arlington%20Priest/A%20Little%20Rendevous/Why%20Need%20Not%20Love%20Sample.mp3|http://www.gotoimp. com/samples/Arlington%20Priest/A%20Little%20Rendevous/Mexico%20Sample.mp3" loop="false" menu="false" quality="high" wmode="transparent" width="275" height="275" scale="noscale" salign="lt" name="wimpy" align="center" bgcolor="ff0000" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
<!-- END WIMPY PLAYER CODE -->