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 
    playerMode = "Video"
    serverScript = ""
    frameBgColor = "0x6F6F6F"
    frameCornerRadius = "15"
    framePadding = "10"
    framePaddingTop = "25"
    textFontFamily = "Tahoma"
    textFontSize = "11"
    textFontColor = "0xF0F0F0"
    textFontStaticColor = "0xCCCCCC"
    xmlSource = "gallery.xml"
    videoWidth = "320"
    videoHeight = "240"
    videoBgColor = "0x3F3F3F"
    videoScaleMode  =  "Fill"
    videoScaleButtonVisible  =  "true"
    videoAutoPlay  =  "false"
    autoSlideshow = "false"
    slideDuration = "3"
    controlsBgColor = "0xB5B5B5"
    controlsFaceColor = "0xF0F0F0"
    controlsFaceHighlight = "0xFF2200"
    controlsFaceDisabled = "0xDDDDDD"
    buttonIconColor = "0xA0A0A0"
    buttonIconHighlight = "0xFFFFFF"
    buttonBorderColor = "0x909090"
    buttonBgColor = "0x3F3F3F"
    buttonBgHighlight = "0xBF1900"
    thumbnailsWidth = "95"
    thumbnailsHeight = "90"
    thumbnailsSpace = "5"
    thumbnailsColor = "0x3F3F3F"
    thumbnailsBackground = "0x6F6F6F"
    thumbnailsRectsColor = "0x808080"
    thumbnailsVisible = "true"
    markerWidth = "5"
    markerColor = "0xFFFFFF"
    markerTransparent = "0.75">
</config>

Attributes