<?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: Adding Flash animation in SharePoint Blog and other lists pt. 2</title>
	<atom:link href="http://www.sharepointboris.net/2008/02/adding-flash-animation-in-sharepoint-blog-and-other-lists-pt-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointboris.net/2008/02/adding-flash-animation-in-sharepoint-blog-and-other-lists-pt-2/</link>
	<description>and Boris Gomiunik</description>
	<lastBuildDate>Mon, 14 Nov 2011 21:38:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Boris Gomiunik</title>
		<link>http://www.sharepointboris.net/2008/02/adding-flash-animation-in-sharepoint-blog-and-other-lists-pt-2/#comment-174</link>
		<dc:creator>Boris Gomiunik</dc:creator>
		<pubDate>Sun, 01 Nov 2009 22:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=97#comment-174</guid>
		<description>Hi, Meera. This is an obsolete method. It&#039;s easier to use the ERTE (www.sharepointboris.net/erte).</description>
		<content:encoded><![CDATA[<p>Hi, Meera. This is an obsolete method. It&#8217;s easier to use the ERTE (www.sharepointboris.net/erte).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meera</title>
		<link>http://www.sharepointboris.net/2008/02/adding-flash-animation-in-sharepoint-blog-and-other-lists-pt-2/#comment-173</link>
		<dc:creator>Meera</dc:creator>
		<pubDate>Fri, 30 Oct 2009 11:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=97#comment-173</guid>
		<description>Hi
I have uploaded the swfobject.js file to document library and added the script to the master page template in catalogs as shown below
 

function embedFlashes() { 
    var myLayers = document.getElementsByTagName(&#039;div&#039;); 
    if (myLayers.length&gt;0) { 
        var myFlashes = new Array() 
        for (i=1; i&lt;myLayers.length; i++) { 
            if (myLayers[i].className == &#039;flashcontent&#039;) { 
                myFlashes.push(myLayers[i].id) 
            } 
        } 
        var so = new Array() 
        for (j=0; j&lt;myFlashes.length; j++) { 
            tempParam = myFlashes[j].split(&#039;::&#039;) 
            so[j] = new SWFObject(tempParam[0], tempParam[1], tempParam[2], tempParam[3], tempParam[4], tempParam[5]); 
            for (p=6; p&lt;tempParam.length; p++) { 
                detail = tempParam[p].split(&#039;=&#039;) 
                so[j].addVariable(detail[0], detail[1]) 
            } 
            so[j].write(myFlashes[j]) 
        } 
    } 
}

embedFlashes() 


As a next step I added the 
Please view this post on my website to display the video.
 tag to the boby of the blog post successfully.

But i am not getting videos populated.

Any ideas?
where shall i have to upload the .js file and shall i have to update the uploaded path for the &#039;src&#039; of the below tag.
 

Thanks
Meera</description>
		<content:encoded><![CDATA[<p>Hi<br />
I have uploaded the swfobject.js file to document library and added the script to the master page template in catalogs as shown below</p>
<p>function embedFlashes() {<br />
    var myLayers = document.getElementsByTagName(&#8216;div&#8217;);<br />
    if (myLayers.length&gt;0) {<br />
        var myFlashes = new Array()<br />
        for (i=1; i&lt;myLayers.length; i++) {<br />
            if (myLayers[i].className == &#039;flashcontent&#039;) {<br />
                myFlashes.push(myLayers[i].id)<br />
            }<br />
        }<br />
        var so = new Array()<br />
        for (j=0; j&lt;myFlashes.length; j++) {<br />
            tempParam = myFlashes[j].split(&#039;::&#039;)<br />
            so[j] = new SWFObject(tempParam[0], tempParam[1], tempParam[2], tempParam[3], tempParam[4], tempParam[5]);<br />
            for (p=6; p&lt;tempParam.length; p++) {<br />
                detail = tempParam[p].split(&#039;=&#039;)<br />
                so[j].addVariable(detail[0], detail[1])<br />
            }<br />
            so[j].write(myFlashes[j])<br />
        }<br />
    }<br />
}</p>
<p>embedFlashes() </p>
<p>As a next step I added the<br />
Please view this post on my website to display the video.<br />
 tag to the boby of the blog post successfully.</p>
<p>But i am not getting videos populated.</p>
<p>Any ideas?<br />
where shall i have to upload the .js file and shall i have to update the uploaded path for the &#8216;src&#8217; of the below tag.</p>
<p>Thanks<br />
Meera</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meera</title>
		<link>http://www.sharepointboris.net/2008/02/adding-flash-animation-in-sharepoint-blog-and-other-lists-pt-2/#comment-172</link>
		<dc:creator>Meera</dc:creator>
		<pubDate>Fri, 30 Oct 2009 11:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=97#comment-172</guid>
		<description>Hi
I have uploaded the swfobject.js file to document library and added the added the script to the master page template in catalogs.

As a next step I added the 
DIV tag to the boby of the blog post successfully.

But i am not getting videos populated.

Any ideas?
where shall i have to upload the .js file and shall i have to update the &#039;src&#039; of the below tag.
script type=&quot;text/javascript&quot; src=&quot;swfobject.js&quot; 

Thanks
Meera</description>
		<content:encoded><![CDATA[<p>Hi<br />
I have uploaded the swfobject.js file to document library and added the added the script to the master page template in catalogs.</p>
<p>As a next step I added the<br />
DIV tag to the boby of the blog post successfully.</p>
<p>But i am not getting videos populated.</p>
<p>Any ideas?<br />
where shall i have to upload the .js file and shall i have to update the &#8216;src&#8217; of the below tag.<br />
script type=&#8221;text/javascript&#8221; src=&#8221;swfobject.js&#8221; </p>
<p>Thanks<br />
Meera</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael</title>
		<link>http://www.sharepointboris.net/2008/02/adding-flash-animation-in-sharepoint-blog-and-other-lists-pt-2/#comment-171</link>
		<dc:creator>Mikael</dc:creator>
		<pubDate>Wed, 18 Mar 2009 20:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=97#comment-171</guid>
		<description>Hi
I tried out the ERTE solution now and yes, it is better. I did have some issues with YouTube clips not playing and found this solution: Edit the Flash file URL: change &quot;/v/&quot; into &quot;/p.swf?video_id=
Be glad to hear if you have a simpler solution.
cheers
Mikael</description>
		<content:encoded><![CDATA[<p>Hi<br />
I tried out the ERTE solution now and yes, it is better. I did have some issues with YouTube clips not playing and found this solution: Edit the Flash file URL: change &quot;/v/&quot; into &quot;/p.swf?video_id=<br />
Be glad to hear if you have a simpler solution.<br />
cheers<br />
Mikael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gomiunik</title>
		<link>http://www.sharepointboris.net/2008/02/adding-flash-animation-in-sharepoint-blog-and-other-lists-pt-2/#comment-170</link>
		<dc:creator>gomiunik</dc:creator>
		<pubDate>Tue, 17 Mar 2009 18:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=97#comment-170</guid>
		<description>Hi, Mikael! Thanks for the feedback. :) If you want to embed flash into SharePoint, there is even an easier way. See ERTE on this blog (&lt;a href=&quot;http://boris.gomiuinik.net/erte)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://boris.gomiuinik.net/erte)&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi, Mikael! Thanks for the feedback. <img src='http://www.sharepointboris.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If you want to embed flash into SharePoint, there is even an easier way. See ERTE on this blog (<a href="http://boris.gomiuinik.net/erte)" target="_blank" rel="nofollow"></a><a href="http://boris.gomiuinik.net/erte" rel="nofollow">http://boris.gomiuinik.net/erte</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael</title>
		<link>http://www.sharepointboris.net/2008/02/adding-flash-animation-in-sharepoint-blog-and-other-lists-pt-2/#comment-169</link>
		<dc:creator>Mikael</dc:creator>
		<pubDate>Thu, 12 Mar 2009 20:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=97#comment-169</guid>
		<description>After some back-tracing I managed to get this working as well. In my case the &#8217;-sign created problems. I swapped all &#8217; for &#039;.
It&#039;s difficult to see the difference between the characters here but it is two different characters and one of them made the JavaScript not execute.
Thanks for a great solution.</description>
		<content:encoded><![CDATA[<p>After some back-tracing I managed to get this working as well. In my case the &rsquo;-sign created problems. I swapped all &rsquo; for &#039;.<br />
It&#039;s difficult to see the difference between the characters here but it is two different characters and one of them made the JavaScript not execute.<br />
Thanks for a great solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Gannotti</title>
		<link>http://www.sharepointboris.net/2008/02/adding-flash-animation-in-sharepoint-blog-and-other-lists-pt-2/#comment-168</link>
		<dc:creator>Michael Gannotti</dc:creator>
		<pubDate>Fri, 13 Jun 2008 15:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=97#comment-168</guid>
		<description>Never mind. Here was my fix. created doc library as you directed and called script and uploaded swfobject.js to it. Then I added your java script to my master page template at very bottom and changed reference to swfobject.js and pointed to script/swfobject.js. Next I added folder called script that contained the swfobject.js file to the root of the posts list folder as well as root of the Category list folder. With that it showed up in all views.  :-)</description>
		<content:encoded><![CDATA[<p>Never mind. Here was my fix. created doc library as you directed and called script and uploaded swfobject.js to it. Then I added your java script to my master page template at very bottom and changed reference to swfobject.js and pointed to script/swfobject.js. Next I added folder called script that contained the swfobject.js file to the root of the posts list folder as well as root of the Category list folder. With that it showed up in all views.  <img src='http://www.sharepointboris.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Gannotti</title>
		<link>http://www.sharepointboris.net/2008/02/adding-flash-animation-in-sharepoint-blog-and-other-lists-pt-2/#comment-167</link>
		<dc:creator>Michael Gannotti</dc:creator>
		<pubDate>Fri, 13 Jun 2008 15:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=97#comment-167</guid>
		<description>I have it so that the video shows on the blog home page fine but if I click the blog title and go to the entry it no longer shows. I tried adding the same script code to a content editor web part on the individual post page and no luck. Then I got rid of the content editor web parts on all pages and instead added the script to the master page template in catalogs and worked like a champ on main blog page but again if I go to individual posting it does not show. Any ideas?&lt;br/&gt;Thanks</description>
		<content:encoded><![CDATA[<p>I have it so that the video shows on the blog home page fine but if I click the blog title and go to the entry it no longer shows. I tried adding the same script code to a content editor web part on the individual post page and no luck. Then I got rid of the content editor web parts on all pages and instead added the script to the master page template in catalogs and worked like a champ on main blog page but again if I go to individual posting it does not show. Any ideas?<br />Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.sharepointboris.net/2008/02/adding-flash-animation-in-sharepoint-blog-and-other-lists-pt-2/#comment-166</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 09 Jun 2008 17:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=97#comment-166</guid>
		<description>how do you enable full screen with youtube videos in your blog?&lt;br/&gt;Thanks</description>
		<content:encoded><![CDATA[<p>how do you enable full screen with youtube videos in your blog?<br />Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.sharepointboris.net/2008/02/adding-flash-animation-in-sharepoint-blog-and-other-lists-pt-2/#comment-165</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 11 Apr 2008 16:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=97#comment-165</guid>
		<description>Trying hard to make this work.  But the quotes get stripped out of the code that you gave as an example.  I assume that is wehre I am failing on this.  I know that the swfobject.js is being called and the code in the content editor is working.  Seems liek it has to be those double quotes getting stripped.&lt;br/&gt;&lt;br/&gt;Ideas?&lt;br/&gt;&lt;br/&gt;Thanks for this post, btw.</description>
		<content:encoded><![CDATA[<p>Trying hard to make this work.  But the quotes get stripped out of the code that you gave as an example.  I assume that is wehre I am failing on this.  I know that the swfobject.js is being called and the code in the content editor is working.  Seems liek it has to be those double quotes getting stripped.</p>
<p>Ideas?</p>
<p>Thanks for this post, btw.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

