Topic: What am I missing?
Thanks in advance for any advice you may have. I have read the FAQ and done some searching on these forums to no avail. I am fairly confident the images are saved non-progressive (they were save "standard" instead of "progressive" in Photoshop) and I have CHMODED the folder to 777. But still I can't get anything other than the little squares to show up...
Here's my non-working URL:
http://www.meaganchaney.com/newlook/2005/2005.html
Here's my XML code:
<?xml version="1.0" encoding="UTF-8"?>
<SIMPLEVIEWER_DATA maxImageDimension="200" textColor="0xFFFFFF" frameColor="0xFFFFFF" bgColor="0x181818" frameWidth="20" stagePadding="40" thumbnailColumns="3" thumbnailRows="3" navPosition="left" navDirection="LTR" title="2005 Gallery" imagePath="http://www.meaganchaney.com/newlook/2005/images/" thumbPath="http://www.meaganchaney.com/newlook/2005/thumbs/">
<IMAGE>
<NAME>2005_t1.jpg</NAME>
<CAPTION>Image 1</CAPTION>
</IMAGE>
<IMAGE>
<NAME>2005_t2.jpg</NAME>
<CAPTION>Image 2</CAPTION>
</IMAGE>
<IMAGE>
<NAME>2005_t3.jpg</NAME>
<CAPTION>Image 3</CAPTION>
</IMAGE>
<IMAGE>
<NAME>2005_t4.jpg</NAME>
<CAPTION>Image 4</CAPTION>
</IMAGE>
<IMAGE>
<NAME>2005_t5.jpg</NAME>
<CAPTION>Image 5</CAPTION>
</IMAGE>
<IMAGE>
<NAME>2005_t6.jpg</NAME>
<CAPTION>Image 6</CAPTION>
</IMAGE><IMAGE>
<NAME>2005_t7.jpg</NAME>
<CAPTION>Image 7</CAPTION>
</IMAGE>
<IMAGE>
<NAME>2005_t8.jpg</NAME>
<CAPTION>Image 8</CAPTION>
</IMAGE>
<IMAGE>
<NAME>2005_t9.jpg</NAME>
<CAPTION>Image 9</CAPTION>
</IMAGE>
<IMAGE>
<NAME>2005_t10.jpg</NAME>
<CAPTION>Image 10</CAPTION>
</IMAGE>
<IMAGE>
<NAME>2005_t11.jpg</NAME>
<CAPTION>Image 11</CAPTION>
</IMAGE>
<IMAGE>
<NAME>2005_t12.jpg</NAME>
<CAPTION>Image 12</CAPTION>
</IMAGE>
<IMAGE>
<NAME>2005_t13.jpg</NAME>
<CAPTION>Image 13</CAPTION>
</IMAGE>
<IMAGE>
<NAME>2005_t14.jpg</NAME>
<CAPTION>Image 14</CAPTION>
</IMAGE>
</SIMPLEVIEWER_DATA>
Here's the relevant section of my HTML code:
<html>
<head>
<title>Gallery</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="meagan.css" type="text/css">
<script type="text/javascript" src="flashobject.js"></script>
</head>
<body bgcolor="#CCCCCC" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td>
<div id="flashcontent">
SimpleViewer requires Macromedia Flash.
<a href="http://www.macromedia.com/go/getflashplayer/">
Get Macromedia Flash.</a> If you have Flash installed,
<a href="index.html?detectflash=false">click to view gallery</a>
</div>
<script type="text/javascript">
var fo = new FlashObject("viewer.swf", "viewer",
"535", "200", "6", "#306799");
fo.addParam("quality", "best");
fo.write("flashcontent");
</script>
</td>
</tr>
</table>
</body>
</html>