My original images are:
landscape: 640 x 426
portrait: 426 x 640
My gallery.xml has:
maxImageHeight="350" maxImageWidth="480"
My index.html has:
<div id="content">
<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="index2.html?detectflash=false">click to view galleryfds</a>
<script type="text/javascript">
var fo = new SWFObject("viewer.swf", "viewer", "760px", "350px", "4", "#ffffff");
fo.addVariable("preloaderColor", "0xffffff");
fo.addVariable("xmlDataPath", "gallery.xml");
fo.write("flashcontent");
</script></div>
And my css is:
body
{
background-color: #93A070;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#flashcontent {
width: 760px;
margin-right: 5px;
height: 350px;
margin-top: 5px;
border: 1px solid #FF0000;
}
but the portrait images are still getting cut off at the bottom.