General properties

PREV
NEXT

In 'General' category of the Wizard (Right click on Flash Object, then FlashDevlopment24 Wizard -> Flash Zoom Gallery) you can specify general properties of the component.

  • Configuration

    The absolute or relative URL of the important XML configuration file. A relative path must be relative to the HTML file. Absolute URLs must include the protocol reference, such as http://. Read more information about XML configuration file in the topic 'Specification of the configuration file'.

  • Source

    The absolute or relative URL of the XML file with the content of the component. A relative path must be relative to the HTML file. Absolute URLs must include the protocol reference, such as http://. Read more information about XML content file in the topic 'Working with XML content'.

    Note: These two parameters (Configuration and Source file are recorded in HTML of your page: Line with specified content and configuration files look: <param name="flashvars" value="configSource=config.xml&amp;source=gallery.xml" /> where config.xml and gallery.xml are relative links to your content and configuration files.

  • Cache source

    A Boolean value that sets whether gallery.xml file is cached by the browser, acceptable values are (true) or not (false). Turn on this option if you are updating your carousel very often. Note: if you are testing component locally turn off this option.

  • Layout

    Layout of the preview image with the thumbnails list.

ScrollBar

  • Margin

    Margin between scrollbar and the thumbnail list, in pixels.

  • Background color

    Background color of the scrollbar.

  • Rect height

    Scrollbar rectangle height.

  • Rect color

    Scrollbar rectangle color.

  • Rect highlight

    Scrollbar rectangle highlight color.

Buttons

  • Background color

    Background color of the button.

  • Background highlight

    Background highlight color of the button.

  • Background transparent

    Indicates the alpha transparency value of the button background. Valid values are 0 (fully transparent) to 1 (fully opaque).

  • Border thickness

    Width of the button border, in pixels.

  • Border color

    Color of the button border.

  • Face color

    Color of the button icon.

  • Face highlight

    Highlight color of the button icon.

  • Face shadow enabled

    A Boolean value that indicates whether the button icon has shadow (true) or not (false).

  • Shadow distance

    The distance of the shadow from the button, in pixels.

  • Shadow transparent

    Indicates the alpha transparency value of the button shadow. Valid values are 0 (fully transparent) to 1 (fully opaque).

  • Shadow blur

    The ammount of the button shadow blur.

  • Shadow color

    The color of the button shadow.

  • Shadow enabled

    A Boolean value that indicates whether the button has shadow (true) or not (false).