<?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: How to add Flash Video (.flv) with controller to the Text/HTML Module in DNN</title>
	<atom:link href="http://www.adammer.com/blog/2009/07/how-to-add-flash-video-flv-with-controller-to-the-texthtml-module-in-dnn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adammer.com/blog/2009/07/how-to-add-flash-video-flv-with-controller-to-the-texthtml-module-in-dnn/</link>
	<description>Official Adammer Blog</description>
	<lastBuildDate>Fri, 23 Sep 2011 17:30:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tina</title>
		<link>http://www.adammer.com/blog/2009/07/how-to-add-flash-video-flv-with-controller-to-the-texthtml-module-in-dnn/comment-page-1/#comment-876</link>
		<dc:creator>Tina</dc:creator>
		<pubDate>Fri, 04 Jun 2010 15:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.adammer.com/blog/?p=95#comment-876</guid>
		<description>How do you get the scrubber bar to NOT appear by default?

I want the scrubber bar not to show up when the video first starts playing:  it should only appear when the user mouses over it.  Is this possible using the default Flash video player skins?  I would think I&#039;d just need to pass some sort of parameter, like &quot;scrubber=0&quot; or something.</description>
		<content:encoded><![CDATA[<p>How do you get the scrubber bar to NOT appear by default?</p>
<p>I want the scrubber bar not to show up when the video first starts playing:  it should only appear when the user mouses over it.  Is this possible using the default Flash video player skins?  I would think I&#8217;d just need to pass some sort of parameter, like &#8220;scrubber=0&#8243; or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Humphrey</title>
		<link>http://www.adammer.com/blog/2009/07/how-to-add-flash-video-flv-with-controller-to-the-texthtml-module-in-dnn/comment-page-1/#comment-237</link>
		<dc:creator>Adam Humphrey</dc:creator>
		<pubDate>Fri, 11 Dec 2009 01:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.adammer.com/blog/?p=95#comment-237</guid>
		<description>&lt;a href=&quot;#comment-236&quot; rel=&quot;nofollow&quot;&gt;@ Barry&lt;/a&gt;,
Last I checked (many months ago so don&#039;t hold me to this), the f4v format had a mime type of &quot;video/mp4&quot; (Video for Adobe Flash Player).  The .f4v format will not work with the embed method described above. A link to a .f4v file on your web server will launch an external Adobe Flash Player or Adobe Media player.

However, my knowledge may be out of date and there may be a method to embed .f4v videos in HTML. If anyone reading this knows of a way to get this done, please post a comment and enlighten us.

Further reading: &lt;a href=&quot;http://www.adobe.com/devnet/video/&quot; rel=&quot;nofollow&quot;&gt;http://www.adobe.com/devnet/video/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-236" rel="nofollow">@ Barry</a>,<br />
Last I checked (many months ago so don&#8217;t hold me to this), the f4v format had a mime type of &#8220;video/mp4&#8243; (Video for Adobe Flash Player).  The .f4v format will not work with the embed method described above. A link to a .f4v file on your web server will launch an external Adobe Flash Player or Adobe Media player.</p>
<p>However, my knowledge may be out of date and there may be a method to embed .f4v videos in HTML. If anyone reading this knows of a way to get this done, please post a comment and enlighten us.</p>
<p>Further reading: <a href="http://www.adobe.com/devnet/video/" rel="nofollow">http://www.adobe.com/devnet/video/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://www.adammer.com/blog/2009/07/how-to-add-flash-video-flv-with-controller-to-the-texthtml-module-in-dnn/comment-page-1/#comment-236</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Thu, 10 Dec 2009 17:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.adammer.com/blog/?p=95#comment-236</guid>
		<description>This is great, could you tell me what I need to change to play .f4v videos?

Many thanks

Barry</description>
		<content:encoded><![CDATA[<p>This is great, could you tell me what I need to change to play .f4v videos?</p>
<p>Many thanks</p>
<p>Barry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Humphrey</title>
		<link>http://www.adammer.com/blog/2009/07/how-to-add-flash-video-flv-with-controller-to-the-texthtml-module-in-dnn/comment-page-1/#comment-200</link>
		<dc:creator>Adam Humphrey</dc:creator>
		<pubDate>Mon, 02 Nov 2009 23:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.adammer.com/blog/?p=95#comment-200</guid>
		<description>&lt;a href=&quot;#comment-199&quot; rel=&quot;nofollow&quot;&gt;@Patrick Brown-Hayes &lt;/a&gt; 
Did you follow the debugging steps in &lt;a href=&quot;#comment-192&quot; rel=&quot;nofollow&quot;&gt;Comment #7?&lt;/a&gt;

There may be an issue with .flv files using the default settings of IIS (not sure which version). I haven&#039;t had time to try to duplicate this issue as it works correctly on my development server running Win 2003/IIS 7.</description>
		<content:encoded><![CDATA[<p><a href="#comment-199" rel="nofollow">@Patrick Brown-Hayes </a><br />
Did you follow the debugging steps in <a href="#comment-192" rel="nofollow">Comment #7?</a></p>
<p>There may be an issue with .flv files using the default settings of IIS (not sure which version). I haven&#8217;t had time to try to duplicate this issue as it works correctly on my development server running Win 2003/IIS 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Brown-Hayes</title>
		<link>http://www.adammer.com/blog/2009/07/how-to-add-flash-video-flv-with-controller-to-the-texthtml-module-in-dnn/comment-page-1/#comment-199</link>
		<dc:creator>Patrick Brown-Hayes</dc:creator>
		<pubDate>Mon, 02 Nov 2009 23:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.adammer.com/blog/?p=95#comment-199</guid>
		<description>Adam, 

I am trying to do as everyone else and I am having issues also :(.  Can you possibly help.</description>
		<content:encoded><![CDATA[<p>Adam, </p>
<p>I am trying to do as everyone else and I am having issues also <img src='http://www.adammer.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .  Can you possibly help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.adammer.com/blog/2009/07/how-to-add-flash-video-flv-with-controller-to-the-texthtml-module-in-dnn/comment-page-1/#comment-198</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 02 Nov 2009 05:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.adammer.com/blog/?p=95#comment-198</guid>
		<description>&lt;a href=&quot;#comment-197&quot; rel=&quot;nofollow&quot;&gt;@            Adam Humphrey            &lt;/a&gt; 
Yes, that did it. I was so caught up in making sure the paths were right that I looked right past the id&#039;s. Thank you!</description>
		<content:encoded><![CDATA[<p><a href="#comment-197" rel="nofollow">@            Adam Humphrey            </a><br />
Yes, that did it. I was so caught up in making sure the paths were right that I looked right past the id&#8217;s. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Humphrey</title>
		<link>http://www.adammer.com/blog/2009/07/how-to-add-flash-video-flv-with-controller-to-the-texthtml-module-in-dnn/comment-page-1/#comment-197</link>
		<dc:creator>Adam Humphrey</dc:creator>
		<pubDate>Mon, 02 Nov 2009 05:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.adammer.com/blog/?p=95#comment-197</guid>
		<description>&lt;a href=&quot;#comment-196&quot; rel=&quot;nofollow&quot;&gt;@Jay&lt;/a&gt;
Yes, you will need to make a couple changes if you wish to embed more than one video in a single page and/or container.

1) You need to change the id of each object. You must have a unique id for each video you wish to embed.

For example, this would be the change to the code for the second video on the page:
&lt;code&gt;&lt;object width=&quot;400&quot; height=&quot;350&quot; id=&quot;&lt;strong&gt;FLVPlayer2&lt;/strong&gt;&quot; classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;&gt;&lt;/code&gt;

Notice the id has been changed from &quot;FLVPlayer&quot; to &quot;&lt;strong&gt;FLVPlayer2&lt;/strong&gt;&quot;

2) You need to update the JavaScript code to reference the object you just renamed.

&lt;code&gt;swfobject.registerObject(&quot;&lt;strong&gt;FLVPlayer2&lt;/strong&gt;&quot;);&lt;/code&gt;

That should be all you need.

P.S. You only need to reference the swfobject.js file once per page. Make sure it&#039;s included before the code for the first video on the page.</description>
		<content:encoded><![CDATA[<p><a href="#comment-196" rel="nofollow">@Jay</a><br />
Yes, you will need to make a couple changes if you wish to embed more than one video in a single page and/or container.</p>
<p>1) You need to change the id of each object. You must have a unique id for each video you wish to embed.</p>
<p>For example, this would be the change to the code for the second video on the page:<br />
<code>&lt;object width=&quot;400&quot; height=&quot;350&quot; id=&quot;<strong>FLVPlayer2</strong>" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"&gt;</code></p>
<p>Notice the id has been changed from &#8220;FLVPlayer&#8221; to &#8220;<strong>FLVPlayer2</strong>&#8221;</p>
<p>2) You need to update the JavaScript code to reference the object you just renamed.</p>
<p><code>swfobject.registerObject("<strong>FLVPlayer2</strong>");</code></p>
<p>That should be all you need.</p>
<p>P.S. You only need to reference the swfobject.js file once per page. Make sure it&#8217;s included before the code for the first video on the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.adammer.com/blog/2009/07/how-to-add-flash-video-flv-with-controller-to-the-texthtml-module-in-dnn/comment-page-1/#comment-196</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 02 Nov 2009 04:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.adammer.com/blog/?p=95#comment-196</guid>
		<description>Excellent tutorial! It worked perfectly for the first flash file but I can&#039;t seem to get more than one file on a page. Should some of the code be left out of a 2nd, or subsequent, instance of the module?

Cheers,
Jay</description>
		<content:encoded><![CDATA[<p>Excellent tutorial! It worked perfectly for the first flash file but I can&#8217;t seem to get more than one file on a page. Should some of the code be left out of a 2nd, or subsequent, instance of the module?</p>
<p>Cheers,<br />
Jay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://www.adammer.com/blog/2009/07/how-to-add-flash-video-flv-with-controller-to-the-texthtml-module-in-dnn/comment-page-1/#comment-193</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Thu, 29 Oct 2009 17:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.adammer.com/blog/?p=95#comment-193</guid>
		<description>&lt;a href=&quot;#comment-192&quot; rel=&quot;nofollow&quot;&gt;@            Adam Humphrey            &lt;/a&gt; 
I&#039;m loading a .flv file.
I check your 3 points with success but this is not better for my problem.
However, I &#039;ve got success with http path to access the files (like :
http://www.mydnnwebsite.com/web/portals/0/includes/swfobject.js)
I also add to configure the web server IIS to accept .flv type MIME.
IIS won&#039;t serve up .flv files.
I had to go into the IIS settings and add a MIME type entry for flv files (Enter extension .flv, MIME type video/x-flv).

It will keep the http solution to load .flv into DNN.
I suppose I&#039;ve got a security problem with path like &quot;/Portals/0/includes/swfobject.js&quot;.
Best regards</description>
		<content:encoded><![CDATA[<p><a href="#comment-192" rel="nofollow">@            Adam Humphrey            </a><br />
I&#8217;m loading a .flv file.<br />
I check your 3 points with success but this is not better for my problem.<br />
However, I &#8216;ve got success with http path to access the files (like :<br />
<a href="http://www.mydnnwebsite.com/web/portals/0/includes/swfobject.js" rel="nofollow">http://www.mydnnwebsite.com/web/portals/0/includes/swfobject.js</a>)<br />
I also add to configure the web server IIS to accept .flv type MIME.<br />
IIS won&#8217;t serve up .flv files.<br />
I had to go into the IIS settings and add a MIME type entry for flv files (Enter extension .flv, MIME type video/x-flv).</p>
<p>It will keep the http solution to load .flv into DNN.<br />
I suppose I&#8217;ve got a security problem with path like &#8220;/Portals/0/includes/swfobject.js&#8221;.<br />
Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Humphrey</title>
		<link>http://www.adammer.com/blog/2009/07/how-to-add-flash-video-flv-with-controller-to-the-texthtml-module-in-dnn/comment-page-1/#comment-192</link>
		<dc:creator>Adam Humphrey</dc:creator>
		<pubDate>Thu, 29 Oct 2009 16:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.adammer.com/blog/?p=95#comment-192</guid>
		<description>&lt;a href=&quot;#comment-191&quot; rel=&quot;nofollow&quot;&gt;@Sébastien&lt;/a&gt;

This tutorial is for Flash video files (.flv). Make sure you’re not trying to load a .swf file.

1) Double check the code in your Text/HTML module to make sure you don’t have any typos.

2) Download all the files again to make sure they were not corrupted.

3) Make sure you have permission and access to each file you downloaded. In the example above I would check my .flv file by typing http://MYDNNSERVER.COM/Portals/0/videos/OurVideo.flv in the browser’s address bar. Do this with each file making sure to use the same file location that is in your code.

Give that a shot and let me know how it goes.</description>
		<content:encoded><![CDATA[<p><a href="#comment-191" rel="nofollow">@Sébastien</a></p>
<p>This tutorial is for Flash video files (.flv). Make sure you’re not trying to load a .swf file.</p>
<p>1) Double check the code in your Text/HTML module to make sure you don’t have any typos.</p>
<p>2) Download all the files again to make sure they were not corrupted.</p>
<p>3) Make sure you have permission and access to each file you downloaded. In the example above I would check my .flv file by typing <a href="http://MYDNNSERVER.COM/Portals/0/videos/OurVideo.flv" rel="nofollow">http://MYDNNSERVER.COM/Portals/0/videos/OurVideo.flv</a> in the browser’s address bar. Do this with each file making sure to use the same file location that is in your code.</p>
<p>Give that a shot and let me know how it goes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

