<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[KillerSites.com Web Design Forums - No Animation IE]]></title>
		<link>http://www.killersites.com/forums/topic/1941/no-animation-ie/</link>
		<description><![CDATA[The most recent posts in No Animation IE.]]></description>
		<lastBuildDate>Wed, 05 Aug 2009 17:08:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: No Animation IE]]></title>
			<link>http://www.killersites.com/forums/post/9712/#p9712</link>
			<description><![CDATA[<p>Thanks guys -</p><p>LM,<br /> I have IE 8 installed. I will review the article provided. </p><p>As always - thank you!</p><p>Bri</p>]]></description>
			<author><![CDATA[dummy@example.com (NuCoder)]]></author>
			<pubDate>Wed, 05 Aug 2009 17:08:40 +0000</pubDate>
			<guid>http://www.killersites.com/forums/post/9712/#p9712</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Animation IE]]></title>
			<link>http://www.killersites.com/forums/post/9708/#p9708</link>
			<description><![CDATA[<p>The code seems ok after quick look but do check <a href="http://www.alistapart.com/articles/flashembedcagematch" rel="nofollow">here</a> for more precise code for your embed method or try other from this article. <br />&lt;rant&gt;<br />With IE you never know. Sometimes bit of holy water helps. Also, Which @#$@#$ version of IE you got? This new IE8 version seems the same !@#@!@ as IE6 in a sense that not all bugs are known yet. Well, almost. <br />&lt;/rant&gt;<br />For now SWFobject embed method seems more and more popular. There full documentation on it available so it is quite easy to implement.</p>]]></description>
			<author><![CDATA[dummy@example.com (lm)]]></author>
			<pubDate>Wed, 05 Aug 2009 08:01:09 +0000</pubDate>
			<guid>http://www.killersites.com/forums/post/9708/#p9708</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Animation IE]]></title>
			<link>http://www.killersites.com/forums/post/9701/#p9701</link>
			<description><![CDATA[<p>I actually had the same issue just recently with DW CS4 - I&#039;m not sure why it does this, but I got the &quot;you need to upgrade&quot; message too. I solved it by using a different method that didn&#039;t use the IE conditional comments, though the code was messier that way.</p><p>I&#039;ll keep an eye out and see what Im says.</p>]]></description>
			<author><![CDATA[dummy@example.com (falkencreative)]]></author>
			<pubDate>Tue, 04 Aug 2009 21:47:48 +0000</pubDate>
			<guid>http://www.killersites.com/forums/post/9701/#p9701</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Animation IE]]></title>
			<link>http://www.killersites.com/forums/post/9699/#p9699</link>
			<description><![CDATA[<p>Hi LM,<br />Here is the code. I inserted this from FL CS4 to DW CS4 (just basic and playing around gaining hands on experience).</p><p>thank you</p><br /><p>&lt;object id=&quot;FlashID&quot; classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; width=&quot;300&quot; height=&quot;200&quot;&gt;<br />&nbsp; &lt;param name=&quot;movie&quot; value=&quot;TKJ_Intro_4.swf&quot; /&gt;<br />&nbsp; &lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;<br />&nbsp; &lt;param name=&quot;wmode&quot; value=&quot;opaque&quot; /&gt;<br />&nbsp; &lt;param name=&quot;swfversion&quot; value=&quot;6.0.65.0&quot; /&gt;<br />&nbsp; &lt;!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. --&gt;<br />&nbsp; &lt;param name=&quot;expressinstall&quot; value=&quot;Scripts/expressInstall.swf&quot; /&gt;<br />&nbsp; &lt;!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --&gt;<br />&nbsp; &lt;!--[if !IE]&gt;--&gt;<br />&nbsp; &lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;TKJ_Intro_4.swf&quot; width=&quot;300&quot; height=&quot;200&quot;&gt;<br />&nbsp; &nbsp; &lt;!--&lt;![endif]--&gt;<br />&nbsp; &nbsp; &lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;<br />&nbsp; &nbsp; &lt;param name=&quot;wmode&quot; value=&quot;opaque&quot; /&gt;<br />&nbsp; &nbsp; &lt;param name=&quot;swfversion&quot; value=&quot;6.0.65.0&quot; /&gt;<br />&nbsp; &nbsp; &lt;param name=&quot;expressinstall&quot; value=&quot;Scripts/expressInstall.swf&quot; /&gt;<br />&nbsp; &nbsp; &lt;!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. --&gt;<br />&nbsp; &nbsp; &lt;div&gt;<br />&nbsp; &nbsp; &nbsp; &lt;h4&gt;Content on this page requires a newer version of Adobe Flash Player.&lt;/h4&gt;<br />&nbsp; &nbsp; &nbsp; &lt;p&gt;&lt;a href=&quot;http://www.adobe.com/go/getflashplayer&quot;&gt;&lt;img src=&quot;http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif&quot; alt=&quot;Get Adobe Flash player&quot; width=&quot;112&quot; height=&quot;33&quot; /&gt;&lt;/a&gt;&lt;/p&gt;<br />&nbsp; &nbsp; &lt;/div&gt;<br />&nbsp; &nbsp; &lt;!--[if !IE]&gt;--&gt;<br />&nbsp; &lt;/object&gt;<br />&nbsp; &lt;!--&lt;![endif]--&gt;<br />&lt;/object&gt;</p>]]></description>
			<author><![CDATA[dummy@example.com (NuCoder)]]></author>
			<pubDate>Tue, 04 Aug 2009 21:17:23 +0000</pubDate>
			<guid>http://www.killersites.com/forums/post/9699/#p9699</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Animation IE]]></title>
			<link>http://www.killersites.com/forums/post/9671/#p9671</link>
			<description><![CDATA[<p>Hi Brian,<br />let us see what code you used to embed Flash?</p>]]></description>
			<author><![CDATA[dummy@example.com (lm)]]></author>
			<pubDate>Tue, 04 Aug 2009 08:09:52 +0000</pubDate>
			<guid>http://www.killersites.com/forums/post/9671/#p9671</guid>
		</item>
		<item>
			<title><![CDATA[No Animation IE]]></title>
			<link>http://www.killersites.com/forums/post/9654/#p9654</link>
			<description><![CDATA[<p>G.A forum,</p><p>Another question from Brian......</p><p>I tested a page in IE, FF, Safari and Opera. All is dandy in the latter 3..but good &#039;ol IE - the animation will not play. It states an updated version of Flash is required. I have Flash 10 installed on my Computer (FF - Mozilla). Do I have to go into IE and download Flash 10 from that browser? Once again confused..</p><p>thank you</p>]]></description>
			<author><![CDATA[dummy@example.com (NuCoder)]]></author>
			<pubDate>Mon, 03 Aug 2009 17:24:17 +0000</pubDate>
			<guid>http://www.killersites.com/forums/post/9654/#p9654</guid>
		</item>
	</channel>
</rss>
