<?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: SWFObject: Javascript Flash Player detection and embed script</title>
	<atom:link href="http://www.thetechspace.com/2009/08/22/swfobject-javascript-flash-player-detection-and-embed-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetechspace.com/2009/08/22/swfobject-javascript-flash-player-detection-and-embed-script/</link>
	<description>php, jquery, flash and resources</description>
	<lastBuildDate>Fri, 27 Jan 2012 19:05:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: sreekanth</title>
		<link>http://www.thetechspace.com/2009/08/22/swfobject-javascript-flash-player-detection-and-embed-script/comment-page-1/#comment-14</link>
		<dc:creator>sreekanth</dc:creator>
		<pubDate>Fri, 25 Sep 2009 05:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechspace.com/?p=4#comment-14</guid>
		<description>Thanks for your quick attention.

When go through the swfobject2.2 api.There are two was to add alternate content.
one is static publishing.
&lt;pre class=&quot;brush:js&quot;&gt;
swfobject.registerObject(objectIdStr, swfVersionStr, xiSwfUrlStr, callbackFn)
&lt;/pre&gt;

The another way is dynamic publishing,syntax as fallows.

&lt;pre class=&quot;brush:js&quot;&gt;
swfobject.embedSWF(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj, callbackFn)
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for your quick attention.</p>
<p>When go through the swfobject2.2 api.There are two was to add alternate content.<br />
one is static publishing.</p>
<pre class="brush:js">
swfobject.registerObject(objectIdStr, swfVersionStr, xiSwfUrlStr, callbackFn)
</pre>
<p>The another way is dynamic publishing,syntax as fallows.</p>
<pre class="brush:js">
swfobject.embedSWF(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj, callbackFn)
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thurein</title>
		<link>http://www.thetechspace.com/2009/08/22/swfobject-javascript-flash-player-detection-and-embed-script/comment-page-1/#comment-13</link>
		<dc:creator>Thurein</dc:creator>
		<pubDate>Thu, 24 Sep 2009 14:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechspace.com/?p=4#comment-13</guid>
		<description>I hope this link will be helpful for you .

http://www.gotoandlearn.com/play?id=77</description>
		<content:encoded><![CDATA[<p>I hope this link will be helpful for you .</p>
<p><a href="http://www.gotoandlearn.com/play?id=77" rel="nofollow">http://www.gotoandlearn.com/play?id=77</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sreekanth</title>
		<link>http://www.thetechspace.com/2009/08/22/swfobject-javascript-flash-player-detection-and-embed-script/comment-page-1/#comment-12</link>
		<dc:creator>sreekanth</dc:creator>
		<pubDate>Thu, 24 Sep 2009 12:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechspace.com/?p=4#comment-12</guid>
		<description>yes,but in SWFObject2.2 not supporting so.write()

how can we support this in new version.</description>
		<content:encoded><![CDATA[<p>yes,but in SWFObject2.2 not supporting so.write()</p>
<p>how can we support this in new version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thurein</title>
		<link>http://www.thetechspace.com/2009/08/22/swfobject-javascript-flash-player-detection-and-embed-script/comment-page-1/#comment-11</link>
		<dc:creator>Thurein</dc:creator>
		<pubDate>Wed, 23 Sep 2009 14:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechspace.com/?p=4#comment-11</guid>
		<description>Yes, You have to add so.write(). It&#039;s mean tell SWFObject to replace html tag &quot;div id=&#039;flashcontent&#039;&quot; to replace with Flash Content</description>
		<content:encoded><![CDATA[<p>Yes, You have to add so.write(). It&#8217;s mean tell SWFObject to replace html tag &#8220;div id=&#8217;flashcontent&#8217;&#8221; to replace with Flash Content</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sreekanth</title>
		<link>http://www.thetechspace.com/2009/08/22/swfobject-javascript-flash-player-detection-and-embed-script/comment-page-1/#comment-10</link>
		<dc:creator>sreekanth</dc:creator>
		<pubDate>Wed, 23 Sep 2009 12:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechspace.com/?p=4#comment-10</guid>
		<description>Nice example.

Please can you let me know that you are adding so.write().what the need of this.In swfobject.js there no function like write().Does we need to explicity add this function in swfobject.js

Please clarify my doubt.

&lt;pre class=&quot;brush:js&quot;&gt;
 var so = new SWFObject(&quot;movie.swf&quot;, &quot;mymovie&quot;, &quot;400&quot;, &quot;100%&quot;, &quot;8&quot;, &quot;#336699&quot;);
      so.addParam(&quot;quality&quot;, &quot;low&quot;);
      so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);
      so.addParam(&quot;salign&quot;, &quot;t&quot;);
       so.write(&quot;flashcontent&quot;);
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Nice example.</p>
<p>Please can you let me know that you are adding so.write().what the need of this.In swfobject.js there no function like write().Does we need to explicity add this function in swfobject.js</p>
<p>Please clarify my doubt.</p>
<pre class="brush:js">
 var so = new SWFObject("movie.swf", "mymovie", "400", "100%", "8", "#336699");
      so.addParam("quality", "low");
      so.addParam("wmode", "transparent");
      so.addParam("salign", "t");
       so.write("flashcontent");
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

