I copied the swf to where you said "includes/templates/arch_shoppe/photo_tutorial.swf" and it made no difference. I actually couldnt even access it via the url. I typed in http://www.wpc-consulting.com/~stxmi...o_tutorial.swf
I tried typing in different paths in the define page editor but none of them made any difference. I actually had this working on my computer and another computer with the other settings i just couldnt figure out why it wouldnt work on any other computers. Now with this code it wont work on any. Not sure what is going on. I have found lots of different snippets of code but not sure which one will work for all computers or at least the majority of them. Because i know the other computers i tested the site on did in fact have flash installed.
Code:
<script type="text/javascript" src="includes/templates/arch_shoppe/jscript/swfobject.js"></script>
<div id="flashcontent">
This text is replaced by the Flash movie.
</div>
<script type="text/javascript">
var so = new SWFObject("includes/templates/arch_shoppe/photo_tutorial.swf", "photo_tutorial.swf", "550", "460", "7", "#000000");
so.write("flashcontent");
</script>
Bookmarks