<object width="800" height="600"><param name="movie" value="simpleviewer.swf?galleryURL=gallery.xml"></param>
<param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always">
</param><param name="bgcolor" value="222222"></param><embed src="simpleviewer.swf?galleryURL=gallery.xml"
type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="800" height="600"
bgcolor="222222"></embed></object>
# Create your SimpleViewer gallery as normal.
# Copy the entire contents of your SimpleViewer gallery folder into the folder that contains your HTML page.
# Edit your HTML document using a HTML or text editor. Copy and paste this code block into the head of the HTML page:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "gallery.xml";
var params = {};
params.bgcolor = "222222";
params.allowfullscreen = true;
params.allowscriptaccess = "always";
swfobject.embedSWF("simpleviewer.swf", "flashContent", "800", "600", "9.0.124", false, flashvars, params);
</script>
# Paste this into the body of the HTML page where you want to the gallery to appear:
<div id="flashContent">SimpleViewer requires JavaScript and the Flash Player.
<a href="http://www.adobe.com/go/getflashplayer/">Get Flash.</a></div>
Time to create page: 0.054 seconds