Page 1 of 1
Question about Visuddhi Flash Viewer
Posted: Sun Apr 27, 2008 8:18 pm
by onlinetom
Hello everyone,
I would ask you about the Visuddhi Flash Viewer:
Is it possible to change the colour of the two arrows
by the little pictures?
Thank you for your answers.
Thomas
Posted: Mon May 12, 2008 11:39 am
by onlinetom
None of you has a answer about this?
is it not possible?
Posted: Mon May 12, 2008 10:20 pm
by XnTriq
- Open the file thumb.html in a text editor (e.g. Windows Notepad).
- Go to the line that starts with <simpleviewerGallery.
- Look for the frameColor parameter.
- Replace the 6-digit value between the double quotes and after the “0x” prefix (frameColor="0x??????") with the hex code for the color of your choice.
Note: I've posted links to some reference charts which will help you find the right color code.
- Save the changes to thumb.html.
Additional information:
Posted: Tue May 13, 2008 9:03 pm
by onlinetom
thank you for your answer.
But that is not exactly what I want:
I want the frame in a white colour and the arrows in a black colour.
Therefor I ask , if it is possible to change only the colour of the arrows?
Posted: Wed May 14, 2008 8:05 pm
by XnTriq
onlinetom wrote:Therefor I ask , if it is possible to change only the colour of the arrows?
Not with Visuddhi's Flash Viewer, because it's based on the
free version of SimpleViewer.
SimpleViewer-Pro “has increased customization options”:
options.as wrote:Code: Select all
// Colors (OPTIONAL)
// If these are not set, color are loaded from XML options
// Color values are hex-numbers like this: 0xff00ff
static var imageFrameColor:Number = null; // color of main image frame and image nav buttons (overrides XML 'frameColor' value)
static var thumbnailFrameColor:Number = null; // color of thumbnail frames (overrides XML 'frameColor' value)
static var pagingArrowsColor:Number = null; // color of thumbnail paging arrows (overrides XML 'frameColor' value)
static var captionTextColor:Number = null; // color of captions text (overrides XML 'textColor' value)
static var titleTextColor:Number = null; // color of title text (overrides XML 'textColor' value)
FYI: “Customizing SimpleViewer-Pro requires Macromedia Flash 8 (or later) authoring software.”