<rss version="2.0">
		<channel>
			<title>Monoslideshow Discussions - All Discussions</title>
			<lastBuildDate>Sat, 11 Sep 2010 04:45:14 +0200</lastBuildDate>
			<link>http://www.monoslideshow.com/forum/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.10</generator>
			<item>
		<title>Loop Control would be great!</title>
		<link>http://www.monoslideshow.com/forum/discussion/2324/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2324/</guid>
		<pubDate>Fri, 10 Sep 2010 22:42:35 +0200</pubDate>
		<author>Gordon Werner</author>
		<description>
			<![CDATA[<p>It would be awesome if the next version of Monoslideshow had a configuration value to set the number of times the slideshow loops rather than just the onAlbumEnd = loop value</p>
]]>
		</description>
	</item>
	<item>
		<title>Listening to events in IE</title>
		<link>http://www.monoslideshow.com/forum/discussion/2059/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2059/</guid>
		<pubDate>Fri, 11 Dec 2009 13:06:56 +0100</pubDate>
		<author>cmz</author>
		<description>
			<![CDATA[<p>When I try to add event listeners I always get JavaScript errors for IE8 (it works fine for ff). Debugger is showing, that errors occurs in this code:</p>
<code>
function __flash__addCallback(instance, name) {
   instance[name] = function () {
     return eval(instance.CallFunction("&lt;invoke name=\""+name+"\"
returntype=\"javascript\"&gt;" + __flash__argumentsToXML(arguments,0) +
"&lt;/invoke&gt;"));
   }
} 
</code>
<p>I have added some changes to an example file:</p>
<p>
<code>
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;
	&lt;head&gt;
		&lt;meta http-equiv="content-type" content="text/html; charset=utf-8" /&gt;
		&lt;title&gt;Monoslideshow 2.0 Example&lt;/title&gt;
		&lt;script type="text/javascript" src="swfobject.js?v=2.2"&gt;&lt;/script&gt;
		&lt;script type="text/javascript"&gt;
// my init function
                        function initializeSlideshow() {

                        }
// add callback function
			var flashvars = { callBackFunction: "initializeSlideshow" };
			var params = {allowScriptAccess: "sameDomain", allowfullscreen: "true", allowNetworking: "all"};
			var attributes = {id: "monoslideshow", name: "monoslideshow", bgColor: "000000"};
			swfobject.embedSWF("monoslideshow.swf", "flashContent", "480", "360", "9", false, flashvars, params, attributes);
		&lt;/script&gt;
	&lt;/head&gt;
	&lt;body&gt;
		&lt;div id="flashContent"&gt;
			&lt;p&gt;Please &lt;a href="http://get.adobe.com/flashplayer/"&gt;install Flash&reg;&lt;/a&gt; and turn on Javascript.&lt;/p&gt;
		&lt;/div&gt;
		&lt;p&gt;If you encounter any errors loading Monoslideshow locally, please update your &lt;a href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html"&gt;security settings&lt;/a&gt; by adding the Monoslideshow folder to the trusted locations.&lt;/p&gt;
	&lt;/body&gt;
&lt;/html&gt;</code>
</p>
<p>But I'm getting errors even in this simple case. </p>
<p>What do I do wrong?</p>
]]>
		</description>
	</item>
	<item>
		<title>MonoSlideshow with Volusion - &quot;error loading monoslideshow.xml file&quot; ioError</title>
		<link>http://www.monoslideshow.com/forum/discussion/2322/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2322/</guid>
		<pubDate>Wed, 08 Sep 2010 22:34:56 +0200</pubDate>
		<author>djpazzo@gmail.com</author>
		<description>
			<![CDATA[<p>Ok, I have been fighting to get monoslideshow on an e-commerce page by Volusion.com.  I created an ftp account, uploaded the appropriate files (.swf,.xml.,hmtl,.js) and finally have the .swf file on the hompage of the website (<a href='www.fishinabowl.com'>www.fishinabowl.com</a>)  Volusion tells me to enter this code and follow these directions (<a href='http://support.volusion.com/article/adding-flash-animation-your-volusion-store'>http://support.volusion.com/article/adding-flash-animation-your-volusion-store</a>) which is what I did.  Now that the flash file is there, I am getting the error and it will not load the xml file. "error loading monoslideshow.xml: ioError.</p>
<p>I have the xml file on the server, I guess I just need to point it there, but I am not sure how.</p>
<p>Here is the code that I have used to embed the flash file on the hompage:</p>
<p>&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"<br />
 codebase="http://active.macromedia.com/ flash6/cabs/swflash.cab#version=6.0.0.0"<br />
 height="500" width="500"&gt;<br />
&lt;param name="play" value="true"&gt;<br />
&lt;param name="loop" value="true"&gt;<br />
&lt;param name="WMode" value="Opaque"&gt;<br />
&lt;param name="quality" value="high"&gt;<br />
&lt;param name="bgcolor" value="#ffffff"&gt;<br />
&lt;param name="align" value=""&gt;<br />
&lt;param name="movie" value="http://www.fishinabowl.com/v/vspfiles/Banner/monoslideshow.swf"&gt;<br />
&lt;embed src="http://www.fishinabowl.com/v/vspfiles/Banner/monoslideshow.swf" play="true" loop="true" wmode="Opaque" quality="high"<br />
 bgcolor="#ffffff" pluginspage="http://www.macromedia.com/shockwave/download<br />
 index.cgi?P1_Prod_Version=ShockwaveFlash" align="" height="350" width="680"&gt;<br />
&lt;/object&gt;</p>
<p>What else do I do? How do I solve this problem?</p>
<p>Thanks, Chris</p>
]]>
		</description>
	</item>
	<item>
		<title>[Resolved] Display slideshow on every page in WordPress</title>
		<link>http://www.monoslideshow.com/forum/discussion/2323/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2323/</guid>
		<pubDate>Thu, 09 Sep 2010 04:59:17 +0200</pubDate>
		<author>pmuldoon</author>
		<description>
			<![CDATA[<p>Hi</p>
<p>I have Monoslideshow installed in WordPress and I would like to show a slideshow on each page of the site. I have 2 slideshows coming up fine on the home page, but the second slideshow I would like to come up on each page, but it only comes up on the Home page.</p>
<p>Both xml files and the monoslideshow.swf are in a folder off the root called 'monoslideshow' and I have absolute paths in my scripts to point to them - please see below (maybe the absolute paths are my problem?)</p>
<p>Scripts are as follows:</p>
<p>&lt;script type="text/javascript"&gt;<br />
	var flashvars = {showLogo: "false", showRegistration: "false", dataFile: "monoslideshow/monoslideshow.xml"};<br />
	var params = {allowscriptaccess: "sameDomain", allowfullscreen: "true", allownetworking: "all"};<br />
	var attributes = {id: "monoslideshow", name: "monoslideshow", bgcolor: "000000"};<br />
	swfobject.embedSWF("monoslideshow/monoslideshow.swf", "flashContent", "630", "394", "10", false, flashvars, params, attributes);<br />
&lt;/script&gt;</p>
<p>&lt;script type="text/javascript"&gt;<br />
	var flashvars = {showLogo: "false", showRegistration: "false", dataFile: "monoslideshow/monoslideshow2.xml"};<br />
	var params = {allowscriptaccess: "sameDomain", allowfullscreen: "true", allownetworking: "all"};<br />
	var attributes = {id: "monoslideshow", name: "monoslideshow", bgcolor: "000000"};<br />
	swfobject.embedSWF("monoslideshow/monoslideshow.swf", "flashContent2", "880", "70", "10", false, flashvars, params, attributes);<br />
&lt;/script&gt;</p>
<p>HTML is as follows - maybe a little complicated since I use a theme for WordPress called 'Thesis' where I can put all HTML & PHP in a cutom-functions.php file, but here it goes:</p>
<p>First slideshow for Home page only (which is working fine):</p>
<p>- this goes into a hook equivalent to adding to 'thesis_hook_before_content_area' in my Thesis theme custom_functions.php file (if that makes any sense to you - but it works fine on the Home page, and it doesn't go to any other page, which is good):</p>
<p>&lt;div id="fp-image"&gt;&lt;div id="flashContent"&gt;<br />
   &lt;p&gt;Please &lt;a href="http://get.adobe.com/flashplayer/"&gt;install Flash&reg;&lt;/a&gt; and turn on Javascript.&lt;/p&gt;&lt;/div&gt;<br />
   &lt;p&gt;&lt;img src="http://www.sportfestwindsor.com/wp-content/uploads/slideshow-nav-sm.png" width=629 height=20 /&gt;&lt;/p&gt;&lt;/div&gt;</p>
<p>Second slideshow, which I would like on every page, works only on the Home page:</p>
<p>- this goes into a hook equivalent to adding to thesis_hook_before_content_box in my Thesis Theme custom_functions.php file (it works fine on the Home page, it just won't go to any other page):</p>
<p>&lt;div align="center"&gt;&lt;div id="flashContent2"&gt;<br />
   &lt;p&gt;Please &lt;a href="http://get.adobe.com/flashplayer/"&gt;install Flash&reg;&lt;/a&gt; and turn on Javascript.&lt;/p&gt;&lt;/div&gt;</p>
<p>I also removed the id=flashContent2 and changed the HTML to just text to see if it would go into all pages and it works, so I know it has something to do with Monoslideshow - maybe it can't find the xml files?</p>
<p>Any ideas on how I can get this one to go to all pages? Many thanks.</p>
<p>Patrick</p>
]]>
		</description>
	</item>
	<item>
		<title>How to stop captions from disappearing?</title>
		<link>http://www.monoslideshow.com/forum/discussion/2320/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2320/</guid>
		<pubDate>Tue, 07 Sep 2010 02:21:24 +0200</pubDate>
		<author>Gordon Werner</author>
		<description>
			<![CDATA[<p>How does one keep the captions visible onscreen the entire time a photo is being displayed?  For some reason I can only get them to display for a second or two.</p>
<p>thanx</p>
]]>
		</description>
	</item>
	<item>
		<title>Clickable Thumbnails</title>
		<link>http://www.monoslideshow.com/forum/discussion/2321/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2321/</guid>
		<pubDate>Wed, 08 Sep 2010 02:13:19 +0200</pubDate>
		<author>alad</author>
		<description>
			<![CDATA[<p>Hi, I'm trying to replicate the effect of MSS as shown on the following page: <a href='http://www.coquitlamcondo.com/display_condo.php?id=10365'>http://www.coquitlamcondo.com/display_condo.php?id=10365</a></p>
<p>I want to be able to show MSS by clicking on thumbnails and starting one photo of the slideshow, but not having the slideshow proceed to the next slide/photo until the corresponding thumbnail is clicked. I'm a beginner at this so any simplified advice is helpful. I've taken a look at the source code on that site but can't make heads or tails of how they were able to integrate it. They also have been able to make it quite seamless as there is no loading time between slides when clicked on - do you know how they were able to do all of this?</p>
]]>
		</description>
	</item>
	<item>
		<title>Passing PHP-generated XML into MonoSlideShow</title>
		<link>http://www.monoslideshow.com/forum/discussion/2315/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2315/</guid>
		<pubDate>Thu, 26 Aug 2010 13:14:05 +0200</pubDate>
		<author>BrianNY</author>
		<description>
			<![CDATA[<p>Hi.<br />
I have succeeded in echoing (outputting) the XML needed for MSS, in lieu of a hardcoded .xml file.  This allows me to get the image file name (source) and its description from a randomized mysql table.  The sample XML output is below.  But how do I get this into the MSS function.  I have read some of the posts from a year or two ago, but none of them fit my process.  </p>
<p>How do I feed this into MSS ?<br />
Below is the echoed output in IE . .<br />
unfortunately Chrome and FF just display the data itself (the image file name & description text, not the raw XML), as though they are interpreting the XML code</p>
<p><em>I have deleted many &lt;image&gt; .. &lt;/image&gt; to shorten this . .</em></p>
<p>================================================================</p>
<p>&lt;?xml version="1.0" encoding="utf-8" ?&gt;<br />
- &lt;album itemPath="album/img" thumbnailPath="album/thumb"&gt;<br />
- &lt;configuration backgroundColor="#487860" randomize="true" delay="20" viewport="16,12,353,220" viewportRoundness="35"&gt;<br />
  &lt;transition kenBurnsMode="randomZoomOut" kenBurnsStrength="0.85" kenBurnsTime="17" time="5" type="blend" /&gt;<br />
- &lt;caption backgroundColor="#487860" backgroundAlpha="0.10" backgroundType="fitCompleteText" width="350" margin="20, 228, 10, 15"&gt;<br />
  &lt;shadow alpha="0" sizeX="0" sizeY="0" strength="0" /&gt;<br />
  &lt;transition delayIn="2.5" delayOut="20" /&gt;<br />
  &lt;description color="#FFFFFF" font="Arial Narrow" size="14" /&gt;<br />
  &lt;/caption&gt;<br />
  &lt;controller position="bottomRight" startHidden="true" disappearDelay="2" disappearMode="fade" autoHide="true" /&gt;<br />
  &lt;/configuration&gt;<br />
- &lt;contents&gt;<br />
- &lt;image&gt;<br />
  &lt;source&gt;i_horseshow_04.jpg&lt;/source&gt;<br />
  &lt;description&gt;Horse and rider successfully jump the hurdles at one of Saratoga Springs several horseshows.&lt;/description&gt;<br />
  &lt;/image&gt;<br />
- &lt;image&gt;<br />
  &lt;source&gt;mtg02.jpg&lt;/source&gt;<br />
  &lt;description&gt;Serious business at the Annual Homeowner Meeting: Board members review progress and answer all questions.&lt;/description&gt;<br />
  &lt;/image&gt;<br />
- &lt;image&gt;<br />
  &lt;source&gt;party01.jpg&lt;/source&gt;<br />
  &lt;description&gt;Vice President with the Social Committee: Linda Klaus, Nancy Goldberg, Marcia Penfold, Helen Petro and Deloris Myers.&lt;/description&gt;<br />
  &lt;/image&gt;<br />
- &lt;image&gt;<br />
  &lt;source&gt;clubhouse-fireplace-1.jpg&lt;/source&gt;<br />
  &lt;description&gt;All homeowners have 24-7 access to the clubhouse, recently remodeled with a new TV, gas fireplace, even WI-FI enabled.&lt;/description&gt;<br />
  &lt;/image&gt;<br />
- &lt;image&gt;<br />
  &lt;source&gt;horse01.jpg&lt;/source&gt;<br />
  &lt;description&gt;Occasionally a horse-drawn carriage enables newlyweds to enjoy the beauty that is uniquely Interlaken.&lt;/description&gt;<br />
  &lt;/image&gt;<br />
- &lt;image&gt;<br />
  &lt;source&gt;party05.jpg&lt;/source&gt;<br />
  &lt;description&gt;PARTY TIME! Frequent affairs are held by the Social Committee for Interlaken homeowners.&lt;/description&gt;<br />
  &lt;/image&gt;<br />
- &lt;image&gt;<br />
  &lt;source&gt;i_tennis_01.jpg&lt;/source&gt;<br />
  &lt;description&gt;A group of homeowners pose for a pleasant picture after they enjoyed some round-robin tennis.&lt;/description&gt;<br />
  &lt;/image&gt;<br />
- &lt;image&gt;<br />
  &lt;source&gt;i_tennis_coffee_01.jpg&lt;/source&gt;<br />
  &lt;description&gt;On the porch. Several homeeowners enjoy a coffee klatch after an hour or two of tennis fun.&lt;/description&gt;<br />
  &lt;/image&gt;<br />
- &lt;image&gt;<br />
  &lt;source&gt;putt03.jpg&lt;/source&gt;<br />
  &lt;description&gt;The community putting green offers many fun hours while adding to the Interlaken ambiance.&lt;/description&gt;<br />
  &lt;/image&gt;<br />
  &lt;/contents&gt;<br />
  &lt;/album&gt;</p>
<p>===============================================</p>
]]>
		</description>
	</item>
	<item>
		<title>Cannot get to work</title>
		<link>http://www.monoslideshow.com/forum/discussion/2297/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2297/</guid>
		<pubDate>Sun, 08 Aug 2010 14:53:41 +0200</pubDate>
		<author>AdieB</author>
		<description>
			<![CDATA[<p>I have tried frustratingly to include Monoslideshow into my e-coomerce site. I have stripped the products out of the site for ease of upload. Site can be seen at <a href='www.servatech.co.za'>www.servatech.co.za</a><br />
Any help is greatly appreciated.</p>
<p>&lt;body&gt;<br />
	&lt;div id="flashContent"&gt;<br />
		&lt;p&gt;Please install Flash®&lt;/p&gt;<br />
	&lt;/div&gt;<br />
	&lt;script type="text/javascript"&gt;<br />
		var flashvars = {};<br />
		var params = {wmode: "transparent"};<br />
		var attributes = {};<br />
		swfobject.embedSWF("slideshow/monoslideshow.swf", "flashContent","620", "200", "10", false,flashvars, params, attributes);<br />
	&lt;/script&gt;<br />
&lt;/body&gt;</p>
<p>The XML File looks as below<br />
&lt;?xml version="1.0" encoding="utf-8"?&gt;<br />
 &lt;!--<br />
Monoslideshow 2.0 configuration file<br />
Please visit <a href='http://www.monoslideshow.com'>http://www.monoslideshow.com</a> for more info<br />
--&gt;<br />
&lt;album thumbnail="http://www.servatech.co.za/slideshow/albumalbumThumbnail.jpg" itemPath="http://www.servatech.co.za/slideshow/album/images" thumbnailPath="http://www.servatech.co.za/slideshow/album/thumbnails"&gt;<br />
	&lt;configuration&gt;<br />
		&lt;transition kenBurnsMode="randomZoomIn" /&gt;<br />
	&lt;/configuration&gt;<br />
	&lt;contents&gt;<br />
		&lt;image source="photo1.jpg" title="title 1" description="description 1" /&gt;<br />
		&lt;image source="photo2.jpg" title="title 2" description="description 2" /&gt;<br />
		&lt;image source="photo3.jpg" title="title 3" description="description 3" /&gt;<br />
	&lt;/contents&gt;<br />
&lt;/album&gt;</p>
]]>
		</description>
	</item>
	<item>
		<title>controls not working in firefox 3, chrome 5 or safari 3.2 (but work in IE8, IE7 and Opera 9)</title>
		<link>http://www.monoslideshow.com/forum/discussion/2319/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2319/</guid>
		<pubDate>Fri, 03 Sep 2010 10:31:36 +0200</pubDate>
		<author>n!ck</author>
		<description>
			<![CDATA[<p>Hello,</p>
<p>I am using monoslideshow v 2.16 as a full size background on a web page.</p>
<p>The controls work fine in opera 9 and IE8 and IE7 but not in firefox 3 or chrome 5 or safari 3.2 (on PC) - they are on screen but you can't click them for some reason.</p>
<p>XML contents:<br />
&lt;?xml version="1.0" encoding="utf-8"?&gt;<br />
&lt;album itemPath="/equity/images/bg/" thumbnailPath="/equity/images/bg/thumbs"&gt;<br />
	&lt;configuration scaleMode="scaleToFill" backgroundImage="/equity/images/mix/blank.gif" position="center" randomize="true"&gt;<br />
		&lt;caption&gt;<br />
			&lt;title/&gt;<br />
			&lt;description/&gt;<br />
			&lt;shadow/&gt;<br />
			&lt;transition/&gt;<br />
		&lt;/caption&gt;<br />
		&lt;navigation backgroundAlpha="0.6" backgroundColor="#ffffff" backgroundOverlayAlpha="0.3" backgroundOverlayColor="#ffffff" backgroundRoundness="10" margin="20,20,20,20" padding="20,16,20,16" position="bottomLeft" strokeColor="#ffffff" strokeWidth="0" &gt;<br />
			&lt;albums&gt;<br />
				&lt;caption type="none" &gt;<br />
					&lt;title/&gt;<br />
					&lt;description/&gt;<br />
				&lt;/caption&gt;<br />
				&lt;shadow/&gt;<br />
				&lt;transition&gt;<br />
					&lt;shadow/&gt;<br />
				&lt;/transition&gt;<br />
			&lt;/albums&gt;<br />
			&lt;items height="75" horizontalSpacing="9" imageBackgroundAlpha="1" imageBackgroundColor="#ffffff" imageRoundness="0" imageScaleMode="scaleToFit" rows="1" strokeColor="#ffffff" strokeType="square" verticalSpacing="9" width="100" &gt;<br />
				&lt;shadow alpha="0.3" /&gt;<br />
				&lt;transition&gt;<br />
					&lt;shadow alpha="0.8" sizeX="4" sizeY="4" strength="1" /&gt;<br />
				&lt;/transition&gt;<br />
			&lt;/items&gt;<br />
			&lt;shadow alpha="0.7" /&gt;<br />
			&lt;caption type="none" &gt;<br />
				&lt;title/&gt;<br />
				&lt;description/&gt;<br />
			&lt;/caption&gt;<br />
			&lt;pageIndicator colorActive="#a6a8aa" margin="15,10,15,0" size="10" spacing="7" /&gt;<br />
		&lt;/navigation&gt;<br />
		&lt;reflection/&gt;<br />
		&lt;controller backgroundAlpha="0.9" backgroundColor="#ffffff" backgroundRoundness="10" iconColorDisable="#dfe1e4" iconColorDown="#a6a8aa" iconColorOver="#3b3c36" iconColorUp="#a6a8aa" margin="11,0,11,20" position="bottomRight" appearTime="2" startHidden="false" strokeColor="#ffffff" strokeWidth="0" &gt;<br />
			&lt;transition direction="leftToRight" /&gt;<br />
			&lt;scrubBar progressColor="#3b3c36" /&gt;<br />
			&lt;shadow/&gt;<br />
		&lt;/controller&gt;<br />
		&lt;mark&gt;<br />
			&lt;shadow/&gt;<br />
		&lt;/mark&gt;<br />
		&lt;progress backgroundColor="#3b3c36" position="center" strokeColor="#ffffff" &gt;<br />
			&lt;shadow alpha="0.8" /&gt;<br />
		&lt;/progress&gt;<br />
		&lt;transition kenBurnsMode="randomZoomIn" kenBurnsStrength="0.11" kenBurnsTime="8" /&gt;<br />
		&lt;shadow/&gt;<br />
		&lt;sound/&gt;<br />
		&lt;thumbnailNavigation&gt;<br />
			&lt;items&gt;<br />
				&lt;shadow/&gt;<br />
				&lt;transition&gt;<br />
					&lt;shadow/&gt;<br />
				&lt;/transition&gt;<br />
			&lt;/items&gt;<br />
			&lt;shadow/&gt;<br />
		&lt;/thumbnailNavigation&gt;<br />
	&lt;/configuration&gt;<br />
	&lt;contents&gt;<br />
		&lt;image source="demo-bg01.jpg" /&gt;<br />
		&lt;image source="demo-bg02.jpg" /&gt;<br />
		&lt;image source="demo-bg03.jpg" /&gt;<br />
	&lt;/contents&gt;<br />
&lt;/album&gt;</p>
<p>Any ideas?</p>
<p>Thanks in advance.</p>
<p>Nick</p>
]]>
		</description>
	</item>
	<item>
		<title>Multiple MSS viewers</title>
		<link>http://www.monoslideshow.com/forum/discussion/2318/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2318/</guid>
		<pubDate>Tue, 31 Aug 2010 11:02:13 +0200</pubDate>
		<author>jimbobwiki</author>
		<description>
			<![CDATA[<p>Hi, can someone PLEASE help me.</p>
<p>I am trying to set up a website to show multiple MSS which you can access through std text links.</p>
<p>So far I have setup the initial photo gallery page with MSS, no problems there, but as soon as I set up another html I cant seem to get MSS to show images. I have placed MSS.swf & MSS.xml in the same folder of each photo folder, but still no joy!!!! Any ideas please.</p>
]]>
		</description>
	</item>
	<item>
		<title>EXIF Info not loaded - HELP NEEDED</title>
		<link>http://www.monoslideshow.com/forum/discussion/2293/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2293/</guid>
		<pubDate>Mon, 02 Aug 2010 14:51:16 +0200</pubDate>
		<author>RvDam</author>
		<description>
			<![CDATA[<p>The EXIF info on my photos are not loaded. </p>
<p>This is the XML file:<br />
&lt;?xml version="1.0" encoding="utf-8"?&gt;<br />
    &lt;album description="© René van Dam" itemPath="/ms/portfolio/Alb009/items" thumbnail="/ms/portfolio/Alb009/100715-staphorst-433.jpg" thumbnailPath="/ms/portfolio/Alb009/thumbnails" title="Close Up"&gt;<br />
      &lt;contents&gt;<br />
        &lt;image description="© 2010 - René van Dam" link="http://en.wikipedia.org/wiki/Common_Darter" source="100715-BruinrodeHeidelibel-003-Edit.jpg" target="_blank" thumbnail="100715-BruinrodeHeidelibel-003-Edit.jpg" title="Common Darter"&gt;<br />
          &lt;configuration&gt;<br />
            &lt;caption&gt;<br />
              &lt;description template="{Make} - {ShutterSpeedValue} at {FNumber} with {ISOSpeedRatings}" /&gt;<br />
            &lt;/caption&gt;<br />
          &lt;/configuration&gt;<br />
        &lt;/image&gt;<br />
        &lt;image description="Make" link="http://en.wikipedia.org/wiki/Essex_Skipper" source="100715-zwartsprietdikkopje-433.jpg" target="_blank" thumbnail="100715-zwartsprietdikkopje-433.jpg" title="Essex Skipper"&gt;<br />
          &lt;configuration&gt;<br />
            &lt;caption&gt;<br />
              &lt;description template="{Make} - {ShutterSpeedValue} at {FNumber} with {ISOSpeedRatings}" /&gt;<br />
            &lt;/caption&gt;<br />
          &lt;/configuration&gt;<br />
        &lt;/image&gt;<br />
        &lt;image description="Make" link="http://en.wikipedia.org/wiki/Essex_Skipper" source="100715-zwartsprietdikkopje-435.jpg" target="_blank" thumbnail="100715-zwartsprietdikkopje-435.jpg" title="Essex Skipper"&gt;<br />
          &lt;configuration&gt;<br />
            &lt;caption&gt;<br />
              &lt;description template="{Make} - {ShutterSpeedValue} at {FNumber} with {ISOSpeedRatings}" /&gt;<br />
            &lt;/caption&gt;<br />
          &lt;/configuration&gt;<br />
        &lt;/image&gt;<br />
      &lt;/contents&gt;<br />
    &lt;/album&gt;</p>
<p>This is the image:<br />
<img src='http://www.rvdam.com/ms/portfolio/Alb009/items/100715-BruinrodeHeidelibel-003-Edit.jpg' /></p>
<p>As you can see, the EXIF info exist in the image. Please help me.......</p>
]]>
		</description>
	</item>
	<item>
		<title>Add ShareThis buttons</title>
		<link>http://www.monoslideshow.com/forum/discussion/2317/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2317/</guid>
		<pubDate>Mon, 30 Aug 2010 16:19:55 +0200</pubDate>
		<author>geir.aarnes@alloc.no</author>
		<description>
			<![CDATA[<p>It would be great if you could add ShareThis buttons to the slideshow control, where users can publish the image shows in the viewer to Facebook and other sosial networks.<br />
<a href='http://sharethis.com/'>http://sharethis.com/</a></p>
<p>Thanks.</p>
<p>Geir Aarnes</p>
]]>
		</description>
	</item>
	<item>
		<title>Reducing Buffer/Load Time</title>
		<link>http://www.monoslideshow.com/forum/discussion/2316/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2316/</guid>
		<pubDate>Fri, 27 Aug 2010 22:11:45 +0200</pubDate>
		<author>astatic</author>
		<description>
			<![CDATA[<p>Wondering if anyone has suggestions on reducing the buffer/load time for a slideshow. I've set up in MSS so that when you hover over a small thumbnail with the mouse, an enlarged image of that thumbnail shows, using MSS to display the Ken Burns Effect. However, it takes about 2 seconds for MSS to load the slideshow despite there only being one image in the slideshow. My goal is to have an instantaneous enlargement, as if it were a static image using regular JavaScript to enlarge the thumbnail using a hover technique.</p>
<p>The image enlargement I'm using for MSS isn't overly large - 410px X 410px an 112 KB. I've also been playing around with the bufferTime element through &lt;album&gt; and &lt;configuration&gt; (I've set it to 0) in the XML file but that doesn't seem to be helping any. I'd be happy to provide the URL if requested, and any help is very much appreciated!</p>
]]>
		</description>
	</item>
	<item>
		<title>Description and no title</title>
		<link>http://www.monoslideshow.com/forum/discussion/1342/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/1342/</guid>
		<pubDate>Thu, 22 May 2008 09:17:46 +0200</pubDate>
		<author>menardma</author>
		<description>
			<![CDATA[<p>I like to have the description only, no title, no event empty line.... only the description... anyway to make something like title=false desc=true</p>
]]>
		</description>
	</item>
	<item>
		<title>Refund Policy</title>
		<link>http://www.monoslideshow.com/forum/discussion/2314/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2314/</guid>
		<pubDate>Wed, 25 Aug 2010 01:29:53 +0200</pubDate>
		<author>astatic</author>
		<description>
			<![CDATA[<p>Just wondering if anyone knows MonoSlideShow's refund policy. I'm looking at purchasing the product but not sure if it's going to do what I need it to do, and a free trial is not offered, so I would like some peace of mind before I consider a purchase...thanks!</p>
]]>
		</description>
	</item>
	<item>
		<title>Cross Domain Policy file</title>
		<link>http://www.monoslideshow.com/forum/discussion/2275/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2275/</guid>
		<pubDate>Fri, 09 Jul 2010 13:59:36 +0200</pubDate>
		<author>lefteris</author>
		<description>
			<![CDATA[<p>This is just to help other users of MonoSlideShow:<br />
As I have no experience in Flash, I had a hard time figuring out, how to make the RSS feature to work. The examples of linking to a Flickr feed  that can be found on this site and on the documentation did not work. I was continuously getting errors. After 2 days of working on this, I finally discovered that Flash, in order to load files that are located on a subdomain or a different domain, reqires a policy file called crossdomain.xml. This is a security measure. On Adobe site you will find extensive but somewhat cryptic documentation. If you need a simple, well formated crossdomain.xml, head to <a href='http://stackoverflow.com/questions/213251/can-someone-post-a-well-formed-crossdomain-xml-sample'>StackOverflow</a>.<br />
On the MonoSlideShow manual there is a reference to the policy file as one of the arguments of the elements in the xml file but again the reference is cryptic and no examples are offered. I think the developer should include a document covering all the possible uses with clear examples (and follow this forum more closely).</p>
]]>
		</description>
	</item>
	<item>
		<title>Move Caption below the image ??</title>
		<link>http://www.monoslideshow.com/forum/discussion/2313/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2313/</guid>
		<pubDate>Tue, 24 Aug 2010 14:20:29 +0200</pubDate>
		<author>BrianNY</author>
		<description>
			<![CDATA[<p>I wish to place the caption in an area below the image, not overlaying it.  I searched the discussions and found two suggestions, neither of which seems to satisfy my needs.</p>
<p><strong>Christoph in '08</strong><br />
1) You can experiment with the different sizes (of the div and of the viewport in the hmtl, and again in the xml). I haven't tried it, but I doubt it'll work.</p>
<p>2) Run a Photoshop script putting a background-colored frame around your images where you want to place the controls, then use these enlarged images for monoslideshow. This'll work 100 %.</p>
<p><strong>Fenderboy in '07</strong><br />
Ok, I figured it out. You increase the width and height of the movie then set imageScaleMode="noScale" and align the images top left. That way you can move the control underneath the pic. Still not sure about pausing audio though.</p>
<p>Unfortunately, I don't have or use Photoshop (Christoph), and I believe Fenderboy's solution would require me to presize my images to the identical image size, a lot of tedious work which I would have to do continuously because I am always adding new images and I really like that MSS scales images to fit.</p>
<p>Am I to believe, then, that I cannot use MSS, which in one week I have come to think the world of, in situations where the caption is to be displayed in an area below the image?  How disappointing.  Is there a solution to this quandary?</p>
<p>Thanks for reading this and thinking about my issue.</p>
]]>
		</description>
	</item>
	<item>
		<title>BEGINNER - some images not showing in your sample</title>
		<link>http://www.monoslideshow.com/forum/discussion/2312/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2312/</guid>
		<pubDate>Sun, 22 Aug 2010 23:43:02 +0200</pubDate>
		<author>BrianNY</author>
		<description>
			<![CDATA[<p>Hi,<br />
I just purchased MSS, printed out and reviewed the manual, and I am excited about the system.  To begin, I am practicing with the example that came with the system.</p>
<p>However, I am confused at the start .. I added a few images to your ALBUM/IMAGES xml list and put the image .jpg files into the respective folders.  Some of my new images are displayed and others are not.  When an image does not show, its description and title does, but just a dark circle with a faded gray exclamation point is shown.  I have played with the images a little, but found that changing the size of the original images sometimes helps, but frequently it does not matter.</p>
<p>This is very discouraging to someone who hoped MSS would enable him to show photos in a flexible manner.  I am working in a Windows WAMPSERVER environment, in which I develop my site before putting it out on the real server.  Since some of the images show along with your original three, it seems like they all should.</p>
<p>Thank you to anyone who can give me some ideas.  And thank you very much.</p>
]]>
		</description>
	</item>
	<item>
		<title>wordpress, just shows [monoslideshow id=1] when page displays</title>
		<link>http://www.monoslideshow.com/forum/discussion/2311/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2311/</guid>
		<pubDate>Thu, 19 Aug 2010 01:39:06 +0200</pubDate>
		<author>tubywuby</author>
		<description>
			<![CDATA[<p>I have installed the nextgen gallery plugin as well as monoslideshow.swf uploaded. When I add the tag</p>
<p>[monoslideshow id=1]</p>
<p>allo i get is [monoslideshow id=1] when page displays.</p>
<p>i have NextGEN Gallery and NextGEN Monoslideshow installed - all looks to be in place?</p>
<p>please provide any guidance. THANK YOU! stef</p>
]]>
		</description>
	</item>
	<item>
		<title>Cannot remove shadow on caption</title>
		<link>http://www.monoslideshow.com/forum/discussion/2310/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2310/</guid>
		<pubDate>Wed, 18 Aug 2010 13:42:48 +0200</pubDate>
		<author>oconingham</author>
		<description>
			<![CDATA[<p>Hi -</p>
<p>There appears to be a shadow on the caption box that I cannot remove, any ideas?</p>
<p>&lt;?xml version="1.0" encoding="utf-8"?&gt;<br />
 &lt;!--<br />
Monoslideshow 2.0 configuration file<br />
Please visit <a href='http://www.monoslideshow.com'>http://www.monoslideshow.com</a> for more info<br />
--&gt;<br />
&lt;album thumbnail="http://www.aztecmediahosting.com/harmonic/album/albumThumbnail.jpg" itemPath="http://www.aztecmediahosting.com/harmonic/album/images" thumbnailPath="http://www.aztecmediahosting.com/harmonic/album/thumbnails"&gt;<br />
	&lt;configuration followImageLinks="true" randomize="true" backgroundColor="#ffffff" delay="5"&gt;<br />
		&lt;caption backgroundAlpha="0" backgroundColor="#01568d" backgroundRoundness="0" backgroundType="fitCompleteText" margin="0,0,0,0" padding="9,1,10,6" position="bottomCenter" strokeType="square" width="100%" &gt;<br />
			&lt;title font="Trebuchet MS" size="16" weight="bold" /&gt;<br />
			&lt;description color="#ffffff" font="Trebuchet MS" size="12" /&gt;<br />
			&lt;shadow alpha="0" sizeX="1" sizeY="1" strength="1" /&gt;<br />
			&lt;transition easing="none" time="1.5" /&gt;<br />
		&lt;/caption&gt;<br />
		&lt;controller type="none" &gt;<br />
			&lt;transition/&gt;<br />
			&lt;scrubBar/&gt;<br />
			&lt;shadow/&gt;<br />
		&lt;/controller&gt;<br />
		&lt;progress margin="0,11,13,0" padding="0,0,0,0" position="topRight" &gt;<br />
			&lt;shadow/&gt;<br />
		&lt;/progress&gt;<br />
		&lt;mark source="http://www.aztecmediahosting.com/harmonic/flash/mark.swf" margin="0,0,0,0" position="center" transitionTime="0" /&gt;<br />
		&lt;transition kenBurnsMode="randomZoomAndPan" kenBurnsStrength="0.5" kenBurnsTime="8" size="0.65" time="1.5" type="wipe" /&gt;<br />
	&lt;/configuration&gt;<br />
	&lt;contents&gt;<br />
		&lt;image source="home01.jpg" title="Title 1" description="Description 1" /&gt;<br />
		&lt;image source="home02.jpg" title="Title 2" description="Description 2" /&gt;<br />
		&lt;image source="home03.jpg" title="Title 3" description="Description 3" /&gt;<br />
		&lt;image source="home04.jpg" title="Title 4" description="Description 4" /&gt;<br />
		&lt;image source="home05.jpg" title="Title 5" description="Description 5" /&gt;<br />
		&lt;image source="home06.jpg" title="Title 6" description="Description 6" /&gt;<br />
		&lt;image source="home07.jpg" title="Title 7" description="Description 7" /&gt;<br />
		&lt;image source="home08.jpg" title="Title 8" description="Description 8" /&gt;<br />
		&lt;image source="home09.jpg" title="Title 9" description="Description 9" /&gt;<br />
		&lt;image source="home10.jpg" title="Title 10" description="Description 10" /&gt;<br />
		&lt;image source="home11.jpg" title="Title 11" description="Description 11" /&gt;<br />
		&lt;image source="home12.jpg" title="Title 12" description="Description 12" /&gt;<br />
		&lt;image source="home13.jpg" title="Title 13" description="Description 13" /&gt;<br />
		&lt;image source="home14.jpg" title="Title 14" description="Description 14" /&gt;<br />
		&lt;image source="home15.jpg" title="Title 15" description="Description 15" /&gt;<br />
	&lt;/contents&gt;<br />
&lt;/album&gt;</p>
]]>
		</description>
	</item>
	<item>
		<title>Forcing the size of the slideshow</title>
		<link>http://www.monoslideshow.com/forum/discussion/2283/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2283/</guid>
		<pubDate>Thu, 22 Jul 2010 09:14:51 +0200</pubDate>
		<author>ianforest</author>
		<description>
			<![CDATA[<p>This is more of a theme issue than a monoslideshow issue, but hopefully someone can help.</p>
<p>The Wordpress theme I use forces all content to use the width of the content container which is 600px wide.  When I use monoslideshow (which I am using as a plugin with nggallery) regardless of the fact I have put the dimensions of the slideshow in the settings or wether I use the "h=" and "w=" settings in the shortcode it ALWAYS default to the width of the container which is a bit of a pain.</p>
<p>So...as I know nothing about CSS I figured I could do this...</p>
<p>#mono_slideshow {<br />
position: relative;<br />
width: 400px;<br />
height: 295px;<br />
}</p>
<p>But, that doesn't seem to work either...I know this could be a theme specific issue but is there anything I can do with CSS?</p>
<p>Here is a link to a problem page...</p>
<p><a href='http://www.ian.dj/category/portfolio/newick-park/'>http://www.ian.dj/category/portfolio/newick-park/</a></p>
<p>Many thanks in advance!</p>
]]>
		</description>
	</item>
	<item>
		<title>Links do not work when using a mask</title>
		<link>http://www.monoslideshow.com/forum/discussion/2309/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2309/</guid>
		<pubDate>Wed, 18 Aug 2010 13:41:59 +0200</pubDate>
		<author>oconingham</author>
		<description>
			<![CDATA[<p>Hi -</p>
<p>I'm using a mask file to create rounded corners and an inner shadow, and I also want to have links on each of my images. However, the links to not work when the mask is active, if I remove the mask line in the .xml file they work fine:</p>
<p>&lt;?xml version="1.0" encoding="utf-8"?&gt;<br />
 &lt;!--<br />
Monoslideshow 2.0 configuration file<br />
Please visit <a href='http://www.monoslideshow.com'>http://www.monoslideshow.com</a> for more info<br />
--&gt;<br />
&lt;album thumbnail="http://www.aztecmediahosting.com/harmonic/album/albumThumbnail.jpg" itemPath="http://www.aztecmediahosting.com/harmonic/album/images" thumbnailPath="http://www.aztecmediahosting.com/harmonic/album/thumbnails"&gt;<br />
	&lt;configuration followImageLinks="true" randomize="true" backgroundColor="#ffffff" delay="5"&gt;<br />
		&lt;caption backgroundAlpha="0" backgroundColor="#01568d" backgroundRoundness="0" backgroundType="fitCompleteText" margin="0,0,0,0" padding="9,1,10,6" position="bottomCenter" strokeType="square" width="100%" &gt;<br />
			&lt;title font="Trebuchet MS" size="16" weight="bold" /&gt;<br />
			&lt;description color="#ffffff" font="Trebuchet MS" size="12" /&gt;<br />
			&lt;shadow alpha="0" sizeX="1" sizeY="1" strength="1" /&gt;<br />
			&lt;transition easing="none" time="1.5" /&gt;<br />
		&lt;/caption&gt;<br />
		&lt;controller type="none" &gt;<br />
			&lt;transition/&gt;<br />
			&lt;scrubBar/&gt;<br />
			&lt;shadow/&gt;<br />
		&lt;/controller&gt;<br />
		&lt;progress margin="0,11,13,0" padding="0,0,0,0" position="topRight" &gt;<br />
			&lt;shadow/&gt;<br />
		&lt;/progress&gt;<br />
		&lt;mark source="http://www.aztecmediahosting.com/harmonic/flash/mark.swf" margin="0,0,0,0" position="center" transitionTime="0" /&gt;<br />
		&lt;transition kenBurnsMode="randomZoomAndPan" kenBurnsStrength="0.5" kenBurnsTime="8" size="0.65" time="1.5" type="wipe" /&gt;<br />
	&lt;/configuration&gt;<br />
	&lt;contents&gt;<br />
		&lt;image source="home01.jpg" title="Title 1" description="Description 1" /&gt;<br />
		&lt;image source="home02.jpg" title="Title 2" description="Description 2" /&gt;<br />
		&lt;image source="home03.jpg" title="Title 3" description="Description 3" /&gt;<br />
		&lt;image source="home04.jpg" title="Title 4" description="Description 4" /&gt;<br />
		&lt;image source="home05.jpg" title="Title 5" description="Description 5" /&gt;<br />
		&lt;image source="home06.jpg" title="Title 6" description="Description 6" /&gt;<br />
		&lt;image source="home07.jpg" title="Title 7" description="Description 7" /&gt;<br />
		&lt;image source="home08.jpg" title="Title 8" description="Description 8" /&gt;<br />
		&lt;image source="home09.jpg" title="Title 9" description="Description 9" /&gt;<br />
		&lt;image source="home10.jpg" title="Title 10" description="Description 10" /&gt;<br />
		&lt;image source="home11.jpg" title="Title 11" description="Description 11" /&gt;<br />
		&lt;image source="home12.jpg" title="Title 12" description="Description 12" /&gt;<br />
		&lt;image source="home13.jpg" title="Title 13" description="Description 13" /&gt;<br />
		&lt;image source="home14.jpg" title="Title 14" description="Description 14" /&gt;<br />
		&lt;image source="home15.jpg" title="Title 15" description="Description 15" /&gt;<br />
	&lt;/contents&gt;<br />
&lt;/album&gt;</p>
]]>
		</description>
	</item>
	<item>
		<title>Wordpress monoslideshow</title>
		<link>http://www.monoslideshow.com/forum/discussion/2216/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2216/</guid>
		<pubDate>Tue, 04 May 2010 23:13:20 +0200</pubDate>
		<author>Andi Bachmann</author>
		<description>
			<![CDATA[<p>Hi All</p>
<p>I have a problem implementing the monoslideshow. I have installed the nextgen gallery plugin as well as monoslideshow.swf uploaded. When I add the tag</p>
<p>[monoslideshow id=1]</p>
<p>and publish the post the slideshow will not be shown (see <a href='http://malom.ch/?p=99'>http://malom.ch/?p=99</a>).</p>
<p>Could you help me on that?</p>
<p>Thanks for solutions in advance.<br />
Andi</p>
]]>
		</description>
	</item>
	<item>
		<title>Problem with flv</title>
		<link>http://www.monoslideshow.com/forum/discussion/2302/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2302/</guid>
		<pubDate>Fri, 13 Aug 2010 12:32:49 +0200</pubDate>
		<author>reschi</author>
		<description>
			<![CDATA[<p>Hi all,</p>
<p>i have problems playing a .flv in the sildeshow - it always shows me a exclamation mark.</p>
<p>I tried different pathes for video. Images in the same Folder work but videos doesn't.<br />
What does i make wrong? Is this a bug?</p>
<p>site: <a href='http://reschi.kogler-software.at/gallerietest.aspx'>http://reschi.kogler-software.at/gallerietest.aspx</a><br />
xml: <a href='http://reschi.kogler-software.at/slideshow/data/MyPics.xml'>http://reschi.kogler-software.at/slideshow/data/MyPics.xml</a></p>
<p>i tried different pathes but nothing works - any idea?</p>
<p>greetz<br />
Reschi</p>
]]>
		</description>
	</item>
	<item>
		<title>viewport</title>
		<link>http://www.monoslideshow.com/forum/discussion/2305/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2305/</guid>
		<pubDate>Mon, 16 Aug 2010 15:38:24 +0200</pubDate>
		<author>liquidmonkey</author>
		<description>
			<![CDATA[<p>MonoSlideShow v1.34<br />
using in LR 3.0<br />
on a win7 64 bit machine and chrome browser.<br />
----------------------------------------------------------------------<br />
its been a loooong time since i've used MSS but here goes :)</p>
<p>what exactly do the IMAGE VIEWPORT settings do?<br />
there is something for the VERTEX and the BASE.<br />
i put some numbers in and all it does is make the images smaller or simply disappear.</p>
<p>is this a scale factor or something?</p>
<p>thanks!</p>
]]>
		</description>
	</item>
	<item>
		<title>landscape and portrait mode</title>
		<link>http://www.monoslideshow.com/forum/discussion/2307/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2307/</guid>
		<pubDate>Mon, 16 Aug 2010 15:43:03 +0200</pubDate>
		<author>liquidmonkey</author>
		<description>
			<![CDATA[<p>MonoSlideShow v1.34<br />
using in LR 3.0<br />
on a win7 64 bit machine and chrome browser.<br />
----------------------------------------------------------------------</p>
<p>i've noticed that when i specify the size of the window, ie, 800x450, the portrait pictures do not display correctly.<br />
i tried making the window 800x800 but that just then displays a much bigger version of the landscape photos.<br />
is there a way to fix this?</p>
<p>thanks!</p>
]]>
		</description>
	</item>
	<item>
		<title>Help! startWithItemID startWithImageID</title>
		<link>http://www.monoslideshow.com/forum/discussion/2308/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2308/</guid>
		<pubDate>Mon, 16 Aug 2010 22:50:21 +0200</pubDate>
		<author>ilovediscostu</author>
		<description>
			<![CDATA[<p>Hi the release notes for version 2.16 state that startWithImageID is now working although this doesn't seem to be the case. There also seems to be some in confusion in the manual which refers to the parameter as startWithItemID and startWithImageID. The second version brings up an error saying the parameter is not valid. I've also tried startWithItemID and this does not error but dos not display any pictures...help! It would be really useful if this worked.</p>
]]>
		</description>
	</item>
	<item>
		<title>google sites</title>
		<link>http://www.monoslideshow.com/forum/discussion/2306/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2306/</guid>
		<pubDate>Mon, 16 Aug 2010 15:40:00 +0200</pubDate>
		<author>liquidmonkey</author>
		<description>
			<![CDATA[<p>MonoSlideShow v1.34<br />
using in LR 3.0<br />
on a win7 64 bit machine and chrome browser.<br />
----------------------------------------------------------------------</p>
<p>has anyone been able to use MSS on a google site?<br />
and how did u do it?</p>
<p>or whats another free website making / hosting site that i can make a webpage AND use mono?</p>
<p>thanks!</p>
]]>
		</description>
	</item>
	<item>
		<title>show newest images added first</title>
		<link>http://www.monoslideshow.com/forum/discussion/2304/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2304/</guid>
		<pubDate>Mon, 16 Aug 2010 01:28:57 +0200</pubDate>
		<author>moo</author>
		<description>
			<![CDATA[<p>is there a way to show the newest images first when monoslideshow starts?</p>
<p>i name all of my images by numbers, example:  1.png, 2.png, 3.png, etc.</p>
<p>so if i had image number 33.png</p>
<p>i would want the slide show to start with 33.png, then 32.png, and so on.</p>
<p>thanks</p>
]]>
		</description>
	</item>
	<item>
		<title>Does file size of photo affect the file size of flash object?</title>
		<link>http://www.monoslideshow.com/forum/discussion/2303/</link>
		<guid isPermaLink="false">http://www.monoslideshow.com/forum/discussion/2303/</guid>
		<pubDate>Sat, 14 Aug 2010 06:27:03 +0200</pubDate>
		<author>guru84</author>
		<description>
			<![CDATA[<p>Hello,<br />
I was wondering if the file size of the images used affects the file size of the final flash object of the monoslideshow. So should I compress my images and resize them to a similar size of the slideshow or does the slideshow have the same file size regardless of the size of the images it uses? If it makes no difference it would be best to have original images as they will be of a higher visual quality.</p>
<p>Thanks</p>
]]>
		</description>
	</item>
	
		</channel>
	</rss>