<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: TTG Monoslideshow-2</title>
	<atom:link href="http://lr.theturninggate.net/flash-galleries/ttg-monoslideshow-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://lr.theturninggate.net</link>
	<description>Adobe Lightroom Web Engines, Tutorials and Resources</description>
	<lastBuildDate>Wed, 27 Oct 2010 16:59:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gary Leive</title>
		<link>http://lr.theturninggate.net/flash-galleries/ttg-monoslideshow-2/comment-page-1/#comment-20729</link>
		<dc:creator>Gary Leive</dc:creator>
		<pubDate>Sun, 26 Sep 2010 13:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://lr.theturninggate.net/?page_id=1752#comment-20729</guid>
		<description>Maryellen,

I am not sure why the logo is not disabling.  The manual has always proven to be correct, but somewhat cryptic.  I am including a copy of the script I am using.  I changed the path (and I am actually using a .php program to generate the .xml on the fly, but just pretend it says &quot;monoslideshow.xml&quot; not &quot;monomovie.php&quot;.

The trick may be separating the flashvars list with commas, or making sure the quotes are all in the right place.

Hope this helps:

               var flashvars = {dataFile: &quot;monomovie.php&quot;,
                   showLogo: &quot;false&quot;,
                   showRegistration: &quot;false&quot;
                   };
  var params = {wmode: &quot;transparent&quot;};
  params.allowfullscreen = true;
  params.allowscriptaccess = &quot;always&quot;;
  params.bgcolor = &quot;#000000&quot;;
  swfobject.embedSWF(&quot;../../mono/monoslideshow.swf&quot;, &quot;flashContent&quot;, &quot;600&quot;, &quot;420&quot;, &quot;9.0.124&quot;, false, flashvars, params);
</description>
		<content:encoded><![CDATA[<p>Maryellen,</p>
<p>I am not sure why the logo is not disabling.  The manual has always proven to be correct, but somewhat cryptic.  I am including a copy of the script I am using.  I changed the path (and I am actually using a .php program to generate the .xml on the fly, but just pretend it says &#8220;monoslideshow.xml&#8221; not &#8220;monomovie.php&#8221;.</p>
<p>The trick may be separating the flashvars list with commas, or making sure the quotes are all in the right place.</p>
<p>Hope this helps:</p>
<p>               var flashvars = {dataFile: &#8220;monomovie.php&#8221;,<br />
                   showLogo: &#8220;false&#8221;,<br />
                   showRegistration: &#8220;false&#8221;<br />
                   };<br />
  var params = {wmode: &#8220;transparent&#8221;};<br />
  params.allowfullscreen = true;<br />
  params.allowscriptaccess = &#8220;always&#8221;;<br />
  params.bgcolor = &#8220;#000000&#8243;;<br />
  swfobject.embedSWF(&#8220;../../mono/monoslideshow.swf&#8221;, &#8220;flashContent&#8221;, &#8220;600&#8243;, &#8220;420&#8243;, &#8220;9.0.124&#8243;, false, flashvars, params);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maryellen</title>
		<link>http://lr.theturninggate.net/flash-galleries/ttg-monoslideshow-2/comment-page-1/#comment-20701</link>
		<dc:creator>Maryellen</dc:creator>
		<pubDate>Sun, 26 Sep 2010 04:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://lr.theturninggate.net/?page_id=1752#comment-20701</guid>
		<description>Gary and Matt

Thank you for your responses.   Gary you were right.  I just needed to change the path of my monoslideshow.xml file.   It works great.  I was able to customize the size and set it to autoplay.  I still cannot, however,  get rid of the logo when it first loads the slideshow.  I tried the code as instructed in the manual but still doesn&#039;t work.

Anyone I do appreciate the quck response from both of you!</description>
		<content:encoded><![CDATA[<p>Gary and Matt</p>
<p>Thank you for your responses.   Gary you were right.  I just needed to change the path of my monoslideshow.xml file.   It works great.  I was able to customize the size and set it to autoplay.  I still cannot, however,  get rid of the logo when it first loads the slideshow.  I tried the code as instructed in the manual but still doesn&#8217;t work.</p>
<p>Anyone I do appreciate the quck response from both of you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Leive</title>
		<link>http://lr.theturninggate.net/flash-galleries/ttg-monoslideshow-2/comment-page-1/#comment-20589</link>
		<dc:creator>Gary Leive</dc:creator>
		<pubDate>Fri, 24 Sep 2010 19:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://lr.theturninggate.net/?page_id=1752#comment-20589</guid>
		<description>Maryellen,

I suspect the issue is where the monoslideshow.xml file resides.  I am assuming the slideshow can be played in Lightroom and only gives that error when you run the sports photography page on your web site.  

By default Monoslideshow looks for the monoslideshow.xml file in the same directory as the web page code which contains the script to run the slideshow.  If the .xml file resides elsewhere, you have to change the path.  I used the example script on page 8 of the Monoslideshow 2.16 manual.  The section &quot;Loading Custom .XML file&quot; shows how to set: var flashvars = {dataFile: &quot;yourCustomeFile.xml&quot;}; where &quot;yourCustomFile.xml&quot; should contain the path to the xml file.  For example if it is called monoslideshow.xml and is in the directory above the calling code, it would read: var flashvars = {dataFile: &quot;../monoslideshow.xml&quot;};

Another problem which can occur is specifying the path correctly.  If you are developing on a PC and loading to a UNIX web server, be careful to only use forward slashes (/) in the paths.  Also, check for proper cases of the letters.  &quot;datafile&quot; and &quot;dataFile&quot; are equivalent on a PC server, but not on a Unix server.

I hope some of this helps.</description>
		<content:encoded><![CDATA[<p>Maryellen,</p>
<p>I suspect the issue is where the monoslideshow.xml file resides.  I am assuming the slideshow can be played in Lightroom and only gives that error when you run the sports photography page on your web site.  </p>
<p>By default Monoslideshow looks for the monoslideshow.xml file in the same directory as the web page code which contains the script to run the slideshow.  If the .xml file resides elsewhere, you have to change the path.  I used the example script on page 8 of the Monoslideshow 2.16 manual.  The section &#8220;Loading Custom .XML file&#8221; shows how to set: var flashvars = {dataFile: &#8220;yourCustomeFile.xml&#8221;}; where &#8220;yourCustomFile.xml&#8221; should contain the path to the xml file.  For example if it is called monoslideshow.xml and is in the directory above the calling code, it would read: var flashvars = {dataFile: &#8220;../monoslideshow.xml&#8221;};</p>
<p>Another problem which can occur is specifying the path correctly.  If you are developing on a PC and loading to a UNIX web server, be careful to only use forward slashes (/) in the paths.  Also, check for proper cases of the letters.  &#8220;datafile&#8221; and &#8220;dataFile&#8221; are equivalent on a PC server, but not on a Unix server.</p>
<p>I hope some of this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maryellen</title>
		<link>http://lr.theturninggate.net/flash-galleries/ttg-monoslideshow-2/comment-page-1/#comment-20577</link>
		<dc:creator>Maryellen</dc:creator>
		<pubDate>Fri, 24 Sep 2010 13:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://lr.theturninggate.net/?page_id=1752#comment-20577</guid>
		<description>I am having trouble embedding a monoslideshow 2 onto my sports photography page of my website. I purchase the appropriate software and license and installed the monoslideshow flash component into the web engine. When I preview in browser I get the error. “Something went wrong” error loading monoslideshow.xml”.: ioError. I have looked at the manual that came with my purchase as well as available discussion forums and still have not found my error. I would appreciate any thoughts of where I am going wrong?</description>
		<content:encoded><![CDATA[<p>I am having trouble embedding a monoslideshow 2 onto my sports photography page of my website. I purchase the appropriate software and license and installed the monoslideshow flash component into the web engine. When I preview in browser I get the error. “Something went wrong” error loading monoslideshow.xml”.: ioError. I have looked at the manual that came with my purchase as well as available discussion forums and still have not found my error. I would appreciate any thoughts of where I am going wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maryellen</title>
		<link>http://lr.theturninggate.net/flash-galleries/ttg-monoslideshow-2/comment-page-1/#comment-20576</link>
		<dc:creator>Maryellen</dc:creator>
		<pubDate>Fri, 24 Sep 2010 13:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://lr.theturninggate.net/?page_id=1752#comment-20576</guid>
		<description>I am having trouble embedding a monoslideshow 2 onto my sports photography page of my website.   I purchase the appropriate software and license and installed the monoslideshow flash component into the web engine.  When I preview in browser I get the error.  &quot;Something went wrong&quot; error loading monoslideshow.xml&quot;.: ioError.   I have looked at the manual that came with my purchase as well as available discussion forums and still have not found my error.  I would appreciate any thoughts of where I am going wrong?</description>
		<content:encoded><![CDATA[<p>I am having trouble embedding a monoslideshow 2 onto my sports photography page of my website.   I purchase the appropriate software and license and installed the monoslideshow flash component into the web engine.  When I preview in browser I get the error.  &#8220;Something went wrong&#8221; error loading monoslideshow.xml&#8221;.: ioError.   I have looked at the manual that came with my purchase as well as available discussion forums and still have not found my error.  I would appreciate any thoughts of where I am going wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theturninggate</title>
		<link>http://lr.theturninggate.net/flash-galleries/ttg-monoslideshow-2/comment-page-1/#comment-15587</link>
		<dc:creator>theturninggate</dc:creator>
		<pubDate>Thu, 17 Jun 2010 16:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://lr.theturninggate.net/?page_id=1752#comment-15587</guid>
		<description>My apologies. Version 1.0 is the current public release.</description>
		<content:encoded><![CDATA[<p>My apologies. Version 1.0 is the current public release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Leive</title>
		<link>http://lr.theturninggate.net/flash-galleries/ttg-monoslideshow-2/comment-page-1/#comment-15576</link>
		<dc:creator>Gary Leive</dc:creator>
		<pubDate>Thu, 17 Jun 2010 11:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://lr.theturninggate.net/?page_id=1752#comment-15576</guid>
		<description>I tried re-downloading TTG Monoslideshow-2 and I also show the 1.0 version.  

The Changelog above on this web page shows 1.0.1 still &quot;In development&quot;.  Am I missing something?  I would like to get the 1.0.1 version.</description>
		<content:encoded><![CDATA[<p>I tried re-downloading TTG Monoslideshow-2 and I also show the 1.0 version.  </p>
<p>The Changelog above on this web page shows 1.0.1 still &#8220;In development&#8221;.  Am I missing something?  I would like to get the 1.0.1 version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theturninggate</title>
		<link>http://lr.theturninggate.net/flash-galleries/ttg-monoslideshow-2/comment-page-1/#comment-15564</link>
		<dc:creator>theturninggate</dc:creator>
		<pubDate>Thu, 17 Jun 2010 05:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://lr.theturninggate.net/?page_id=1752#comment-15564</guid>
		<description>The engine should display in Lightroom as TTG Monoslideshow-2 1.0.1. You should also purchase the Monoslideshow Flash component from www.monoslideshow.com.</description>
		<content:encoded><![CDATA[<p>The engine should display in Lightroom as TTG Monoslideshow-2 1.0.1. You should also purchase the Monoslideshow Flash component from <a href="http://www.monoslideshow.com" rel="nofollow">http://www.monoslideshow.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://lr.theturninggate.net/flash-galleries/ttg-monoslideshow-2/comment-page-1/#comment-15557</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 17 Jun 2010 04:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://lr.theturninggate.net/?page_id=1752#comment-15557</guid>
		<description>I just downloading the software &amp; install it, but I think I have 1.0 version. how can I get the latest version?</description>
		<content:encoded><![CDATA[<p>I just downloading the software &amp; install it, but I think I have 1.0 version. how can I get the latest version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Leive</title>
		<link>http://lr.theturninggate.net/flash-galleries/ttg-monoslideshow-2/comment-page-1/#comment-13070</link>
		<dc:creator>Gary Leive</dc:creator>
		<pubDate>Mon, 17 May 2010 12:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://lr.theturninggate.net/?page_id=1752#comment-13070</guid>
		<description>Thank you for your quick reply.  I just checked and 2.15 does indeed solve the issue.

I had been working with MSS 2.15 for an application that doesn&#039;t use Lightroom and never thought to update MSS in the LR plugin..</description>
		<content:encoded><![CDATA[<p>Thank you for your quick reply.  I just checked and 2.15 does indeed solve the issue.</p>
<p>I had been working with MSS 2.15 for an application that doesn&#8217;t use Lightroom and never thought to update MSS in the LR plugin..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

