Topic: The "viewer" attribute/tag in the "new SWFObject code line...?
The instructions to embed an Autoviewer gallery into an HTML page show the following:
<script type="text/javascript" src="swfobject.js"></script>
<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");
</script>
But...what is the "viewer" variable or tag in the var fo line above? Is it the name of my specific flash file? Do I have to change the name of the .swf file from "autoviewer" to "viewer"...?
Last edited by john givens (2012-03-08 21:54:59)