Topic: Caption doesn't show
Hi, could anyone give me a hint :) why I don't see the caption under the main image: http://www.bewegt.info/gallery1/index.htm
gallery.xml starts like this:
<?xml version="1.0" encoding="UTF-8"?>
<simpleviewergallery maxImageWidth="445" maxImageHeight="350" textColor="0xFFFFFF" frameColor="0xFFFFFF" frameWidth="0" stagePadding="0" navPadding="0" thumbnailColumns="0" thumbnailRows="0" navPosition="left" vAlign="center" hAlign="center" title="nebellichter" enableRightClickOpen="false" backgroundImagePath="" imagePath="" thumbPath="">
<image>
<filename>2009_02_20-146.jpg</filename>
<caption>nebellichter "drei individuen, drei geschichten oder vielleicht ein und dieselbe...!?"</caption>
</image>
....
some options.as variables:
static var captionUnderThumbs:Boolean = false;
static var imageFrameColor:Number = null;
static var thumbnailFrameColor:Number = null;
static var pagingArrowsColor:Number = 0xFFFFFF;
static var captionTextColor:Number = 0xFFFFFF;
static var titleTextColor:Number = 0xFFFFFF;
Thanks in Advance.