Code:
 <script type="text/javascript" src="includes/templates/arch_shoppe/jscript/swfobject.js"></script>
<div id="flashcontent">
 
ERROR ABOVE .. DUPLICATED CODE
 
 
 
<script type="text/javascript" src="includes/templates/arch_shoppe/jscript/swfobject.js"></script>
 <div id="flashcontent">
   <center>
   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
     codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
     id="photo_tutorial.swf" width="600" height="450">
     <param name="movie" value="photo_tutorial.swf">
     <param name="quality" value="high">
     <param name="bgcolor" value="#FFCCCC">
     <embed name="/gallery3/photo_tutorial.swf" src="photo_tutorial.swf" quality="high" bgcolor="#FFCCCC"
       width="600" height="450"
       type="application/x-shockwave-flash"
       pluginspage="http://www.macromedia.com/shockwave/...ShockwaveFlash">
     </embed>
   </object>
</center>
 <script type="text/javascript">
    var so = new SWFObject("includes/templates/arch_shoppe/jscript/swfobject.js", "photo_tutorial.swf", "600", "450", "7", "#FFCCCC");
    so.write("flashcontent");
</script>
INCORRECT
Code:
 <embed name="/gallery3/photo_tutorial.swf" src="photo_tutorial.swf" quality="high" bgcolor="#FFCCCC"
Should be
Code:
 <embed name="photo_tutorial" src="photo_tutorial.swf" quality="high" bgcolor="#FFCCCC"
Actual swf file should be in includes/templates/arch_shoppe/
Have to go offline now as reside in UK..will check this thread when return..