Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help Running Flash In Header


Teamjr

Recommended Posts

Hello,

 

I have the following code in the includes/header/, and will not run. I even tried full path for swf file, http://domain.com/images/flash_header.swf.

 

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

 

File Structure pertaining to flash header,

 

catalog/images

XML (files related to swf file)

Artwork (images for swf file)

flash_header.swf

AC_RunActiveContent.js

 

 

But if I upload to the image directory indext.html with the above code in it, the flash works fine?

 

Thanks Dom

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...