Topic: Photos do not show up when embedding in Dreamweaver
I have embedded SimpleViewer within a page using Dreamweaver per the website instructions. When I test the page I get a blank black screen. IE8
Here is my file structure and code:
-photos (folder)
-web (folder downloaded from simpleviewer)
-images
-thumbs
-gallery
-index
-simpleviewer
-html page simpleviewer is embedded in
__________________________________________________________
http://www.photosbyshirleah.com/Photos/Angels.html
__________________________________________________________
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="600" title="Angel Viewer">
<param name="movie" value="web/simpleviewer.swf" />
<param name="quality" value="high" /><param name="BGCOLOR" value="#000000" />
<param name="flashVars" value=" baseURL=web/" />
<embed src="web/simpleviewer.swf" width="800" height="600" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#000000" flashvars=" baseURL=web/"></embed>
</object>
</div></td>
</tr>
<tr>