TRY CODE BELOW
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/...ersion=4,0,0,0"
     id="photo_tutorial" width="600" height="450">
     <param name="movie" value="photo_tutorial.swf">
     <param name="quality" value="high">
     <param name="bgcolor" value="#FFCCCC">
     <embed name="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/photo_tutorial.swf", "600", "450", "7", "#FFCCCC");
    so.write("flashcontent");
</script>
MAKE SURE SWF file is in
includes/templates/arch_shoppe/photo_tutorial.swf
If this does not work, then please contact me via PM.. you will need to send
me actual swf file, via email, so can test myself.
Will recheck this thread when return online tomorrow.