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="gallery.xml"
   cssSource="styles.css"
   frameWidth="500"
   frameHeight="200"
   frameBgColor="0xF1F1F1"
   frameBgTransparent="100"
   frameBgImage=""
   frameCornerRadius="10"
   slideDuration="4"
   slideLoop="0"
   slideTransitionDuration="1"   
   slidePauseOnRollOver="true"
   slideStartOnClick="false"
   mirrorTransparent="30">
</config>

Attributes