View Single Post
  #10  
Old 04-05-2007, 08:00 PM
  davidsaldana's Avatar 
davidsaldana davidsaldana is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 187
 

Default Re: Add flash image on main page

I used this code and it works great in the php live site, but i cannot get it to work on the static pages. Please refer to the following:

http://www.mailboxixchange.com/store/product.php?productid=18622&cat=0&page=1

But the static page does not show product:

http://www.mailboxixchange.com/Curbvault-High-Security-Mailbox-p-18622.html

The code is as follows:

<div align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="400" id="howworks" align="middle">
<param name="allowScriptAccess" value="http://www.mailboxixchange.com" />
<param name="movie" value="howworks.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="howworks.swf" quality="high" bgcolor="#ffffff" width="400" height="400" name="howworks" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>

Please help as most people are directed to the static pages
__________________
4.4
Code:
Hello World
Reply With Quote