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
Question about Visuddhi Flash Viewer
Moderators: helmut, XnTriq, xnview
- 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.
- Airtight Interactive
- Apps » SimpleViewer » Frequently Asked Questions
» Customizing SimpleViewer » Q26: How do I change the color of the navigation arrows? - Forum » SimpleViewer Customization » Changing Arrow Color
- Apps » SimpleViewer » Frequently Asked Questions
- XnView Forum: Web page creation and modification of templates
Not with Visuddhi's Flash Viewer, because it's based on the free version of SimpleViewer.onlinetom wrote:Therefor I ask , if it is possible to change only the colour of the arrows?
SimpleViewer-Pro “has increased customization options”:
FYI: “Customizing SimpleViewer-Pro requires Macromedia Flash 8 (or later) authoring software.”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)
- Airtight Interactive
- Apps
- SimpleViewer Data Customization Options
- SimpleViewer XML/HTML Options
- SimpleViewer-Pro ActionScript Options
- SimpleViewer-Pro Documentation » Customizing SimpleViewer-Pro
- Forum
- navigation arrows - color change?
- A few simple Customization Questions.
- color change of arrows
- color of the navigation arrows (backward / forward)
- Can you change the arrow color independent of the frameColor
- different colors for main image frame and nav arrow possible
- How to change the color of the arrows ?
- problem altering .as files
- Arrows & Borders
- Apps