Dreamweaver Extensions

Specification of the configuration file

The following example shows the basic structure of configuration XML file:

<?xml version = "1.0" encoding = "utf-8"> 
<config 
   xmlSourceCache = "true"
   fullscreenScaleX="0.8"
   fullscreenScaleY="0.9"
   fullscreenEnabled="true"
   backgroundColor="0x000000"
   backgroundTransparent="1"
   backgroundFile="gallery_files/background.jpg"
   backgroundPosition="Center"
   backgroundFullscreenPosition="Stretch"
   buttonIconColor="0xA0A0A0"
   buttonIconHighlight="0x537AA8"
   slideshowDelay="3"
   slideshowProgressColor="0xFFFFFF"
   slideshowAutoStart="false"
   slideshowEnabled="true"
   soundFile="gallery_files/sound.mp3"
   soundLoop="true"
   soundVolume="0.3"
   soundEffectsEnabled="true"
   categoriesSpaceWidth="20"
   categoriesTabHeight="23"
   categoriesTabColor="0x707070"
   categoriesTabHighlight="0x436C9C"
   categoriesFontFamily="Aurora"
   categoriesFontColor="0xBBBBBB"
   categoriesFontHighlight="0xFFFFFF"
   categoriesFontSize="8"
   categoriesPanelColor="0x202020"
   categoriesPanelTransparent="1"
   categoriesPanelLineColor="0x505050"
   categoriesPanelLineTransparent="1"
   categoriesPanelPosition="Top"
   categoriesPanelShadowEnabled="false"
   thumbLoadType="AtOnce"
   thumbWidth="95"
   thumbHeight="95"
   thumbBgColor="0xD5D5D5"
   thumbBgTransparent="1"
   thumbBorderThickness="0"
   thumbBorderColor="0x909090"
   thumbBorderTransparent="1"
   thumbLoadingColor="0x909090"
   thumbScaleScript=""
   thumbScaleMode="Crop"
   thumbBrightenAmount="1.2"
   thumbDesaturateEnabled="false"
   thumbCaptionBgColor="0x436C9C"
   thumbCaptionFontFamily="Tahoma"
   thumbCaptionFontSize="11"
   thumbCaptionFontColor="0xFFFFFF"
   thumbPanelPadding="7"
   thumbPanelColor="0x202020"
   thumbPanelTransparent="1"
   thumbPanelControlColor="0xA0A0A0"
   thumbPanelControlHighlight="0x537AA8"
   tipWidth="150"
   tipCornerRadius="5"
   tipBgColor="0x303030"
   tipBgTransparent="0.8"
   tipFontFamily="Tahoma"
   tipFontSize="11"
   tipFontColor="0xCCCCCC"
   popupBgColor="0x000000"
   popupBgTransparent="0.5"
   popupFramePadding="10"
   popupFrameColor="0xFFFFFF"
   popupCornerRadius="10"
   popupLoadingColor="0x707070"
   popupFontFamily="Tahoma"
   popupFontSize="11"
   popupFontColor="0x505050"
   popupFontHighlight="0x5995DE"
   popupFontAlign="Left"
   popupSlideScaleX="0.75"
   popupSlideScaleY="0.75"
   popupSlideBgColor="0xCCCCCC"
   popupSlideBorderThickness="0"
   popupSlideBorderColor="0xA0A0A0"
   popupSlideBorderTransparent="1"
   popupSlideShadowDistance="1"
   popupSlideShadowTransparent="0.5"
   popupSlideShadowBlur="2"
   popupSlideShadowColor="0x000000"
   popupSlideShadowInner="true"
   popupSlideShadowEnabled="true"
   popupSlideOnClick="Enlarge"
   popupControlCornerRadius="10"
   popupControlBgColor="0x707070"
   popupControlBgHighlight="0x3A669C"
   popupControlBgTransparent="0.8"
   popupControlArrowColor="0xFFFFFF"
   popupControlFontFamily="Aurora"
   popupControlFontColor="0xF0F0F0"
   popupControlFontHighlight="0xFFFFFF"
   popupControlFontSize="8"
   popupControlCloseCaption="CLOSE"
   popupControlPrevCaption="PREV"
   popupControlNextCaption="NEXT"
   popupControlShadowEnabled="true"
   popupVideoControlColor="0x3A669C"
   popupVideoControlHighlight="0x5995DE"
   popupVideoTimelineBgColor="0xAAAAAA"
   popupVideoTimelineColor="0x505050"
   popupVideoAutoStart="false">
</config>

Attributes