After looking through the posts on this site, I still can't figure out my problem. I am not that experienced in html.
I used Photoshop CS3 to create my SimpleViewer gallery. It made the large and thumbnail images and put them in folders into my site folder, along with gallery.xml, swfobject.js, and viewer.swf, and an index page. After placing the Flash file into my Dreamweaver page, I preview in Firefox and get Gallery Not Found. After looking at the code for the viewer.swf in Dreamweaver, I noticed that there is no reference to the images or thumbs folder, or the gallery.xml. How do I fix this?
This is all the code for the SimpleViewer that is in the Dreamweaver code:
\\*AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','780','height','580','src','images/viewer','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/viewer' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="780" height="580">
<param name="movie" value="images/viewer.swf" />
<param name="quality" value="high" />
<embed src="images/viewer.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="580"></embed>
</object></noscript></td>*\\