I just figured out what my problem was. My flashheader.swf file had become corrupted when it was uploaded. I read a post at http://blog.deconcept.com/swfobject/...ee-swf/#Item_0 from blackkite saying to get it as simple as possible. So I did a small test on my home system with ZenCart installed locally and it didn't work with my flash file, so I tried the sample "so_tester.swf" file. The test flash worked. I figured out that my uploaded flash file was corrupt, re-upped the flash file and my flash header is now working.


Quote Originally Posted by jonutley View Post
I am still having flash header problems. System config info below:
Web Site = http://lindakaysleis.com/index.php
ZenCart Version = 1.3.7
Custom Template = CUSTOM


Flash file name = flashheader.swf located at many different location just to see if that helped, but it didn't.

Un-edited swfobject.js file location = includes\templates\CUSTOM\jscript\


Sample of working flash at http://store.flower-leis.com/index.php ZenCart version



The flash placeholder shows up in the correct location, but the movie isn’t loading. If I right click on the flash it has a message saying “Movie not loaded…” Message is the same in IE 7 and FF 2.0.0.3



tp_header.php code
PHP Code:
<!--bof-branding display-->
<
div id="logoWrapper">

<
script type="text/javascript" src="includes/templates/CUSTOM/jscript/swfobject.js"></script>
<div id="flashcontent">
  Flash image of different Hawaiian flower leis.
</div>
<script type="text/javascript">
   var so = new SWFObject("includes/templates/CUSTOM/images/flash/flashheader.swf", "Flash Header", "750", "140", "4", "#000000");
   so.write("flashcontent");
</script> 
Thanks for help you have already given in the previous posts.