Question about Visuddhi Flash Viewer

Ask for help and post your question on how to use XnView Classic.

Moderators: helmut, XnTriq, xnview

Post Reply
onlinetom
Posts: 3
Joined: Sun Apr 27, 2008 8:15 pm

Question about Visuddhi Flash Viewer

Post 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
onlinetom
Posts: 3
Joined: Sun Apr 27, 2008 8:15 pm

Post by onlinetom »

None of you has a answer about this?

is it not possible?
User avatar
XnTriq
Moderator & Librarian
Posts: 6512
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Post by XnTriq »

  1. Open the file thumb.html in a text editor (e.g. Windows Notepad).
  2. Go to the line that starts with <simpleviewerGallery.
  3. Look for the frameColor parameter.
  4. 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.
  5. Save the changes to thumb.html.
Additional information:
onlinetom
Posts: 3
Joined: Sun Apr 27, 2008 8:15 pm

Post 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?
User avatar
XnTriq
Moderator & Librarian
Posts: 6512
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Post 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.”
Post Reply