Hi.
My shop will be part of my site & I'm trying to standardise the look of all the pages. To do this I'd like to put a vertical flash menu that I've made into the top left column. I made the links in a program called Flashation & the code it gives me to enter is as follows:
<object
classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"

width="128"
height="200">
<param name="BGCOLOR" value="#0">
<param name=movie value="New shop style flash menu.swf">
<param name=quality value=high>

<embed src="New shop style flash menu.swf"
quality=high
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash"
width="128"
height="200"
bgcolor="#0">
</embed>
</object>
I thought that I should be able to just copy this code into HTMLarea, and then choose to show it only in the sidebar, but when I do nothing happens.
Is it possible to do this?
Any help with this would be appreciated.
Thanks.
Dave.