Topic: Simpleviewer customization!
Hello,
I'm using simpleviewer on a stones company website and i needed to have the title text color different from the caption text color, cause they have diferrent background colors, so i add a line to viewer.as on the section //get data from XML after line 45:
tColor = gXMLRoot.attributes.titleColor;
then on the imagedata.xml add the follow attribute:
titleColor="your_color"
I that it will be nice to include this feature on the swf version.