
<?xml version="1.0" encoding="utf-8"?>
<data>
<config>
<params>
<!--
external params for the flash movie.
name is the internal name of the value.
param is the external name of the param.
defaultValue is the value of the param if the param is not available on flashvars.
-->
<!-- play the first run video if the value is 1. (not used) -->
<param name="firstRun" param="firstrun" defaultValue="0" />
<!-- if true then the ad will play at the start of the application. -->
<param name="adEnabled" param="adEnabled" defaultValue="0" />
<!-- alternate layout to the config layout. -->
<param name="layout" param="layout" defaultValue="/slideshow/layout.xml" />
<!-- path to the slideshow xml. default is the internal datasource. -->
<param name="slideshow" param="slideshow" defaultValue="{$datasources.slideshow.url}" /><!-- -->
<!-- path to the ad xml. default is the internal datasource. -->
<param name="ad" param="ad" defaultValue="{$datasources.advertisment.url}" />
<!-- path to the ad xml. default is the internal datasource. -->
<param name="allowSkip" param="allowSkip" defaultValue="1" />
<!-- path to the ad xml. default is the internal datasource. -->
<param name="audioOn" param="audioOn" defaultValue="1" />
<param name="adSwfUrl" param="adSwfUrl" defaultValue="" />
<param name="adStartPing" param="adStartPing" defaultValue="" />
<param name="adEndPing" param="adEndPing" defaultValue="" />
<param name="adHtmlBlob" param="adHtmlBlob" defaultValue="" />
<param name="adLeaveBehind" param="adLeaveBehind" defaultValue="" />
<param name="clickTAG" param="clickTAG" defaultValue="" />
</params>
<!-- Global Stylesheet for TextBox components. -->
<styles>
<![CDATA[
P {
font-face: Tahoma;
}
.title {
color: #086699;
font-size: 16;
font-weight: bold;
}
.description {
color: #000000;
font-size: 11;
}
.photoCredit {
color: #A1A8AB;
font-size: 10;
}
]]></styles>
<settings>
<string name="externalCall" value="SlideShowConnect.handleIncoming" />
<object name="iconTable">
<!-- Table of icons to be used by the slide show. -->
<string name="video" value="img:icon video" />
<string name="rtarrow" value="img:icon video" />
</object>
<object name="firstRun">
<!-- Path to the video -->
<string name="videoPath"></string>
</object>
<!-- Settings for the ad module
contentWidth, contentHeight: dimensions of the content.
scaleMode: how the content will be displayed in the module.
The ad module will scale to fit the movie area.
maxDuration: the max time the ad will be allowed to show.
-->
<object name="adPlayer" contentWidth="300" contentHeight="250" scaleMode="fitMin" maxDuration="20" backgroundColor="0x000000" closeText="Close" textColor="0x000000" titleText="Advertisement" titleColor="0x999999" />
<!-- Configuration and layout of slide show components. -->
<object name="slideshow" width="424" height="338" borderSize="1" borderColor="0x89C1E0">
<!-- time in seconds to wait before changing the current slide. -->
<number name="slideTime" value="5" />
<!-- time in seconds to perform the transition -->
<number name="transitionTime" value="1" />
<!-- settings for the menu control. -->
<object name="menuControl" x="357" y="0" width="67" height="239" borderSize="1" borderColor="0x89C1E0" cellScaleMode="fitAverage" blendColor="0x999999" />
<!-- settings for each of the layouts. -->
<object name="contentBorder" x="0" y="0" width="358" height="239" borderSize="1" borderColor="0x89C1E0" />
<object name="contentLayout">
<!-- image container -->
<object name="imageControl" x="1" y="1" mask="1" width="356" height="237" scaleMode="fitMax" />
<!-- icon container -->
<object name="iconControl" x="9" y="248" width="24" height="24" scaleMode="noScale" />
<object name="titleTextBox" x="34" y="249" width="400" height="40">
<string name="formatString"><![CDATA[<p class="title">{$text}</p>]]></string>
</object>
<object name="descriptionTextBox" x="9" y="272" width="405" height="60">
<string name="formatString"><![CDATA[<p class="description">{$text}</p>]]></string>
</object>
<object name="creditTextBox" x="180" y="237" width="180" autoSize="1">
<string name="formatString"><![CDATA[<p class="photoCredit">{$text}</p>]]></string>
</object>
</object>
</object>
</settings>
<strings>
<!-- Container for error messages in the application. configNotLoaded error is hard coded for obvious reasons. -->
<object name="errors">
<string name="feedLoad">Error loading Slideshow information.</string>
<string name="imageLoad">Error loading image.</string>
<string name="layoutLoad">Error loading layout.</string>
</object>
</strings>
<datasources>
<!-- datasource for the slideshow -->
<object name="slideshow" url="http://slideshow.real.com/?id=8653284&amp;guidepageid=myreal.defaultPage"></object>
<!-- path for the advertisment data. -->
<object name="advertisment" url="adexample.xml" />
</datasources>
<tracking>
<object name="settings">
<!-- to implement -->
<string name="url"></string>
<object name="params">
<string name="action">{$0}</string>
<string name="description">{$1}</string>
</object>
</object>
<object name="values">
<!-- Values for tracking are pipe delimeted. -->
<string name="startAd">view|startAd</string>
<string name="watchedAd">view|watchedAd</string>
<string name="skippedAd">view|skipAd</string>
<string name="viewSlideShow">view|slideshow</string>
<string name="hoverNavItem">mouseover|navItem_{$id}</string>
<string name="clickNavItem">click|navItem_{$id}</string>
</object>
</tracking>
<!-- work around to images being located on a different domain. This is a flash 8 bug.
Images will load normal in most cases, but using bitmap data will cause the images to disapear.
This will also allow for the images to be smoothed when loaded.
add additional nodes for each server.
place bitmapDataLoader.swf on to the server that host the images.
Insert the path to the file into the lost of crossDomainImages below.
This should exist on http://i.realone.com/
-->
<crossDomainLoaders>
<string>http://i.realone.com/assets/rn/img/6/3/9/3/14433936.swf</string>
</crossDomainLoaders>
</config>
</data>