I didn't want to install another module for just a piece of Flash, so what I did was use HTML editor on the Tools / Define Pages and edited "define_main_page.php" to include the Flash code.
Not being a Flash guru, I used a basic little program called "Flash Intro Banner Maker" by Aleo Softare.
I copy/pasted the code into the "define_main_page.php" HTML area.
It worked first time off in IE, but FireFox would not display it.
After some Googling, I discovered a post that stated FireFox uses the "embed" command NOT "parameter" like IE does.
So, I added the embed command. Here's what my final Flash code looked like that I pasted into define_main_page.php:
[QUOTE<object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="655" height="260">
<param name="movie" value="http://www.judysboutique.ca/banner3.swf" />
<param name="quality" value="high" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent" />
<embed src="http://www.judysboutique.ca/banner3.swf" quality="high" width="655" height="260" type="application/x-shockwave-flash"
pluginspage="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"></embed>
</object>[/QUOTE]
This worked no problem in both IE8 and FireFox 3.5.7. (also Safari 4.0.4 and Opera 9.63),
Sorry - but I cannot get rid of the smiley face inside this pasted code! Obviously it is not there in the page
Zen Cart v1.3.8a
Modules installed: Canada Post Shipping, PayPal Standard, Categories Dressing Module....so far...


27CDB6E-AE6D-11cf-96B8-444553540000" width="655" height="260">

