<?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"
	>
<channel>
	<title>Comments on: Source FLAs available for Adobe Photoshop CS2 Flash Web Photo Gallery wizard</title>
	<atom:link href="http://madowney.com/blog/2005/06/03/source-flas-available-for-adobe-photoshop-cs2-flash-web-photo-gallery-wizard/feed/" rel="self" type="application/rss+xml" />
	<link>http://madowney.com/blog/2005/06/03/source-flas-available-for-adobe-photoshop-cs2-flash-web-photo-gallery-wizard/</link>
	<description>Mike Downey is the Principal Evangelist for Platform Business Development at Adobe Systems and focuses on Adobe's platform technologies including AIR, Flash, and Flex. This is his personal blog. The views expressed on this site are his and his alone and do not necessarily reflect the views of Adobe Systems, it's employees or partners in any way.</description>
	<pubDate>Fri, 21 Nov 2008 18:19:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Dave W.</title>
		<link>http://madowney.com/blog/2005/06/03/source-flas-available-for-adobe-photoshop-cs2-flash-web-photo-gallery-wizard/#comment-17647</link>
		<dc:creator>Dave W.</dc:creator>
		<pubDate>Thu, 28 Aug 2008 13:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://madowney.com/blog/?p=146#comment-17647</guid>
		<description>So I see comment 48...
But I have CS3... Bit of a conversion issue.
Any suggestions?</description>
		<content:encoded><![CDATA[<p>So I see comment 48&#8230;<br />
But I have CS3&#8230; Bit of a conversion issue.<br />
Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://madowney.com/blog/2005/06/03/source-flas-available-for-adobe-photoshop-cs2-flash-web-photo-gallery-wizard/#comment-16040</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 21 Feb 2008 22:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://madowney.com/blog/?p=146#comment-16040</guid>
		<description>I'm trying to build a gallery using the flash template #2. and I have 2 questions:

1. how do I change the settings so that the descriptions show up by default and people don't have to click on the icon?

2. how do I get rid of the huge gap that appears between the thumbnails and the image when you turn the descriptions on?

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to build a gallery using the flash template #2. and I have 2 questions:</p>
<p>1. how do I change the settings so that the descriptions show up by default and people don&#8217;t have to click on the icon?</p>
<p>2. how do I get rid of the huge gap that appears between the thumbnails and the image when you turn the descriptions on?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trend</title>
		<link>http://madowney.com/blog/2005/06/03/source-flas-available-for-adobe-photoshop-cs2-flash-web-photo-gallery-wizard/#comment-4802</link>
		<dc:creator>trend</dc:creator>
		<pubDate>Mon, 29 Oct 2007 12:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://madowney.com/blog/?p=146#comment-4802</guid>
		<description>For all those who want the slideshow to start automatically, this should work: put this &lt;code&gt;controller_mc.startSlideshow();&lt;/code&gt; on the third frame in the fla-File after &lt;code&gt;selectFirstImage ();"&lt;/code&gt; 
Best Regards
trend</description>
		<content:encoded><![CDATA[<p>For all those who want the slideshow to start automatically, this should work: put this <code>controller_mc.startSlideshow();</code> on the third frame in the fla-File after <code>selectFirstImage ();"</code><br />
Best Regards<br />
trend</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://madowney.com/blog/2005/06/03/source-flas-available-for-adobe-photoshop-cs2-flash-web-photo-gallery-wizard/#comment-3668</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 20 Sep 2007 15:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://madowney.com/blog/?p=146#comment-3668</guid>
		<description>To make it transparent, add the wmode = transparent code to the javascript (on your index page) as well. This is because this is the code that loads for everyone that has javascript enabled. So adding it to the noscript portion could only be seen if you disabled JS. Here's what I added to the "CDATA" code to make this work:

myFlashObject.addParam("wmode", "transparent");

To center it, I'm doing a cheezy hack, but it works. I've got the flash file in an iframe, and then I offset the body of the entire document (that contains the flash) with CSS until it perfectly fits where I want it to. Like this:
body {margin: 250px 250px 250px 250px;} Obviously, adjust these values as needed.

As far as the autostart functionality goes, that's why I was reading this thread. Sadly no one seems to know. Will keep digging...</description>
		<content:encoded><![CDATA[<p>To make it transparent, add the wmode = transparent code to the javascript (on your index page) as well. This is because this is the code that loads for everyone that has javascript enabled. So adding it to the noscript portion could only be seen if you disabled JS. Here&#8217;s what I added to the &#8220;CDATA&#8221; code to make this work:</p>
<p>myFlashObject.addParam(&#8221;wmode&#8221;, &#8220;transparent&#8221;);</p>
<p>To center it, I&#8217;m doing a cheezy hack, but it works. I&#8217;ve got the flash file in an iframe, and then I offset the body of the entire document (that contains the flash) with CSS until it perfectly fits where I want it to. Like this:<br />
body {margin: 250px 250px 250px 250px;} Obviously, adjust these values as needed.</p>
<p>As far as the autostart functionality goes, that&#8217;s why I was reading this thread. Sadly no one seems to know. Will keep digging&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://madowney.com/blog/2005/06/03/source-flas-available-for-adobe-photoshop-cs2-flash-web-photo-gallery-wizard/#comment-3506</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 13 Sep 2007 16:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://madowney.com/blog/?p=146#comment-3506</guid>
		<description>Has anyone come up with a method to make this transparent?</description>
		<content:encoded><![CDATA[<p>Has anyone come up with a method to make this transparent?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: (-1)</title>
		<link>http://madowney.com/blog/2005/06/03/source-flas-available-for-adobe-photoshop-cs2-flash-web-photo-gallery-wizard/#comment-3042</link>
		<dc:creator>(-1)</dc:creator>
		<pubDate>Sat, 07 Jul 2007 16:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://madowney.com/blog/?p=146#comment-3042</guid>
		<description>hello, sry to bump this one, but is it possible to use an image as a background i Flash Gallery #1 ?

Morten ^^ 
Norway</description>
		<content:encoded><![CDATA[<p>hello, sry to bump this one, but is it possible to use an image as a background i Flash Gallery #1 ?</p>
<p>Morten ^^<br />
Norway</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarkkieDee</title>
		<link>http://madowney.com/blog/2005/06/03/source-flas-available-for-adobe-photoshop-cs2-flash-web-photo-gallery-wizard/#comment-2367</link>
		<dc:creator>MarkkieDee</dc:creator>
		<pubDate>Sat, 26 May 2007 18:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://madowney.com/blog/?p=146#comment-2367</guid>
		<description>i've already tried :

 div id="flashcontent" style="float:middle;"</description>
		<content:encoded><![CDATA[<p>i&#8217;ve already tried :</p>
<p> div id=&#8221;flashcontent&#8221; style=&#8221;float:middle;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarkkieDee</title>
		<link>http://madowney.com/blog/2005/06/03/source-flas-available-for-adobe-photoshop-cs2-flash-web-photo-gallery-wizard/#comment-2366</link>
		<dc:creator>MarkkieDee</dc:creator>
		<pubDate>Sat, 26 May 2007 18:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://madowney.com/blog/?p=146#comment-2366</guid>
		<description>Dear All, 

i've generated a webgallery with cs2 and all works fine but i'm opening the index.htm into a frame which is about the lower 80% of the screen, but i cannot get it centered, it's also impossible to get any scrollbars..

i've already tried 



and took out    overflow: hidden;

but nothing helps, it seems that the leftbordermargin from galleryconfig.xml is overruling all this.. but even disabling that line doesn't help..

please help me, thanks in advance!

Mark.</description>
		<content:encoded><![CDATA[<p>Dear All, </p>
<p>i&#8217;ve generated a webgallery with cs2 and all works fine but i&#8217;m opening the index.htm into a frame which is about the lower 80% of the screen, but i cannot get it centered, it&#8217;s also impossible to get any scrollbars..</p>
<p>i&#8217;ve already tried </p>
<p>and took out    overflow: hidden;</p>
<p>but nothing helps, it seems that the leftbordermargin from galleryconfig.xml is overruling all this.. but even disabling that line doesn&#8217;t help..</p>
<p>please help me, thanks in advance!</p>
<p>Mark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://madowney.com/blog/2005/06/03/source-flas-available-for-adobe-photoshop-cs2-flash-web-photo-gallery-wizard/#comment-930</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Sat, 03 Mar 2007 13:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://madowney.com/blog/?p=146#comment-930</guid>
		<description>I need help placing a flash gallery (2) into a web page I created first. I don't know much about Flash.

Please someone help me.

Thank you
</description>
		<content:encoded><![CDATA[<p>I need help placing a flash gallery (2) into a web page I created first. I don&#8217;t know much about Flash.</p>
<p>Please someone help me.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elstinko</title>
		<link>http://madowney.com/blog/2005/06/03/source-flas-available-for-adobe-photoshop-cs2-flash-web-photo-gallery-wizard/#comment-929</link>
		<dc:creator>elstinko</dc:creator>
		<pubDate>Wed, 28 Feb 2007 22:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://madowney.com/blog/?p=146#comment-929</guid>
		<description>take out the hidden variable in the style sheet
overflow: hidden;
This will allow you to see the scroll bars. Enjoy!

This answer does nothing. The overflow function simply hides content from displaying a content block past a defined area. There is more to it like this

 

When I changed to block I got scrollbars but other problems were introduced.

It blows my mind that the template disables scrolling. It makes this solution worthless. I have been scouring the code with no success yet.</description>
		<content:encoded><![CDATA[<p>take out the hidden variable in the style sheet<br />
overflow: hidden;<br />
This will allow you to see the scroll bars. Enjoy!</p>
<p>This answer does nothing. The overflow function simply hides content from displaying a content block past a defined area. There is more to it like this</p>
<p>When I changed to block I got scrollbars but other problems were introduced.</p>
<p>It blows my mind that the template disables scrolling. It makes this solution worthless. I have been scouring the code with no success yet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
