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
   xmlSource = "playlist.xml"
   frameBgColor = "0xC2C9C8"
   frameBgTransparent = "1"
   frameCornerRadius = "15"
   framePadding = "10"
   videoWidth = "550"
   videoHeight = "300"
   videoInitMode = "Ready"
   videoScaleMode = "Fit"
   loadingColor = "0xA0A0A0"
   titleFontFamily = "Tahoma"
   titleFontColor = "0x404040"
   titleFontSize = "11"
   localizationLeft = "LEFT"
   localizationRight = "RIGHT"
   controlsGradientTop = "0x535B59"
   controlsGradientBottom = "0x000000"
   controlsBgHighlight = "0x000000"
   controlsLinesColor = "0xA0A0A0"
   controlsFaceColor = "0xF0F0F0"
   controlsFaceHighlight = "0x00CC99"
   controlsFontFamily = "Tahoma"
   controlsFontColor = "0xF0F0F0"
   controlsFontStaticColor = "0xCCCCCC"
   controlsFontSize = "11"
   controlsTimeLineColor = "0xC2C9C8"
   controlsBufferLineColor = "0x909090"
   controlsBorderColor = "0xD5D5D5"
   thumbWidth = "120"
   thumbHeight = "95"
   thumbBgColor = "0x202020"
   thumbBorderThickness = "0"
   thumbBorderColor = "0x707070"
   thumbBorderTransparent = "1"
   thumbSpaceWidth = "10"
   thumbFontFamily = "Tahoma"
   thumbFontColor = "0xD5D5D5"
   thumbFontHighlight = "0x00CC99"
   thumbFontSize = "11"
   thumbCaptionMultiline = "true"
   thumbCaptionVisible = "true"
   thumbMirrorTransparent = "0.5"
   thumbEffect = "Saturation"
   thumbControlCornerRadius = "5"
   thumbControlBgColor = "0x707070"
   thumbControlFontColor = "0xF0F0F0"
   thumbControlArrowColor = "0xFFFFFF"
   markerBorderThickness = "5"
   markerBorderColor = "0x000000"
   markerBorderTransparent = "0.7">
</config>

Attributes