home *** CD-ROM | disk | FTP | other *** search
/ ftp.novell.com / 2014.06.ftp.novell.com.tar / ftp.novell.com / forge / camtasia.msi / Cabs.w1.cab / Config_template.xml2208 < prev    next >
Extensible Markup Language  |  2009-08-17  |  7KB  |  141 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <main>
  3.    <config>
  4.       <hasPipVideo type="Boolean">$SWFHasPIPVideo</hasPipVideo>
  5.       <hasPipOverlay type="Boolean">$SWFHasPIPOverlay</hasPipOverlay>
  6.       <hasToc type="Boolean">$SWFHasTOC</hasToc>
  7.       <hasAudio type="Boolean">$SWFHasAudio</hasAudio>
  8.       <mainVidIsFlv type="Boolean">$SWFMainVidIsFLV</mainVidIsFlv>
  9.       <skinTheme>$SWFSkinTheme</skinTheme>
  10.       <autoStart type="Boolean">$SWFAutoStart</autoStart>
  11.       <backgroundColor>$SWFBGColor</backgroundColor>
  12.       <showLoadingMov type="Boolean">$SWFShowLoadingMOV</showLoadingMov>      
  13.       <loadingMovPercentToLoad type="Number">$SWFLoadingMovPercentToLoad</loadingMovPercentToLoad>
  14.       <loadingMovMinDuration type="Number">$SWFLoadingMovMinDuration</loadingMovMinDuration>
  15.       <controllerColor type="Number">$SWFControllerColor</controllerColor>
  16.       <showAbout type="Boolean">$SWFShowAbout</showAbout>
  17.       <aboutBoxText>$SWFAboutBoxText</aboutBoxText>
  18.       <timeDisplayFormat>$SWFTimeDisplayFormat</timeDisplayFormat>
  19.       <showDuration type="Boolean">$SWFShowDuration</showDuration>
  20.       <showElapsedTime type="Boolean">$SWFElapsedTime</showElapsedTime>
  21.       <timeDisplayFont>$SWFTimeDispFont</timeDisplayFont>
  22.       <timeDisplayFontColor type="Number">$SWFTimeDispFontColor</timeDisplayFontColor>
  23.       <okLabel>$OKlabel</okLabel>
  24.       <localSecurityWarningTitle>$LocalSecurityWarningTitle</localSecurityWarningTitle>
  25.       <localSecurityWarning>$LocalSecurityWarning</localSecurityWarning>
  26.       <includeScoreInEmail type="Boolean">$IncludeScoreInEmail</includeScoreInEmail>
  27.       <rememberQuizAnswers type="Number">0</rememberQuizAnswers>
  28.       <endAction>$SWFEndAction</endAction>
  29.       <endActionParam>$SWFEndActionParam</endActionParam>
  30.       <controlsWidth type="Number">$SWFControllerWidth</controlsWidth>
  31.       <controlsHeight type="Number">$VideoHeightNoController</controlsHeight>
  32.       <volume type="Number">$SWFInitVolume</volume>
  33.       <hasCaptions type="Boolean">$HasClosedCaption</hasCaptions>
  34.       <captionsVisible type="Boolean">$ClosedCaptionsVisible</captionsVisible>
  35.       <caption>         
  36.          <font>
  37.             <type type="String">$CloseCaptionFontType</type>
  38.             <size type="Number">$ClosedCaptionFontSize</size>
  39.             <weight type="Boolean">$CloseCaptionFontWeight</weight>
  40.             <color type="Number">$CloseCaptionFontColor</color>
  41.             <cpl type="Number">$CloseCaptionCharsPerLine</cpl>
  42.          </font>
  43.          <panel>
  44.             <background>
  45.                <color type="Number">$CloseCaptionBGColor</color>
  46.                <alpha type="Number">$ClosedCaptionBGAlpha</alpha>
  47.             </background>
  48.             <animation>
  49.                <speed type="Number">$ClosedCaptionSpeed</speed>
  50.             </animation>
  51.          </panel>
  52.       </caption>
  53.       <video1>
  54.          <width type="Number">$ActualVideoWidth</width>
  55.          <height type="Number">$ActualVideoHeight</height>
  56.       </video1>
  57.       <pip>
  58.          <width type="Number">$PIPVideoWidth</width>
  59.          <height type="Number">$PIPVideoHeight</height>
  60.       </pip>
  61.       <toc>
  62.          <x type="Number">$SWFTOCXPos</x>
  63.          <y type="Number">$SWFTOCYPos</y>
  64.          <width type="Number">$SWFTOCWidth</width>
  65.          <height type="Number">$SWFTOCHeight</height>
  66.          <!-- AlternatingRowColors takes precedence over BackgroundColor and RowDepthColors takes precedence over both AlternatingRowColors and BackgroundColor -->
  67.          <backgroundColor type="Number"></backgroundColor>
  68.          <!-- accepts a hex value -->
  69.          <alternatingRowColors>
  70.             <!-- row alternate color based on the array of color values (row 1 = the value of the first color, row 2 = the value of the second color, row 3 equals the value of the first color, etc. -->
  71.             <array>
  72.                <!-- accepts two or more hex colors ( add additional Colors tags if more are needed ) -->
  73.                <colors type="Number"></colors>
  74.                <colors type="Number"></colors>
  75.             </array>
  76.          </alternatingRowColors>
  77.          <rowDepthColors>
  78.             <!-- color is based on the rows depth in the tree hierarchy -->
  79.             <array>
  80.                <!-- accepts two or more hex colors colors in the form of 0xFFFFFF ( add additional Colors tags if more are needed ) -->
  81.                <colors type="Number"></colors>
  82.                <!-- accepts a hex value -->
  83.                <colors type="Number"></colors>
  84.                <!-- accepts a hex value -->
  85.             </array>
  86.          </rowDepthColors>
  87.          <rowRollOverColor type="Number">0xA4A4A4</rowRollOverColor>
  88.          <!-- color of the row on mouse roll over - ignored if UseRollOver is false -->
  89.          <rowSelectedColor type="Number">0xC0C0C0</rowSelectedColor>
  90.          <!-- color of the row when it is the currently active row -->
  91.          <rowIndentation>10</rowIndentation>
  92.          <!-- number of pixels each row of a tree is indented -->
  93.          <borderStyle>solid</borderStyle>
  94.          <!-- none, inset, outset, solid -->
  95.          <textColor type="Number">0x000000</textColor>
  96.          <!-- the font color of tree items -->
  97.          <fontFamily>_sans</fontFamily>
  98.          <!-- the name of the font to be used, i.e. Arial, Times New Roman, HelveticaNeueLT Std  -->
  99.          <fontSize type="Number">12</fontSize>
  100.          <fontWeight>none</fontWeight>
  101.          <!-- none, bold -->
  102.          <textAlign>left</textAlign>
  103.          <!-- left, right, center -->
  104.          <textDecoration>none</textDecoration>
  105.          <!-- none, underline -->
  106.          <textIndent type="Number">0</textIndent>
  107.          <textRollOverColor type="Number">0x000000</textRollOverColor>
  108.          <!-- color of text on mouse roll over - ignored if UseRollOver is false -->
  109.          <textSelectedColor type="Number">0x000000</textSelectedColor>
  110.          <!-- color of text when row is selected -->
  111.          <useRollOver type="Boolean">0</useRollOver>
  112.          <!-- Use boolean numerical equivalents( 0 = false, 1 = true ) if set to false the rollover colors for the text and row are ignored -->
  113.          <collapsible type="Boolean">$SWFCollapsableTOC</collapsible>
  114.          <!-- if false, the collapsible nature of the tree is disabled -->
  115.          <expanded type="Boolean">1</expanded>
  116.       </toc>
  117.       <quiz>
  118.          <disableFeedback type="Boolean">$QuizDisableFeedback</disableFeedback>
  119.          <txtQuestionOf>$QuizStrQuestionOf</txtQuestionOf>
  120.          <txtPrev>$QuizStrPrev</txtPrev>
  121.          <txtSubmit>$QuizStrSubmit</txtSubmit>
  122.          <txtNext>$QuizStrNext</txtNext>
  123.          <txtDone>$QuizStrDone</txtDone>
  124.          <txtPreview>$QuizStrPreview</txtPreview>
  125.          <txtSend>$QuizStrSend</txtSend>
  126.          <txtMainMessage>$QuizStrMainMessage</txtMainMessage>
  127.          <txtEmailContents>$QuizStrEmailContents</txtEmailContents>
  128.          <txtEmailTo>$QuizStrEmailTo</txtEmailTo>
  129.          <txtAnswersSent>$QuizStrAnswersSent</txtAnswersSent>
  130.          <txtsummary>$QuizStrSummary</txtsummary>
  131.          <txtScore>$QuizStrScore</txtScore>
  132.          <txtSummaryTitle>$QuizStrSummaryTitle</txtSummaryTitle>
  133.       </quiz>
  134.    </config>
  135.    <playlist>
  136.       $PlaylistXML
  137.    </playlist>   
  138.    <tocInfo>
  139.       $TableOfContentsXML
  140.    </tocInfo>
  141. </main>