HI Folks, Not been here a while so now trying out 1.37 and loving it!
OK, my question is this: using the blank sidebox module is it possible to get a flash mp3 player in the sidebox?
I installed the Blank Sidebox contribution and got it working on its own, but I can't get a flash mp3 player working, but when I try pulling the code, it just looks blank
So in blank_sidebox_defines.php which is this:
<?php
/**
* blank sidebox definitions - text for inclusion in a new blank sidebox
*
* @package templateSystem
* @copyright 2007 Kuroi Web Design
* @copyright Portions Copyright 2003-2007 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: blank_sidebox.php 2007-05-26 kuroi $
*/
define('BOX_HEADING_BLANK_SIDEBOX', 'Blank Sidebox Header');
define('TEXT_BLANK_SIDEBOX', 'Replace this text with your HTML content.');
?>
eg,
I try this:
<?php
/**
* blank sidebox definitions - text for inclusion in a new blank sidebox
*
* @package templateSystem
* @copyright 2007 Kuroi Web Design
* @copyright Portions Copyright 2003-2007 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: blank_sidebox.php 2007-05-26 kuroi $
*/
define('BOX_HEADING_BLANK_SIDEBOX', 'Blank Sidebox Header');
define('TEXT_BLANK_SIDEBOX', '<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="130" height="141">
<param name="movie" value="test.swf"><param name="quality" value="high">
<embed src="test.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="130" height="141"></embed>
</object>');
?>
and I have a .swf and an .xml file to put into the directory, which I do as well
Any idea on why its a no show, OR is it not even possible to do this or is there an easier solution to get a nice Flash Mp3 player in a sidebox?
Thanks for any solutions
Samantha Andrews


27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="130" height="141">


