<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A free flash slideshow for your websitemanual</title>
	<atom:link href="http://www.creativeclans.nl/tag/manual/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.creativeclans.nl</link>
	<description>A free flash slideshow for your website</description>
	<lastBuildDate>Thu, 19 Jan 2012 20:36:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Creative Clans Slide Show v1.2 &#8211; User guide</title>
		<link>http://www.creativeclans.nl/2009/01/creative-clans-slide-show-v12-user-guide/</link>
		<comments>http://www.creativeclans.nl/2009/01/creative-clans-slide-show-v12-user-guide/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 10:10:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCSlideShow Documentation]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[slide show]]></category>

		<guid isPermaLink="false">http://www.creativeclans.nl/?p=134</guid>
		<description><![CDATA[<p>The following documentation is included in the package you can download as well.</p>
<h4>Installation</h4>
<ol>
<li>Download the latest version of the product from the Creative Clans website (http://www.creativeclans.nl)</li>
<li>Unzip the package in a folder on your computer</li>
<li>Upload the CCSlideShow folder to your site</li>
<li>Copy the code in the index.html example file in the package, and paste it into your page&#8217;s code</li>
<li>To modify the look and feel of the slide show, and to get it to show YOUR slides, read the rest of this document</li>
</ol>
<p><span id="more-134"></span></p>
<h4>Show my slides (the beginning)</h4>
<ol>
<li>Put your images online in the &#8216;images&#8217; subfolder of the &#8216;CCSlideShow&#8217; folder</li>
<li>Edit the CCSlideShow.xml in the &#8216;CCSlideShow&#8217; folder (a detailed explanation of the slides xml document follows further down)</li>
</ol>
<p>Since the html code and the config xml document included in the package are set up to work with the folder structure present in the package, it should work without a problem.</p>
<p>If you want to change something (for example save the images in another folder, or change the name of the xml documents), you&#8217;ll have to set some parameters. Keep reading to learn about it.</p>
<h4>CCSlideShow.xml</h4>
<p>Contains the info of the slides. The structure must be that of the CCSlideShow.xml included in the package you downloaded. Just make a copy and edit it.<br />
 For each slide, you have to provide three tags: itemName, itemCaption and itemLink. None of them has to contain any data, but they have to be present.</p>
<p><strong>itemName</strong>: The name of the slide. Not used by the slide show, it&#8217;s for your own convenience.<br />
 <strong>itemCaption</strong>: Shown as caption by the slide show (unless you switch captions off).<br />
 <strong>itemLink</strong>: If links are enabled, clicking on the slide will open a new window with the page defined in this tag. If no link is inserted, no window will be opened. If a link is defined in the config xml document (see further down), that link will override the links defined in this document for the single slides.</p>
<h4>CCSlideShowConfig.xml</h4>
<p>Contains the parameters that set the look and feel of the slide show. The structure must be that of the CCSlideShowConfig.xml included in the package you downloaded. Just make a copy and edit it.<br />
 You only have to include the parameters you want to give a non-default value. All parameters that are missing in this document will be set to their default value.</p>
<p>Example:</p>
<pre>&#60;parameter name="backgroundColor"&#62;0xB5B5B5&#60;/parameter&#62;</pre>
<p><span style="font-size: medium;"><strong>Parameters</strong></span>:</p>
<p><strong>backgroundColor</strong><br />
 Background color  <br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0xFFFFFF (white)</p>
<p><strong>loops</strong><br />
 Number of loops  <br />
 Value has to be numeric<br />
 Value 0 means infinite loops<br />
 Default: 0</p>
<p><strong>effectTime</strong><br />
 Duration of the transition effect between slides (in seconds)<br />
 Value has to be numeric  <br />
 Default: 1</p>
<p><strong>wait</strong><br />
 Time the slide is shown (in milliseconds)<br />
 The waiting starts at the end of the transition effect<br />
 Value has to be numeric  <br />
 Default: 3000 (3 seconds)</p>
<p><strong>includeEffects</strong><br />
 List of transition effects to be used (separated by comma, no spaces (!))<br />
 Example: fadein,fadeout<br />
 (if you want to use all available effects, omit this parameter of leave it empty)<br />
 Possible values: see further down<br />
 Default: empty</p>
<p><strong>excludeEffects</strong><br />
 List of transition effects not to be used (separated by comma, no spaces (!))<br />
 (if you want to use all available effects, omit this parameter of leave it empty)<br />
 Possible values: see further down   <br />
 Default: empty</p>
<p><strong>stopOnMouseOver</strong><br />
 If &#8216;yes&#8217;, the slide show is paused while the mouse hovers over the slideshow<br />
 Possible values: yes, no   <br />
 Default: no</p>
<p><strong>enableLinks</strong><br />
 If &#8216;yes&#8217;, clicking on the slide will open the link defined in the link parameter, <br />
 or, if that doesn&#8217;t have a value, the link defined for each slide in CCSlideShow.xml<br />
 Possible values: yes, no<br />
 Default: no</p>
<p><strong>link</strong><br />
 If used, it replaces the link defined for each single slide in CCSlideShow.xml<br />
 Default: empty</p>
<p><strong>linkTarget</strong><br />
 Possible values:</p>
<ul>
<li>_self    specifies the current frame in the current window. </li>
<li>_blank    specifies a new window.</li>
<li>_parent    specifies the parent of the current frame. </li>
<li>_top    specifies the top-level frame in the current window.</li>
</ul>
<p>Default: _blank</p>
<p><strong>path</strong><br />
 Contains the path (relative or absolute) to the slides folder, WITH the final slash<br />
 Default: images/</p>
<p><strong>order</strong><br />
 Order in which the slides are shown<br />
 Possible values: forward, backward, random<br />
 Default: forward</p>
<p><strong>slides</strong><br />
 Number of slides to be shown<br />
 Value has to be numeric<br />
 Value 0 means all slides<br />
 Is used when Order is random<br />
 Default: 0</p>
<p><strong>borderStyle</strong><br />
 Possible values: none, solid, blurred  <br />
 Default: none</p>
<p><strong>borderColor</strong><br />
 Is used when Border style is solid or blurred<br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0&#215;000000 (black)</p>
<p><strong>borderThickness</strong><br />
 Border thickness in px<br />
 Is used when Border style is solid or blurred<br />
 Value has to be numeric  <br />
 Default: 1</p>
<p><strong>borderAlpha</strong><br />
 Border transparancy value<br />
 Is used when Border style is solid or blurred<br />
 Value has to be numeric from 0 to 1.0  <br />
 Default: 1.0</p>
<p><strong>captionStyle</strong><br />
 Possible values: none, fixed, hide (appears when the mouse hovers over the slide) <br />
 Default: none</p>
<p><strong>captionType</strong><br />
 Is used when Caption style is fixed or hide<br />
 Possible values: text, image  <br />
 Default: text</p>
<p><strong>captionImage</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is image<br />
 Has to contain the relative or absolute path to the image to be used  <br />
 Default: empty</p>
<p><strong>captionBackgroundColor</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0&#215;000000 (black)</p>
<p><strong>captionColor</strong><br />
 Caption text color<br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0xFFFFFF (white)</p>
<p><strong>captionText</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 If used, it replaces the caption text of the single slides set in the slides xml document<br />
 Default: empty</p>
<p><strong>captionTextRightMargin</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Has to be a numeric value<br />
 Default: 0</p>
<p><strong>captionTextLeftMargin</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Has to be a numeric value<br />
 Default: 0</p>
<p><strong>captionTextBottomMargin</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Has to be a numeric value<br />
 Default: 0</p>
<p><strong>captionTextFont</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 If the font doesn&#8217;t exist, the default flash font (Times New Roman) will be used<br />
 Default: Times New Roman</p>
<p><strong>captionTextFontSize</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Default: 12</p>
<p><strong>captionBackgroundAlpha</strong><br />
 Caption background transparancy value<br />
 Is used when Caption style is fixed or hide<br />
 Value has to be numeric from 0 to 1.0  <br />
 Default: 1.0</p>
<p><strong>captionPosition</strong><br />
 Is used when Caption style is fixed or hide<br />
 Possible values: top, bottom, offset  <br />
 Default: top</p>
<p><strong>captionHorizontalOffset</strong><br />
 Is used when Caption position is offset<br />
 Value has to be numeric<br />
 Default: 0</p>
<p><strong>captionVerticalOffset</strong><br />
 Is used when Caption position is offset<br />
 Value has to be numeric<br />
 Default: 0</p>
<h4>Transition effects</h4>
<p>- none<br />
 &#8211; fadeout<br />
 &#8211; fadein<br />
 &#8211; upout<br />
 &#8211; upin<br />
 &#8211; downout<br />
 &#8211; downin<br />
 &#8211; leftout<br />
 &#8211; leftin<br />
 &#8211; rightout<br />
 &#8211; rightin<br />
 &#8211; leftupout<br />
 &#8211; leftupin<br />
 &#8211; rightupout<br />
 &#8211; rightupin<br />
 &#8211; rightdownout<br />
 &#8211; rightdownin<br />
 &#8211; leftdownout<br />
 &#8211; leftdownin<br />
 &#8211; shrinkleftup<br />
 &#8211; growleftup<br />
 &#8211; shrinkleftdown<br />
 &#8211; growleftdown<br />
 &#8211; shrinkrightup<br />
 &#8211; growrightup<br />
 &#8211; shrinkrightdown<br />
 &#8211; growrightdown<br />
 &#8211; shrinkcenter<br />
 &#8211; growcenter</p>
<h4>Show my slides (advanced)</h4>
<p>The most basic configuration is the following:</p>
<pre>&#60;folder&#62; (folder that contains the page)
  page.html (or .php)
  CCSlideShow.swf
  CCSlideShow.xml
  CCSlideShowConfig.xml
  &#60;images&#62; (contains the images)</pre>
<p>In this case, the following code in the html will include the slide show:</p>
<pre>&#60;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
  codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
  width="300" height="225"&#62;
  &#60;param name="movie" value="CCSlideShow.swf" /&#62;
  &#60;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225" /&#62;
&#60;/object&#62;</pre>
<p>Also, there&#8217;s no need to set the folder in the config xml document (the default value is &#8216;images/&#8217;).</p>
<p>When, however, you want to change something in the folder structure, you&#8217;ll need to make some changes in the html (when the .swf and/or the xml documents aren&#8217;t in the same folder as the html/php page and/or have a different name) and/or the config xml document (when the images are stored somewhere different from the &#8216;image&#8217; subfolder).</p>
<h5>Example 1 : Slide show in a subfolder</h5>
<p>If you don&#8217;t want to put the slide show flash object in the same folder as the page that calls it, you&#8217;ll have to point to it. The path has to point to it starting from the page that calls it. This is the configuration in the package you downloaded.</p>
<pre>&#60;folder&#62; (folder that contains the page)
  page.html (or .php)
  &#60;CCSlideShow&#62;
    CCSlideShow.swf
    CCSlideShow.xml
    CCSlideShowConfig.xml
    &#60;images&#62; (contains the images)</pre>
<p>The html code:</p>
<pre>&#60;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
        codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
        width="300" height="225"&#62;
  &#60;param name="movie" value="CCSlideShow/CCSlideShow.swf" /&#62;
  &#60;param name="FlashVars" value="config=CCSlideShow/CCSlideShowConfig.xml&#38;slides=CCSlideShow/CCSlideShow.xml" /&#62;
  &#60;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225"
         FlashVars="config=CCSlideShow/CCSlideShowConfig.xml&#38;slides=CCSlideShow/CCSlideShow.xml" /&#62;
&#60;/object&#62;</pre>
<p>There are 2 differences:</p>
<ol>
<li>The relative path has been added in front of CCSlideShow.swf</li>
<li>The Flashvars parameter has been added to point to the two xml documents, with 2 variables:
<ul>
<li> config (contains the path and name of the config xml document)</li>
<li> slides (contains the path and name of the slides xml document)</li>
</ul>
<p>The path to the xml documents can be absolute or relative. If it&#8217;s relative, it has to be so starting from the page containing the html code.</p>
</li>
</ol>
<p>Since the &#8216;images&#8217; folder has a different position as well (it&#8217;s no longer a subfolder from the folder where the page with the html code resides), the &#8216;path&#8217; parameter in the config xml document has to be set:</p>
<pre>&#60;parameter name="path"&#62;CCSlideShow/images/&#60;/parameter&#62;</pre>
<p>The path to the images can be absolute or relative. If it&#8217;s relative, it has to be so starting from the page containing the html code.</p>
<h5>Example 2 : the xml documents have a different name</h5>
<p>By default, the two xml files used by the slideshow are called &#8216;CCSlideShow.xml&#8217; (contains the slide info) and &#8216;CCSlideShowConfig.xml&#8217;. You can, however, call them any way you like. Which becomes a must when you want to use more than one slide show on your site. All you have to do is point the slide show to the xml documents through the Flashvars parameter (just like in example 1).</p>
<p>Let&#8217;s assume that we want to show 2 different slide shows, both with the same look and feel (one config xml document), but with different slides to show (two slides xml documents).<br />
 All images will be stored in the same folder (otherwise we would need two config xml documents).</p>
<pre>&#60;folder&#62; (folder that contains the page)
  page.html (or .php)
  &#60;CCSlideShow&#62;
    CCSlideShow.swf
    CCSlides1.xml
    CCSlides2.xml
    CCSlideShowConfig.xml
    &#60;images&#62; (contains the images)</pre>
<p>The html code for the first slide show:</p>
<pre>&#60;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
        codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
        width="300" height="225"&#62;
  &#60;param name="movie" value="CCSlideShow/CCSlideShow.swf" /&#62;
  &#60;param name="FlashVars" value="config=CCSlideShow/CCSlideShowConfig.xml&#38;slides=CCSlideShow/CCSlides1.xml" /&#62;
  &#60;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225"
         FlashVars="config=CCSlideShow/CCSlideShowConfig.xml&#38;slides=CCSlideShow/CCSlides1.xml" /&#62;
&#60;/object&#62;</pre>
<p>The html code for the second slide show:</p>
<pre>&#60;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
        codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
        width="300" height="225"&#62;
  &#60;param name="movie" value="CCSlideShow/CCSlideShow.swf" /&#62;
  &#60;param name="FlashVars" value="config=CCSlideShow/CCSlideShowConfig.xml&#38;slides=CCSlideShow/CCSlides2.xml" /&#62;
  &#60;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225"
         FlashVars="config=CCSlideShow/CCSlideShowConfig.xml&#38;slides=CCSlideShow/CCSlides2.xml" /&#62;
&#60;/object&#62;&#8230;</pre>]]></description>
			<content:encoded><![CDATA[<p>The following documentation is included in the package you can download as well.</p>
<h4>Installation</h4>
<ol>
<li>Download the latest version of the product from the Creative Clans website (http://www.creativeclans.nl)</li>
<li>Unzip the package in a folder on your computer</li>
<li>Upload the CCSlideShow folder to your site</li>
<li>Copy the code in the index.html example file in the package, and paste it into your page&#8217;s code</li>
<li>To modify the look and feel of the slide show, and to get it to show YOUR slides, read the rest of this document</li>
</ol>
<p><span id="more-134"></span></p>
<h4>Show my slides (the beginning)</h4>
<ol>
<li>Put your images online in the &#8216;images&#8217; subfolder of the &#8216;CCSlideShow&#8217; folder</li>
<li>Edit the CCSlideShow.xml in the &#8216;CCSlideShow&#8217; folder (a detailed explanation of the slides xml document follows further down)</li>
</ol>
<p>Since the html code and the config xml document included in the package are set up to work with the folder structure present in the package, it should work without a problem.</p>
<p>If you want to change something (for example save the images in another folder, or change the name of the xml documents), you&#8217;ll have to set some parameters. Keep reading to learn about it.</p>
<h4>CCSlideShow.xml</h4>
<p>Contains the info of the slides. The structure must be that of the CCSlideShow.xml included in the package you downloaded. Just make a copy and edit it.<br />
 For each slide, you have to provide three tags: itemName, itemCaption and itemLink. None of them has to contain any data, but they have to be present.</p>
<p><strong>itemName</strong>: The name of the slide. Not used by the slide show, it&#8217;s for your own convenience.<br />
 <strong>itemCaption</strong>: Shown as caption by the slide show (unless you switch captions off).<br />
 <strong>itemLink</strong>: If links are enabled, clicking on the slide will open a new window with the page defined in this tag. If no link is inserted, no window will be opened. If a link is defined in the config xml document (see further down), that link will override the links defined in this document for the single slides.</p>
<h4>CCSlideShowConfig.xml</h4>
<p>Contains the parameters that set the look and feel of the slide show. The structure must be that of the CCSlideShowConfig.xml included in the package you downloaded. Just make a copy and edit it.<br />
 You only have to include the parameters you want to give a non-default value. All parameters that are missing in this document will be set to their default value.</p>
<p>Example:</p>
<pre>&lt;parameter name="backgroundColor"&gt;0xB5B5B5&lt;/parameter&gt;</pre>
<p><span style="font-size: medium;"><strong>Parameters</strong></span>:</p>
<p><strong>backgroundColor</strong><br />
 Background color  <br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0xFFFFFF (white)</p>
<p><strong>loops</strong><br />
 Number of loops  <br />
 Value has to be numeric<br />
 Value 0 means infinite loops<br />
 Default: 0</p>
<p><strong>effectTime</strong><br />
 Duration of the transition effect between slides (in seconds)<br />
 Value has to be numeric  <br />
 Default: 1</p>
<p><strong>wait</strong><br />
 Time the slide is shown (in milliseconds)<br />
 The waiting starts at the end of the transition effect<br />
 Value has to be numeric  <br />
 Default: 3000 (3 seconds)</p>
<p><strong>includeEffects</strong><br />
 List of transition effects to be used (separated by comma, no spaces (!))<br />
 Example: fadein,fadeout<br />
 (if you want to use all available effects, omit this parameter of leave it empty)<br />
 Possible values: see further down<br />
 Default: empty</p>
<p><strong>excludeEffects</strong><br />
 List of transition effects not to be used (separated by comma, no spaces (!))<br />
 (if you want to use all available effects, omit this parameter of leave it empty)<br />
 Possible values: see further down   <br />
 Default: empty</p>
<p><strong>stopOnMouseOver</strong><br />
 If &#8216;yes&#8217;, the slide show is paused while the mouse hovers over the slideshow<br />
 Possible values: yes, no   <br />
 Default: no</p>
<p><strong>enableLinks</strong><br />
 If &#8216;yes&#8217;, clicking on the slide will open the link defined in the link parameter, <br />
 or, if that doesn&#8217;t have a value, the link defined for each slide in CCSlideShow.xml<br />
 Possible values: yes, no<br />
 Default: no</p>
<p><strong>link</strong><br />
 If used, it replaces the link defined for each single slide in CCSlideShow.xml<br />
 Default: empty</p>
<p><strong>linkTarget</strong><br />
 Possible values:</p>
<ul>
<li>_self    specifies the current frame in the current window. </li>
<li>_blank    specifies a new window.</li>
<li>_parent    specifies the parent of the current frame. </li>
<li>_top    specifies the top-level frame in the current window.</li>
</ul>
<p>Default: _blank</p>
<p><strong>path</strong><br />
 Contains the path (relative or absolute) to the slides folder, WITH the final slash<br />
 Default: images/</p>
<p><strong>order</strong><br />
 Order in which the slides are shown<br />
 Possible values: forward, backward, random<br />
 Default: forward</p>
<p><strong>slides</strong><br />
 Number of slides to be shown<br />
 Value has to be numeric<br />
 Value 0 means all slides<br />
 Is used when Order is random<br />
 Default: 0</p>
<p><strong>borderStyle</strong><br />
 Possible values: none, solid, blurred  <br />
 Default: none</p>
<p><strong>borderColor</strong><br />
 Is used when Border style is solid or blurred<br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0&#215;000000 (black)</p>
<p><strong>borderThickness</strong><br />
 Border thickness in px<br />
 Is used when Border style is solid or blurred<br />
 Value has to be numeric  <br />
 Default: 1</p>
<p><strong>borderAlpha</strong><br />
 Border transparancy value<br />
 Is used when Border style is solid or blurred<br />
 Value has to be numeric from 0 to 1.0  <br />
 Default: 1.0</p>
<p><strong>captionStyle</strong><br />
 Possible values: none, fixed, hide (appears when the mouse hovers over the slide) <br />
 Default: none</p>
<p><strong>captionType</strong><br />
 Is used when Caption style is fixed or hide<br />
 Possible values: text, image  <br />
 Default: text</p>
<p><strong>captionImage</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is image<br />
 Has to contain the relative or absolute path to the image to be used  <br />
 Default: empty</p>
<p><strong>captionBackgroundColor</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0&#215;000000 (black)</p>
<p><strong>captionColor</strong><br />
 Caption text color<br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0xFFFFFF (white)</p>
<p><strong>captionText</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 If used, it replaces the caption text of the single slides set in the slides xml document<br />
 Default: empty</p>
<p><strong>captionTextRightMargin</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Has to be a numeric value<br />
 Default: 0</p>
<p><strong>captionTextLeftMargin</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Has to be a numeric value<br />
 Default: 0</p>
<p><strong>captionTextBottomMargin</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Has to be a numeric value<br />
 Default: 0</p>
<p><strong>captionTextFont</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 If the font doesn&#8217;t exist, the default flash font (Times New Roman) will be used<br />
 Default: Times New Roman</p>
<p><strong>captionTextFontSize</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Default: 12</p>
<p><strong>captionBackgroundAlpha</strong><br />
 Caption background transparancy value<br />
 Is used when Caption style is fixed or hide<br />
 Value has to be numeric from 0 to 1.0  <br />
 Default: 1.0</p>
<p><strong>captionPosition</strong><br />
 Is used when Caption style is fixed or hide<br />
 Possible values: top, bottom, offset  <br />
 Default: top</p>
<p><strong>captionHorizontalOffset</strong><br />
 Is used when Caption position is offset<br />
 Value has to be numeric<br />
 Default: 0</p>
<p><strong>captionVerticalOffset</strong><br />
 Is used when Caption position is offset<br />
 Value has to be numeric<br />
 Default: 0</p>
<h4>Transition effects</h4>
<p>- none<br />
 &#8211; fadeout<br />
 &#8211; fadein<br />
 &#8211; upout<br />
 &#8211; upin<br />
 &#8211; downout<br />
 &#8211; downin<br />
 &#8211; leftout<br />
 &#8211; leftin<br />
 &#8211; rightout<br />
 &#8211; rightin<br />
 &#8211; leftupout<br />
 &#8211; leftupin<br />
 &#8211; rightupout<br />
 &#8211; rightupin<br />
 &#8211; rightdownout<br />
 &#8211; rightdownin<br />
 &#8211; leftdownout<br />
 &#8211; leftdownin<br />
 &#8211; shrinkleftup<br />
 &#8211; growleftup<br />
 &#8211; shrinkleftdown<br />
 &#8211; growleftdown<br />
 &#8211; shrinkrightup<br />
 &#8211; growrightup<br />
 &#8211; shrinkrightdown<br />
 &#8211; growrightdown<br />
 &#8211; shrinkcenter<br />
 &#8211; growcenter</p>
<h4>Show my slides (advanced)</h4>
<p>The most basic configuration is the following:</p>
<pre>&lt;folder&gt; (folder that contains the page)
  page.html (or .php)
  CCSlideShow.swf
  CCSlideShow.xml
  CCSlideShowConfig.xml
  &lt;images&gt; (contains the images)</pre>
<p>In this case, the following code in the html will include the slide show:</p>
<pre>&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
  codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
  width="300" height="225"&gt;
  &lt;param name="movie" value="CCSlideShow.swf" /&gt;
  &lt;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225" /&gt;
&lt;/object&gt;</pre>
<p>Also, there&#8217;s no need to set the folder in the config xml document (the default value is &#8216;images/&#8217;).</p>
<p>When, however, you want to change something in the folder structure, you&#8217;ll need to make some changes in the html (when the .swf and/or the xml documents aren&#8217;t in the same folder as the html/php page and/or have a different name) and/or the config xml document (when the images are stored somewhere different from the &#8216;image&#8217; subfolder).</p>
<h5>Example 1 : Slide show in a subfolder</h5>
<p>If you don&#8217;t want to put the slide show flash object in the same folder as the page that calls it, you&#8217;ll have to point to it. The path has to point to it starting from the page that calls it. This is the configuration in the package you downloaded.</p>
<pre>&lt;folder&gt; (folder that contains the page)
  page.html (or .php)
  &lt;CCSlideShow&gt;
    CCSlideShow.swf
    CCSlideShow.xml
    CCSlideShowConfig.xml
    &lt;images&gt; (contains the images)</pre>
<p>The html code:</p>
<pre>&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
        codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
        width="300" height="225"&gt;
  &lt;param name="movie" value="CCSlideShow/CCSlideShow.swf" /&gt;
  &lt;param name="FlashVars" value="config=CCSlideShow/CCSlideShowConfig.xml&amp;slides=CCSlideShow/CCSlideShow.xml" /&gt;
  &lt;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225"
         FlashVars="config=CCSlideShow/CCSlideShowConfig.xml&amp;slides=CCSlideShow/CCSlideShow.xml" /&gt;
&lt;/object&gt;</pre>
<p>There are 2 differences:</p>
<ol>
<li>The relative path has been added in front of CCSlideShow.swf</li>
<li>The Flashvars parameter has been added to point to the two xml documents, with 2 variables:
<ul>
<li> config (contains the path and name of the config xml document)</li>
<li> slides (contains the path and name of the slides xml document)</li>
</ul>
<p>The path to the xml documents can be absolute or relative. If it&#8217;s relative, it has to be so starting from the page containing the html code.</p>
</li>
</ol>
<p>Since the &#8216;images&#8217; folder has a different position as well (it&#8217;s no longer a subfolder from the folder where the page with the html code resides), the &#8216;path&#8217; parameter in the config xml document has to be set:</p>
<pre>&lt;parameter name="path"&gt;CCSlideShow/images/&lt;/parameter&gt;</pre>
<p>The path to the images can be absolute or relative. If it&#8217;s relative, it has to be so starting from the page containing the html code.</p>
<h5>Example 2 : the xml documents have a different name</h5>
<p>By default, the two xml files used by the slideshow are called &#8216;CCSlideShow.xml&#8217; (contains the slide info) and &#8216;CCSlideShowConfig.xml&#8217;. You can, however, call them any way you like. Which becomes a must when you want to use more than one slide show on your site. All you have to do is point the slide show to the xml documents through the Flashvars parameter (just like in example 1).</p>
<p>Let&#8217;s assume that we want to show 2 different slide shows, both with the same look and feel (one config xml document), but with different slides to show (two slides xml documents).<br />
 All images will be stored in the same folder (otherwise we would need two config xml documents).</p>
<pre>&lt;folder&gt; (folder that contains the page)
  page.html (or .php)
  &lt;CCSlideShow&gt;
    CCSlideShow.swf
    CCSlides1.xml
    CCSlides2.xml
    CCSlideShowConfig.xml
    &lt;images&gt; (contains the images)</pre>
<p>The html code for the first slide show:</p>
<pre>&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
        codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
        width="300" height="225"&gt;
  &lt;param name="movie" value="CCSlideShow/CCSlideShow.swf" /&gt;
  &lt;param name="FlashVars" value="config=CCSlideShow/CCSlideShowConfig.xml&amp;slides=CCSlideShow/CCSlides1.xml" /&gt;
  &lt;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225"
         FlashVars="config=CCSlideShow/CCSlideShowConfig.xml&amp;slides=CCSlideShow/CCSlides1.xml" /&gt;
&lt;/object&gt;</pre>
<p>The html code for the second slide show:</p>
<pre>&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
        codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
        width="300" height="225"&gt;
  &lt;param name="movie" value="CCSlideShow/CCSlideShow.swf" /&gt;
  &lt;param name="FlashVars" value="config=CCSlideShow/CCSlideShowConfig.xml&amp;slides=CCSlideShow/CCSlides2.xml" /&gt;
  &lt;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225"
         FlashVars="config=CCSlideShow/CCSlideShowConfig.xml&amp;slides=CCSlideShow/CCSlides2.xml" /&gt;
&lt;/object&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.creativeclans.nl/2009/01/creative-clans-slide-show-v12-user-guide/feed/</wfw:commentRss>
		<slash:comments>62</slash:comments>
		</item>
		<item>
		<title>Creative Clans Slide Show v1.1 &#8211; User guide</title>
		<link>http://www.creativeclans.nl/2008/12/creative-clans-slide-show-v10-user-guide/</link>
		<comments>http://www.creativeclans.nl/2008/12/creative-clans-slide-show-v10-user-guide/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 10:55:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCSlideShow Documentation]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[slide show]]></category>

		<guid isPermaLink="false">http://www.creativeclans.nl/?p=30</guid>
		<description><![CDATA[<p>The following documentation is included in the package you can download as well.</p>
<h4>Installation</h4>
<ol>
<li>Download the latest version of the product from the Creative Clans website (http://www.creativeclans.nl)</li>
<li>Unzip the package in a folder on your computer</li>
<li>Upload the CCSlideShow folder to your site</li>
<li>Copy the code in the index.html example file in the package, and paste it into your page&#8217;s code</li>
<li>To modify the look and feel of the slide show, and to get it to show YOUR slides, read the rest of this document</li>
</ol>
<h4><span id="more-30"></span>Show my slides (the beginning)</h4>
<ol>
<li>Put your images online in the &#8216;images&#8217; subfolder of the &#8216;CCSlideShow&#8217; folder</li>
<li>Edit the CCSlideShow.xml in the &#8216;CCSlideShow&#8217; folder (a detailed explanation of the slides xml document follows further down)</li>
</ol>
<p>Since the html code and the config xml document included in the package are set up to work with the folder structure present in the package, it should work without a problem.</p>
<p>If you want to change something (for example save the images in another folder, or change the name of the xml documents), you&#8217;ll have to set some parameters. Keep reading to learn about it.</p>
<h4>CCSlideShow.xml</h4>
<p>Contains the info of the slides. The structure must be that of the CCSlideShow.xml included in the package you downloaded. Just make a copy and edit it.<br />
 For each slide, you have to provide three tags: itemName, itemCaption and itemLink. None of them has to contain any data, but they have to be present.</p>
<p><strong>itemName</strong>: The name of the slide. Not used by the slide show, it&#8217;s for your own convenience.<br />
 <strong>itemCaption</strong>: Shown as caption by the slide show (unless you switch captions off).<br />
 <strong>itemLink</strong>: If links are enabled, clicking on the slide will open a new window with the page defined in this tag. If no link is inserted, no window will be opened. If a link is defined in the config xml document (see further down), that link will override the links defined in this document for the single slides.</p>
<h4>CCSlideShowConfig.xml</h4>
<p>Contains the parameters that set the look and feel of the slide show. The structure must be that of the CCSlideShowConfig.xml included in the package you downloaded. Just make a copy and edit it.<br />
 You only have to include the parameters you want to give a non-default value. All parameters that are missing in this document will be set to their default value.</p>
<p>Example:</p>
<pre>&#60;parameter name="backgroundColor"&#62;0xB5B5B5&#60;/parameter&#62;</pre>
<p><span style="font-size: medium;"><strong>Parameters</strong></span>:</p>
<p><strong>backgroundColor</strong><br />
 Background color  <br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0xFFFFFF (white)</p>
<p><strong>loops</strong><br />
 Number of loops  <br />
 Value has to be numeric<br />
 Value 0 means infinite loops<br />
 Default: 0</p>
<p><strong>effectTime</strong><br />
 Duration of the transition effect between slides (in seconds)<br />
 Value has to be numeric  <br />
 Default: 1</p>
<p><strong>wait</strong><br />
 Time the slide is shown (in milliseconds)<br />
 The waiting starts at the end of the transition effect<br />
 Value has to be numeric  <br />
 Default: 3000 (3 seconds)</p>
<p><strong>includeEffects</strong><br />
 List of transition effects to be used (separated by comma, no spaces (!))<br />
 Example: fadein,fadeout<br />
 (if you want to use all available effects, omit this parameter of leave it empty)<br />
 Possible values: see further down<br />
 Default: empty</p>
<p><strong>excludeEffects</strong><br />
 List of transition effects not to be used (separated by comma, no spaces (!))<br />
 (if you want to use all available effects, omit this parameter of leave it empty)<br />
 Possible values: see further down   <br />
 Default: empty</p>
<p><strong>stopOnMouseOver</strong><br />
 If &#8216;yes&#8217;, the slide show is paused while the mouse hovers over the slideshow<br />
 Possible values: yes, no   <br />
 Default: no</p>
<p><strong>enableLinks</strong><br />
 If &#8216;yes&#8217;, clicking on the slide will open the link defined in the link parameter, <br />
 or, if that doesn&#8217;t have a value, the link defined for each slide in CCSlideShow.xml<br />
 Possible values: yes, no<br />
 Default: no</p>
<p><strong>link</strong><br />
 If used, it replaces the link defined for each single slide in CCSlideShow.xml<br />
 Default: empty</p>
<p><strong>path</strong><br />
 Contains the path (relative or absolute) to the slides folder, WITH the final slash<br />
 Default: images/</p>
<p><strong>order</strong><br />
 Order in which the slides are shown<br />
 Possible values: forward, backward, random<br />
 Default: forward</p>
<p><strong>slides</strong><br />
 Number of slides to be shown<br />
 Value has to be numeric<br />
 Value 0 means all slides<br />
 Is used when Order is random<br />
 Default: 0</p>
<p><strong>borderStyle</strong><br />
 Possible values: none, solid, blurred  <br />
 Default: none</p>
<p><strong>borderColor</strong><br />
 Is used when Border style is solid or blurred<br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0&#215;000000 (black)</p>
<p><strong>borderThickness</strong><br />
 Border thickness in px<br />
 Is used when Border style is solid or blurred<br />
 Value has to be numeric  <br />
 Default: 1</p>
<p><strong>borderAlpha</strong><br />
 Border transparancy value<br />
 Is used when Border style is solid or blurred<br />
 Value has to be numeric from 0 to 1.0  <br />
 Default: 1.0</p>
<p><strong>captionStyle</strong><br />
 Possible values: none, fixed, hide (appears when the mouse hovers over the slide) <br />
 Default: none</p>
<p><strong>captionType</strong><br />
 Is used when Caption style is fixed or hide<br />
 Possible values: text, image  <br />
 Default: text</p>
<p><strong>captionImage</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is image<br />
 Has to contain the relative or absolute path to the image to be used  <br />
 Default: empty</p>
<p><strong>captionBackgroundColor</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0&#215;000000 (black)</p>
<p><strong>captionColor</strong><br />
 Caption text color<br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0xFFFFFF (white)</p>
<p><strong>captionText</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 If used, it replaces the caption text of the single slides set in the slides xml document<br />
 Default: empty</p>
<p><strong>captionTextRightMargin</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Has to be a numeric value<br />
 Default: 0</p>
<p><strong>captionTextLeftMargin</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Has to be a numeric value<br />
 Default: 0</p>
<p><strong>captionTextBottomMargin</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Has to be a numeric value<br />
 Default: 0</p>
<p><strong>captionTextFont</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 If the font doesn&#8217;t exist, the default flash font (Times New Roman) will be used<br />
 Default: Times New Roman</p>
<p><strong>captionTextFontSize</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Default: 12</p>
<p><strong>captionBackgroundAlpha</strong><br />
 Caption background transparancy value<br />
 Is used when Caption style is fixed or hide<br />
 Value has to be numeric from 0 to 1.0  <br />
 Default: 1.0</p>
<p><strong>captionPosition</strong><br />
 Is used when Caption style is fixed or hide<br />
 Possible values: top, bottom, offset  <br />
 Default: top</p>
<p><strong>captionHorizontalOffset</strong><br />
 Is used when Caption position is offset<br />
 Value has to be numeric<br />
 Default: 0</p>
<p><strong>captionVerticalOffset</strong><br />
 Is used when Caption position is offset<br />
 Value has to be numeric<br />
 Default: 0</p>
<h4>Transition effects</h4>
<p>- none<br />
 &#8211; fadeout<br />
 &#8211; fadein<br />
 &#8211; upout<br />
 &#8211; upin<br />
 &#8211; downout<br />
 &#8211; downin<br />
 &#8211; leftout<br />
 &#8211; leftin<br />
 &#8211; rightout<br />
 &#8211; rightin<br />
 &#8211; leftupout<br />
 &#8211; leftupin<br />
 &#8211; rightupout<br />
 &#8211; rightupin<br />
 &#8211; rightdownout<br />
 &#8211; rightdownin<br />
 &#8211; leftdownout<br />
 &#8211; leftdownin<br />
 &#8211; shrinkleftup<br />
 &#8211; growleftup<br />
 &#8211; shrinkleftdown<br />
 &#8211; growleftdown<br />
 &#8211; shrinkrightup<br />
 &#8211; growrightup<br />
 &#8211; shrinkrightdown<br />
 &#8211; growrightdown<br />
 &#8211; shrinkcenter<br />
 &#8211; growcenter</p>
<h4>Show my slides (advanced)</h4>
<p>The most basic configuration is the following:</p>
<pre>&#60;folder&#62; (folder that contains the page)
  page.html (or .php)
  CCSlideShow.swf
  CCSlideShow.xml
  CCSlideShowConfig.xml
  &#60;images&#62; (contains the images)</pre>
<p>In this case, the following code in the html will include the slide show:</p>
<pre>&#60;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
  codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
  width="300" height="225"&#62;
  &#60;param name="movie" value="CCSlideShow.swf" /&#62;
  &#60;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225" /&#62;
&#60;/object&#62;</pre>
<p>Also, there&#8217;s no need to set the folder in the config xml document (the default value is &#8216;images/&#8217;).</p>
<p>When, however, you want to change something in the folder structure, you&#8217;ll need to make some changes in the html (when the .swf and/or the xml documents aren&#8217;t in the same folder as the html/php page and/or have a different name) and/or the config xml document (when the images are stored somewhere different from the &#8216;image&#8217; subfolder).</p>
<h5>Example 1 : Slide show in a subfolder</h5>
<p>If you don&#8217;t want to put the slide show flash object in the same folder as the page that calls it, you&#8217;ll have to point to it. The path has to point to it starting from the page that calls it. This is the configuration in the package you downloaded.</p>
<pre>&#60;folder&#62; (folder that contains the page)
  page.html (or .php)
  &#60;CCSlideShow&#62;
    CCSlideShow.swf
    CCSlideShow.xml
    CCSlideShowConfig.xml
    &#60;images&#62; (contains the images)</pre>
<p>The html code:</p>
<pre>&#60;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
        codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
        width="300" height="225"&#62;
  &#60;param name="movie" value="CCSlideShow/CCSlideShow.swf" /&#62;
  &#60;param name="FlashVars" value="config=CCSlideShow/CCSlideShowConfig.xml&#38;slides=CCSlideShow/CCSlideShow.xml" /&#62;
  &#60;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225"
         FlashVars="config=CCSlideShow/CCSlideShowConfig.xml&#38;slides=CCSlideShow/CCSlideShow.xml" /&#62;
&#60;/object&#62;</pre>
<p>There are 2 differences:</p>
<ol>
<li>The relative path has been added in front of CCSlideShow.swf</li>
<li>The Flashvars parameter has been added to point to the two xml documents, with 2 variables:
<ul>
<li> config (contains the path and name of the config xml document)</li>
<li> slides (contains the path and name of the slides xml document)</li>
</ul>
<p>The path to the xml documents can be absolute or relative. If it&#8217;s relative, it has to be so starting from the page containing the html code.</p>
</li>
</ol>
<p>Since the &#8216;images&#8217; folder has a different position as well (it&#8217;s no longer a subfolder from the folder where the page with the html code resides), the &#8216;path&#8217; parameter in the config xml document has to be set:</p>
<pre>&#60;parameter name="path"&#62;CCSlideShow/images/&#60;/parameter&#62;</pre>
<p>The path to the images can be absolute or relative. If it&#8217;s relative, it has to be so starting from the page containing the html code.</p>
<h5>Example 2 : the xml documents have a different name</h5>
<p>By default, the two xml files used by the slideshow are called &#8216;CCSlideShow.xml&#8217; (contains the slide info) and &#8216;CCSlideShowConfig.xml&#8217;. You can, however, call them any way you like. Which becomes a must when you want to use more than one slide show on your site. All you have to do is point the slide show to the xml documents through the Flashvars parameter (just like in example 1).</p>
<p>Let&#8217;s assume that we want to show 2 different slide shows, both with the same look and feel (one config xml document), but with different slides to show (two slides xml documents).<br />
 All images will be stored in the same folder (otherwise we would need two config xml documents).</p>
<pre>&#60;folder&#62; (folder that contains the page)
  page.html (or .php)
  &#60;CCSlideShow&#62;
    CCSlideShow.swf
    CCSlides1.xml
    CCSlides2.xml
    CCSlideShowConfig.xml
    &#60;images&#62; (contains the images)</pre>
<p>The html code for the first slide show:</p>
<pre>&#60;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
        codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
        width="300" height="225"&#62;
  &#60;param name="movie" value="CCSlideShow/CCSlideShow.swf" /&#62;
  &#60;param name="FlashVars" value="config=CCSlideShow/CCSlideShowConfig.xml&#38;slides=CCSlideShow/CCSlides1.xml" /&#62;
  &#60;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225"
         FlashVars="config=CCSlideShow/CCSlideShowConfig.xml&#38;slides=CCSlideShow/CCSlides1.xml" /&#62;
&#60;/object&#62;</pre>
<p>The html code for the second slide show:</p>
<pre>&#60;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
        codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
        width="300" height="225"&#62;
  &#60;param name="movie" value="CCSlideShow/CCSlideShow.swf" /&#62;
  &#60;param name="FlashVars" value="config=CCSlideShow/CCSlideShowConfig.xml&#38;slides=CCSlideShow/CCSlides2.xml" /&#62;
  &#60;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225"
         FlashVars="config=CCSlideShow/CCSlideShowConfig.xml&#38;slides=CCSlideShow/CCSlides2.xml" /&#62;
&#60;/object&#62;&#8230;</pre>]]></description>
			<content:encoded><![CDATA[<p>The following documentation is included in the package you can download as well.</p>
<h4>Installation</h4>
<ol>
<li>Download the latest version of the product from the Creative Clans website (http://www.creativeclans.nl)</li>
<li>Unzip the package in a folder on your computer</li>
<li>Upload the CCSlideShow folder to your site</li>
<li>Copy the code in the index.html example file in the package, and paste it into your page&#8217;s code</li>
<li>To modify the look and feel of the slide show, and to get it to show YOUR slides, read the rest of this document</li>
</ol>
<h4><span id="more-30"></span>Show my slides (the beginning)</h4>
<ol>
<li>Put your images online in the &#8216;images&#8217; subfolder of the &#8216;CCSlideShow&#8217; folder</li>
<li>Edit the CCSlideShow.xml in the &#8216;CCSlideShow&#8217; folder (a detailed explanation of the slides xml document follows further down)</li>
</ol>
<p>Since the html code and the config xml document included in the package are set up to work with the folder structure present in the package, it should work without a problem.</p>
<p>If you want to change something (for example save the images in another folder, or change the name of the xml documents), you&#8217;ll have to set some parameters. Keep reading to learn about it.</p>
<h4>CCSlideShow.xml</h4>
<p>Contains the info of the slides. The structure must be that of the CCSlideShow.xml included in the package you downloaded. Just make a copy and edit it.<br />
 For each slide, you have to provide three tags: itemName, itemCaption and itemLink. None of them has to contain any data, but they have to be present.</p>
<p><strong>itemName</strong>: The name of the slide. Not used by the slide show, it&#8217;s for your own convenience.<br />
 <strong>itemCaption</strong>: Shown as caption by the slide show (unless you switch captions off).<br />
 <strong>itemLink</strong>: If links are enabled, clicking on the slide will open a new window with the page defined in this tag. If no link is inserted, no window will be opened. If a link is defined in the config xml document (see further down), that link will override the links defined in this document for the single slides.</p>
<h4>CCSlideShowConfig.xml</h4>
<p>Contains the parameters that set the look and feel of the slide show. The structure must be that of the CCSlideShowConfig.xml included in the package you downloaded. Just make a copy and edit it.<br />
 You only have to include the parameters you want to give a non-default value. All parameters that are missing in this document will be set to their default value.</p>
<p>Example:</p>
<pre>&lt;parameter name="backgroundColor"&gt;0xB5B5B5&lt;/parameter&gt;</pre>
<p><span style="font-size: medium;"><strong>Parameters</strong></span>:</p>
<p><strong>backgroundColor</strong><br />
 Background color  <br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0xFFFFFF (white)</p>
<p><strong>loops</strong><br />
 Number of loops  <br />
 Value has to be numeric<br />
 Value 0 means infinite loops<br />
 Default: 0</p>
<p><strong>effectTime</strong><br />
 Duration of the transition effect between slides (in seconds)<br />
 Value has to be numeric  <br />
 Default: 1</p>
<p><strong>wait</strong><br />
 Time the slide is shown (in milliseconds)<br />
 The waiting starts at the end of the transition effect<br />
 Value has to be numeric  <br />
 Default: 3000 (3 seconds)</p>
<p><strong>includeEffects</strong><br />
 List of transition effects to be used (separated by comma, no spaces (!))<br />
 Example: fadein,fadeout<br />
 (if you want to use all available effects, omit this parameter of leave it empty)<br />
 Possible values: see further down<br />
 Default: empty</p>
<p><strong>excludeEffects</strong><br />
 List of transition effects not to be used (separated by comma, no spaces (!))<br />
 (if you want to use all available effects, omit this parameter of leave it empty)<br />
 Possible values: see further down   <br />
 Default: empty</p>
<p><strong>stopOnMouseOver</strong><br />
 If &#8216;yes&#8217;, the slide show is paused while the mouse hovers over the slideshow<br />
 Possible values: yes, no   <br />
 Default: no</p>
<p><strong>enableLinks</strong><br />
 If &#8216;yes&#8217;, clicking on the slide will open the link defined in the link parameter, <br />
 or, if that doesn&#8217;t have a value, the link defined for each slide in CCSlideShow.xml<br />
 Possible values: yes, no<br />
 Default: no</p>
<p><strong>link</strong><br />
 If used, it replaces the link defined for each single slide in CCSlideShow.xml<br />
 Default: empty</p>
<p><strong>path</strong><br />
 Contains the path (relative or absolute) to the slides folder, WITH the final slash<br />
 Default: images/</p>
<p><strong>order</strong><br />
 Order in which the slides are shown<br />
 Possible values: forward, backward, random<br />
 Default: forward</p>
<p><strong>slides</strong><br />
 Number of slides to be shown<br />
 Value has to be numeric<br />
 Value 0 means all slides<br />
 Is used when Order is random<br />
 Default: 0</p>
<p><strong>borderStyle</strong><br />
 Possible values: none, solid, blurred  <br />
 Default: none</p>
<p><strong>borderColor</strong><br />
 Is used when Border style is solid or blurred<br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0&#215;000000 (black)</p>
<p><strong>borderThickness</strong><br />
 Border thickness in px<br />
 Is used when Border style is solid or blurred<br />
 Value has to be numeric  <br />
 Default: 1</p>
<p><strong>borderAlpha</strong><br />
 Border transparancy value<br />
 Is used when Border style is solid or blurred<br />
 Value has to be numeric from 0 to 1.0  <br />
 Default: 1.0</p>
<p><strong>captionStyle</strong><br />
 Possible values: none, fixed, hide (appears when the mouse hovers over the slide) <br />
 Default: none</p>
<p><strong>captionType</strong><br />
 Is used when Caption style is fixed or hide<br />
 Possible values: text, image  <br />
 Default: text</p>
<p><strong>captionImage</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is image<br />
 Has to contain the relative or absolute path to the image to be used  <br />
 Default: empty</p>
<p><strong>captionBackgroundColor</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0&#215;000000 (black)</p>
<p><strong>captionColor</strong><br />
 Caption text color<br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Value has to be in the format 0xXXXXXX  <br />
 Default: 0xFFFFFF (white)</p>
<p><strong>captionText</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 If used, it replaces the caption text of the single slides set in the slides xml document<br />
 Default: empty</p>
<p><strong>captionTextRightMargin</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Has to be a numeric value<br />
 Default: 0</p>
<p><strong>captionTextLeftMargin</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Has to be a numeric value<br />
 Default: 0</p>
<p><strong>captionTextBottomMargin</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Has to be a numeric value<br />
 Default: 0</p>
<p><strong>captionTextFont</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 If the font doesn&#8217;t exist, the default flash font (Times New Roman) will be used<br />
 Default: Times New Roman</p>
<p><strong>captionTextFontSize</strong><br />
 Is used when Caption style is fixed or hide, and Caption type is text<br />
 Default: 12</p>
<p><strong>captionBackgroundAlpha</strong><br />
 Caption background transparancy value<br />
 Is used when Caption style is fixed or hide<br />
 Value has to be numeric from 0 to 1.0  <br />
 Default: 1.0</p>
<p><strong>captionPosition</strong><br />
 Is used when Caption style is fixed or hide<br />
 Possible values: top, bottom, offset  <br />
 Default: top</p>
<p><strong>captionHorizontalOffset</strong><br />
 Is used when Caption position is offset<br />
 Value has to be numeric<br />
 Default: 0</p>
<p><strong>captionVerticalOffset</strong><br />
 Is used when Caption position is offset<br />
 Value has to be numeric<br />
 Default: 0</p>
<h4>Transition effects</h4>
<p>- none<br />
 &#8211; fadeout<br />
 &#8211; fadein<br />
 &#8211; upout<br />
 &#8211; upin<br />
 &#8211; downout<br />
 &#8211; downin<br />
 &#8211; leftout<br />
 &#8211; leftin<br />
 &#8211; rightout<br />
 &#8211; rightin<br />
 &#8211; leftupout<br />
 &#8211; leftupin<br />
 &#8211; rightupout<br />
 &#8211; rightupin<br />
 &#8211; rightdownout<br />
 &#8211; rightdownin<br />
 &#8211; leftdownout<br />
 &#8211; leftdownin<br />
 &#8211; shrinkleftup<br />
 &#8211; growleftup<br />
 &#8211; shrinkleftdown<br />
 &#8211; growleftdown<br />
 &#8211; shrinkrightup<br />
 &#8211; growrightup<br />
 &#8211; shrinkrightdown<br />
 &#8211; growrightdown<br />
 &#8211; shrinkcenter<br />
 &#8211; growcenter</p>
<h4>Show my slides (advanced)</h4>
<p>The most basic configuration is the following:</p>
<pre>&lt;folder&gt; (folder that contains the page)
  page.html (or .php)
  CCSlideShow.swf
  CCSlideShow.xml
  CCSlideShowConfig.xml
  &lt;images&gt; (contains the images)</pre>
<p>In this case, the following code in the html will include the slide show:</p>
<pre>&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
  codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
  width="300" height="225"&gt;
  &lt;param name="movie" value="CCSlideShow.swf" /&gt;
  &lt;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225" /&gt;
&lt;/object&gt;</pre>
<p>Also, there&#8217;s no need to set the folder in the config xml document (the default value is &#8216;images/&#8217;).</p>
<p>When, however, you want to change something in the folder structure, you&#8217;ll need to make some changes in the html (when the .swf and/or the xml documents aren&#8217;t in the same folder as the html/php page and/or have a different name) and/or the config xml document (when the images are stored somewhere different from the &#8216;image&#8217; subfolder).</p>
<h5>Example 1 : Slide show in a subfolder</h5>
<p>If you don&#8217;t want to put the slide show flash object in the same folder as the page that calls it, you&#8217;ll have to point to it. The path has to point to it starting from the page that calls it. This is the configuration in the package you downloaded.</p>
<pre>&lt;folder&gt; (folder that contains the page)
  page.html (or .php)
  &lt;CCSlideShow&gt;
    CCSlideShow.swf
    CCSlideShow.xml
    CCSlideShowConfig.xml
    &lt;images&gt; (contains the images)</pre>
<p>The html code:</p>
<pre>&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
        codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
        width="300" height="225"&gt;
  &lt;param name="movie" value="CCSlideShow/CCSlideShow.swf" /&gt;
  &lt;param name="FlashVars" value="config=CCSlideShow/CCSlideShowConfig.xml&amp;slides=CCSlideShow/CCSlideShow.xml" /&gt;
  &lt;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225"
         FlashVars="config=CCSlideShow/CCSlideShowConfig.xml&amp;slides=CCSlideShow/CCSlideShow.xml" /&gt;
&lt;/object&gt;</pre>
<p>There are 2 differences:</p>
<ol>
<li>The relative path has been added in front of CCSlideShow.swf</li>
<li>The Flashvars parameter has been added to point to the two xml documents, with 2 variables:
<ul>
<li> config (contains the path and name of the config xml document)</li>
<li> slides (contains the path and name of the slides xml document)</li>
</ul>
<p>The path to the xml documents can be absolute or relative. If it&#8217;s relative, it has to be so starting from the page containing the html code.</p>
</li>
</ol>
<p>Since the &#8216;images&#8217; folder has a different position as well (it&#8217;s no longer a subfolder from the folder where the page with the html code resides), the &#8216;path&#8217; parameter in the config xml document has to be set:</p>
<pre>&lt;parameter name="path"&gt;CCSlideShow/images/&lt;/parameter&gt;</pre>
<p>The path to the images can be absolute or relative. If it&#8217;s relative, it has to be so starting from the page containing the html code.</p>
<h5>Example 2 : the xml documents have a different name</h5>
<p>By default, the two xml files used by the slideshow are called &#8216;CCSlideShow.xml&#8217; (contains the slide info) and &#8216;CCSlideShowConfig.xml&#8217;. You can, however, call them any way you like. Which becomes a must when you want to use more than one slide show on your site. All you have to do is point the slide show to the xml documents through the Flashvars parameter (just like in example 1).</p>
<p>Let&#8217;s assume that we want to show 2 different slide shows, both with the same look and feel (one config xml document), but with different slides to show (two slides xml documents).<br />
 All images will be stored in the same folder (otherwise we would need two config xml documents).</p>
<pre>&lt;folder&gt; (folder that contains the page)
  page.html (or .php)
  &lt;CCSlideShow&gt;
    CCSlideShow.swf
    CCSlides1.xml
    CCSlides2.xml
    CCSlideShowConfig.xml
    &lt;images&gt; (contains the images)</pre>
<p>The html code for the first slide show:</p>
<pre>&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
        codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
        width="300" height="225"&gt;
  &lt;param name="movie" value="CCSlideShow/CCSlideShow.swf" /&gt;
  &lt;param name="FlashVars" value="config=CCSlideShow/CCSlideShowConfig.xml&amp;slides=CCSlideShow/CCSlides1.xml" /&gt;
  &lt;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225"
         FlashVars="config=CCSlideShow/CCSlideShowConfig.xml&amp;slides=CCSlideShow/CCSlides1.xml" /&gt;
&lt;/object&gt;</pre>
<p>The html code for the second slide show:</p>
<pre>&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
        codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
        width="300" height="225"&gt;
  &lt;param name="movie" value="CCSlideShow/CCSlideShow.swf" /&gt;
  &lt;param name="FlashVars" value="config=CCSlideShow/CCSlideShowConfig.xml&amp;slides=CCSlideShow/CCSlides2.xml" /&gt;
  &lt;embed src="CCSlideShow/CCSlideShow.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/go/getflashplayer"
         width="300" height="225"
         FlashVars="config=CCSlideShow/CCSlideShowConfig.xml&amp;slides=CCSlideShow/CCSlides2.xml" /&gt;
&lt;/object&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.creativeclans.nl/2008/12/creative-clans-slide-show-v10-user-guide/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
	</channel>
</rss>

