<?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: Why don&#8217;t you use FlashObject?</title>
	<atom:link href="http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/</link>
	<description>You've got your good thing, and I've got mine</description>
	<lastBuildDate>Wed, 01 Jul 2009 08:49:07 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Geoff</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-6364</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Fri, 28 Apr 2006 12:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-6364</guid>
		<description>Thanks for the feedback. I&#039;ll just take this change to hype the &lt;a href=&quot;http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com&quot;&gt;SWFObject mailing list&lt;/a&gt; one more time :). It&#039;s full of people who use SWFObject every day, and know it very well, and can probably answer your questions faster than I will on here or by my direct e-mail address.

The more centralized documentation/FAQ is something else I&#039;d like to work on as well. Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback. I&#8217;ll just take this change to hype the <a href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com">SWFObject mailing list</a> one more time :). It&#8217;s full of people who use SWFObject every day, and know it very well, and can probably answer your questions faster than I will on here or by my direct e-mail address.</p>
<p>The more centralized documentation/FAQ is something else I&#8217;d like to work on as well. Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Munson</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-6361</link>
		<dc:creator>Derek Munson</dc:creator>
		<pubDate>Fri, 28 Apr 2006 08:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-6361</guid>
		<description>TREMENDOUS! That was the only issue I had, and honestly, I thought I looked over every document in the books to find the answer to that question. If you are looking for ideas for improvement, it would be to more tightly document and centralize all the Q &amp; A sessions on FlashObject. With IE and this new change, I&#039;m sure more and more people will be flocking here each day with the same questions. A very clear place to e-mail/iteract/ask questions to you would be great, too...I went to many a thread that said &quot;comments closed&quot; and didn&#039;t answer the above question.

Anyways, thanks again for the great solution. I wish I&#039;d only known about it sooner!  ; )</description>
		<content:encoded><![CDATA[<p>TREMENDOUS! That was the only issue I had, and honestly, I thought I looked over every document in the books to find the answer to that question. If you are looking for ideas for improvement, it would be to more tightly document and centralize all the Q &#038; A sessions on FlashObject. With IE and this new change, I&#8217;m sure more and more people will be flocking here each day with the same questions. A very clear place to e-mail/iteract/ask questions to you would be great, too&#8230;I went to many a thread that said &#8220;comments closed&#8221; and didn&#8217;t answer the above question.</p>
<p>Anyways, thanks again for the great solution. I wish I&#8217;d only known about it sooner!  ; )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-6353</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Fri, 28 Apr 2006 01:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-6353</guid>
		<description>Change your code to this:

&lt;code&gt;
 var fo = new FlashObject(&quot;images/carwindow.swf&quot;, &quot;mymovie&quot;, &quot;430&quot;, &quot;280&quot;, &quot;8&quot;, &quot;#FFFFFF&quot;);
fo.addParam(&quot;quality&quot;, &quot;high&quot;);
fo.addParam(&quot;wmode&quot;, &quot;transparent&quot;);
fo.write(&quot;carwindow&quot;);
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Change your code to this:</p>
<p><code><br />
 var fo = new FlashObject("images/carwindow.swf", "mymovie", "430", "280", "8", "#FFFFFF");<br />
fo.addParam("quality", "high");<br />
fo.addParam("wmode", "transparent");<br />
fo.write("carwindow");<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Munson</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-6351</link>
		<dc:creator>Derek Munson</dc:creator>
		<pubDate>Fri, 28 Apr 2006 00:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-6351</guid>
		<description>Can you please write that in the context of the code so I know what you&#039;re referencing? Does it go in the script I included above, or in the .js file, or where? Thanks again for the help.</description>
		<content:encoded><![CDATA[<p>Can you please write that in the context of the code so I know what you&#8217;re referencing? Does it go in the script I included above, or in the .js file, or where? Thanks again for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-6349</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Thu, 27 Apr 2006 22:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-6349</guid>
		<description>You just need to call &lt;code&gt;.write()&lt;/code&gt; after everything else.</description>
		<content:encoded><![CDATA[<p>You just need to call <code>.write()</code> after everything else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Munson</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-6348</link>
		<dc:creator>Derek Munson</dc:creator>
		<pubDate>Thu, 27 Apr 2006 22:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-6348</guid>
		<description>Geoff,

I am loving this whole new world of Flash compliancy you&#039;ve got going here! I really dig it. I am replacing all the Flash objects in all my companies websites with this new script and code. Thanks again.

On to the issue I have: when I use masking in a Flash movie to set the border of the movie to specific shape (say, a circle or a rounded rectangle) and then layer it over a image background that matches the shape of the mask, I can&#039;t seem to get the transparency to work properly. I have the fo.addParam(&quot;wmode&quot;, “transparent&quot;); code added in the correct spot, but the masking seems to not work. It leaves the background color mentioned in the earlier part of the code hanging out around the edges instead of just making the Flash movie appear in the shape I dictated within the movie itself. Below is a copy of the code:

&lt;code&gt;&lt;script type=&quot;text/javascript&quot;&gt;
   var fo = new FlashObject(&quot;images/carwindow.swf&quot;, &quot;mymovie&quot;, &quot;430&quot;, &quot;280&quot;, &quot;8&quot;, &quot;#FFFFFF&quot;);
   fo.write(&quot;carwindow&quot;);
   fo.addParam(&quot;quality&quot;, &quot;high&quot;);
   fo.addParam(&quot;wmode&quot;, &quot;transparent&quot;);
&lt;/script&gt;&lt;/code&gt;

Now, the issue is with the first line after the size parameters. In the quotes bracket where you have to define a color (in this case, &quot;#FFFFFF&quot;), that color appears in a perfect square around my movie&#039;s edges, despite the masking effect used. Make sense?

What I&#039;m wondering is, is there a color parameter that can replace the typical hex code in that first line, or do I need to omit the color tags altogether, or what?

This is very important to a current project I&#039;m working on, so a prompt response would be appreciated. Thanks again for the tremendous code.</description>
		<content:encoded><![CDATA[<p>Geoff,</p>
<p>I am loving this whole new world of Flash compliancy you&#8217;ve got going here! I really dig it. I am replacing all the Flash objects in all my companies websites with this new script and code. Thanks again.</p>
<p>On to the issue I have: when I use masking in a Flash movie to set the border of the movie to specific shape (say, a circle or a rounded rectangle) and then layer it over a image background that matches the shape of the mask, I can&#8217;t seem to get the transparency to work properly. I have the fo.addParam(&#8220;wmode&#8221;, “transparent&#8221;); code added in the correct spot, but the masking seems to not work. It leaves the background color mentioned in the earlier part of the code hanging out around the edges instead of just making the Flash movie appear in the shape I dictated within the movie itself. Below is a copy of the code:</p>
<p><code>&lt;script type="text/javascript"&gt;<br />
   var fo = new FlashObject("images/carwindow.swf", "mymovie", "430", "280", "8", "#FFFFFF");<br />
   fo.write("carwindow");<br />
   fo.addParam("quality", "high");<br />
   fo.addParam("wmode", "transparent");<br />
&lt;/script&gt;</code></p>
<p>Now, the issue is with the first line after the size parameters. In the quotes bracket where you have to define a color (in this case, &#8220;#FFFFFF&#8221;), that color appears in a perfect square around my movie&#8217;s edges, despite the masking effect used. Make sense?</p>
<p>What I&#8217;m wondering is, is there a color parameter that can replace the typical hex code in that first line, or do I need to omit the color tags altogether, or what?</p>
<p>This is very important to a current project I&#8217;m working on, so a prompt response would be appreciated. Thanks again for the tremendous code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-6112</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Thu, 20 Apr 2006 20:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-6112</guid>
		<description>As far as FlashObject goes, it does, but in general using wmode=transparent can have issues in some.

Depending on the Flash Player version and browser version/type you can get diffrent results.</description>
		<content:encoded><![CDATA[<p>As far as FlashObject goes, it does, but in general using wmode=transparent can have issues in some.</p>
<p>Depending on the Flash Player version and browser version/type you can get diffrent results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-6111</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Thu, 20 Apr 2006 20:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-6111</guid>
		<description>Does the fo.addParam(&quot;wmode&quot;, &quot;transparent&quot;); work for all browswers?</description>
		<content:encoded><![CDATA[<p>Does the fo.addParam(&#8220;wmode&#8221;, &#8220;transparent&#8221;); work for all browswers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-5891</link>
		<dc:creator>Mat</dc:creator>
		<pubDate>Thu, 13 Apr 2006 23:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-5891</guid>
		<description>How about a dreamweaver extension, for 1.3, that allows drag &amp; drop...  ?</description>
		<content:encoded><![CDATA[<p>How about a dreamweaver extension, for 1.3, that allows drag &#038; drop&#8230;  ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-5165</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Mon, 20 Mar 2006 21:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-5165</guid>
		<description>The black border is probably from some CSS on the page somewhere. Just take it out of the CSS.</description>
		<content:encoded><![CDATA[<p>The black border is probably from some CSS on the page somewhere. Just take it out of the CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-5163</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 20 Mar 2006 21:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-5163</guid>
		<description>I&#039;m sure this has been covered somewhere, but I&#039;m unable to find it.  I&#039;ve setup the script and it works wonderfully. the only issue I&#039;m running into is that all my flash objects now have black borders around them.  Normally I wouldn&#039;t mind, but where I&#039;m using  &lt;code&gt;fo.addParam(&quot;wmode&quot;, &quot;transparent&quot;);&lt;/code&gt; in the script, the border breaks up the continuity of the page.  I checked the macromedia site but didnt see any options referencing borders.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure this has been covered somewhere, but I&#8217;m unable to find it.  I&#8217;ve setup the script and it works wonderfully. the only issue I&#8217;m running into is that all my flash objects now have black borders around them.  Normally I wouldn&#8217;t mind, but where I&#8217;m using  <code>fo.addParam("wmode", "transparent");</code> in the script, the border breaks up the continuity of the page.  I checked the macromedia site but didnt see any options referencing borders.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Art Clark</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-4996</link>
		<dc:creator>Art Clark</dc:creator>
		<pubDate>Fri, 17 Mar 2006 13:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-4996</guid>
		<description>I&#039;m about to integrate this javascript class, and a few other javascript classes(to replace activex controls) in all of my sites.

Thank you for providing this excellent resource.</description>
		<content:encoded><![CDATA[<p>I&#8217;m about to integrate this javascript class, and a few other javascript classes(to replace activex controls) in all of my sites.</p>
<p>Thank you for providing this excellent resource.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-4965</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Wed, 15 Mar 2006 16:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-4965</guid>
		<description>As of right now, it&#039;s not really possible in all those browsers. There are tricks you can do like swapping out your Flash content for a static image, but that might not look too great.

layering Flash works the same way... it will be tricky to keep one on top of the other, but it would depend on the circumstances. You might be able to get it working.</description>
		<content:encoded><![CDATA[<p>As of right now, it&#8217;s not really possible in all those browsers. There are tricks you can do like swapping out your Flash content for a static image, but that might not look too great.</p>
<p>layering Flash works the same way&#8230; it will be tricky to keep one on top of the other, but it would depend on the circumstances. You might be able to get it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-4962</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 15 Mar 2006 15:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-4962</guid>
		<description>So am I correct in understanding that there&#039;s really no way to put DHTML content on top of Flash that works across IE, Firefox, and Safari?

And a follow-up question: Is there a way to put one Flash object on top of another that is cross-browser friendly?</description>
		<content:encoded><![CDATA[<p>So am I correct in understanding that there&#8217;s really no way to put DHTML content on top of Flash that works across IE, Firefox, and Safari?</p>
<p>And a follow-up question: Is there a way to put one Flash object on top of another that is cross-browser friendly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-4805</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Fri, 03 Mar 2006 22:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-4805</guid>
		<description>Safari has issues with wmode transparent - first you must have Flash player 7 or higher installed for it to even start to work, then you have other issues where placing content over the Flash movie will not work, and the Flash movie will snap to the top when it shouldn&#039;t.

As far as I know there is no way to fix these issues.</description>
		<content:encoded><![CDATA[<p>Safari has issues with wmode transparent &#8211; first you must have Flash player 7 or higher installed for it to even start to work, then you have other issues where placing content over the Flash movie will not work, and the Flash movie will snap to the top when it shouldn&#8217;t.</p>
<p>As far as I know there is no way to fix these issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Morris</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-4351</link>
		<dc:creator>Nate Morris</dc:creator>
		<pubDate>Tue, 03 Jan 2006 19:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-4351</guid>
		<description>I love your script, it works very well!

I&#039;m having a problem with puttin layers on top of my flash movie with CSS. I set the wmode to &quot;transparent&quot;, but Safri still doesn&#039;t recognize it correctly. so, when I hover over links I&#039;ve placed in the layer above the flash file, all the content above the movie flashes, Check it out: http://www.banyantreepartners.com  Any ideas?  Thanks!

-Nate Morris</description>
		<content:encoded><![CDATA[<p>I love your script, it works very well!</p>
<p>I&#8217;m having a problem with puttin layers on top of my flash movie with CSS. I set the wmode to &#8220;transparent&#8221;, but Safri still doesn&#8217;t recognize it correctly. so, when I hover over links I&#8217;ve placed in the layer above the flash file, all the content above the movie flashes, Check it out: <a href="http://www.banyantreepartners.com" rel="nofollow">http://www.banyantreepartners.com</a>  Any ideas?  Thanks!</p>
<p>-Nate Morris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott reston</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-4006</link>
		<dc:creator>scott reston</dc:creator>
		<pubDate>Mon, 08 Aug 2005 00:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-4006</guid>
		<description>and my test user is using flash 7,0,19,0 on IE 6.0.2900.
(sorry for all the posts!)</description>
		<content:encoded><![CDATA[<p>and my test user is using flash 7,0,19,0 on IE 6.0.2900.<br />
(sorry for all the posts!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott reston</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-4005</link>
		<dc:creator>scott reston</dc:creator>
		<pubDate>Mon, 08 Aug 2005 00:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-4005</guid>
		<description>i should point out, i&#039;m using FO v1.2.2</description>
		<content:encoded><![CDATA[<p>i should point out, i&#8217;m using FO v1.2.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott reston</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-4004</link>
		<dc:creator>scott reston</dc:creator>
		<pubDate>Mon, 08 Aug 2005 00:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-4004</guid>
		<description>i find that i have several visitors (at least 3 among friends and fam) that need to bypass the flash version detection (using FO with Dominey&#039;s SlideShowProw) in FO. i&#039;m hesitant to use it on a client site for that reason. SSP requires flash 7 and bypassing the detection makes it work just fine for the users that FO isn&#039;t working for. one test user reports IE6+ and a fresh version of flash, but they still get stopped.</description>
		<content:encoded><![CDATA[<p>i find that i have several visitors (at least 3 among friends and fam) that need to bypass the flash version detection (using FO with Dominey&#8217;s SlideShowProw) in FO. i&#8217;m hesitant to use it on a client site for that reason. SSP requires flash 7 and bypassing the detection makes it work just fine for the users that FO isn&#8217;t working for. one test user reports IE6+ and a fresh version of flash, but they still get stopped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Harrison</title>
		<link>http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/comment-page-1/#comment-3975</link>
		<dc:creator>Ben Harrison</dc:creator>
		<pubDate>Wed, 27 Jul 2005 15:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/18/why-dont-you-use-flashobject/#comment-3975</guid>
		<description>Oops--my bad.  The new 1.2.1 works like a peach.  I just got an older version mixed in there somehow.  Thanks!</description>
		<content:encoded><![CDATA[<p>Oops&#8211;my bad.  The new 1.2.1 works like a peach.  I just got an older version mixed in there somehow.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
