Topic: Problems embedding in Dreamweaver
I'm getting the same problem as most people with Dreamweaver. I get the page that says "Autoviewer requires flash to play. Get Flash."
Here's my code:
<script type="text/javascript" src="swfobject.js"></script>
<div style="position: absolute; width: 465px; height: 164px; z-index: 1; left: 238px; top: 379px" id="layer1">
<div id="flashcontent">AutoViewer requires JavaScript and the Flash Player.
<a href="http://www.macromedia.com/go/getflashplayer/">Get Flash.</a></div>
<script type="text/javascript">
var fo = new SWFObject("autoviewer.swf", "viewer", "800", "600", "8", "#181818");
fo.write("flashcontent");
I've looked at all the other topics about this but with no avail. Can anyone help?
Here's my page: http://www.keatonjohnson.com
Navigate to the "Photo" section. That's where I wanted the autoviewer function.
Thanks