<?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: Embedding Videos in Ektron</title>
	<atom:link href="http://www.activoinc.com/blog/2009/07/02/embedding-videos-in-ektron/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activoinc.com/blog/2009/07/02/embedding-videos-in-ektron/</link>
	<description>Web Development in a Web 2.0 World</description>
	<lastBuildDate>Thu, 17 Dec 2009 04:48:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ron Peled</title>
		<link>http://www.activoinc.com/blog/2009/07/02/embedding-videos-in-ektron/comment-page-1/#comment-1017</link>
		<dc:creator>Ron Peled</dc:creator>
		<pubDate>Tue, 07 Jul 2009 06:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.activoinc.com/blog/?p=244#comment-1017</guid>
		<description>Thanks for these great suggestions. What I was trying to achieve is a simple  copy and paste of the embedding code provided by video hosting websites like YouTube and, in this case, the backlight.tv website.</description>
		<content:encoded><![CDATA[<p>Thanks for these great suggestions. What I was trying to achieve is a simple  copy and paste of the embedding code provided by video hosting websites like YouTube and, in this case, the backlight.tv website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://www.activoinc.com/blog/2009/07/02/embedding-videos-in-ektron/comment-page-1/#comment-1016</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Mon, 06 Jul 2009 17:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.activoinc.com/blog/?p=244#comment-1016</guid>
		<description>Another approach would be to use jQuery (or your favorite js library) to dynamically build out the required tag(s) based on a link to the video file within the content. Then you can simply add a link to the flv and the js code will replace it with your generated markup. Additionally, you could add a class that the js library can find and work with. 

Doing it this way allows your editors the ability to add embedded video into their pages without having to mess with the actual markup. This also has the added benefit of degrading rather well... if JS is off, the user will simply get a link to the media file itself. With a little more cleverness, you can use your &quot;first frame&quot; image as the link, thus maintaining your document flow (assuming the image is the same size as the player).</description>
		<content:encoded><![CDATA[<p>Another approach would be to use jQuery (or your favorite js library) to dynamically build out the required tag(s) based on a link to the video file within the content. Then you can simply add a link to the flv and the js code will replace it with your generated markup. Additionally, you could add a class that the js library can find and work with. </p>
<p>Doing it this way allows your editors the ability to add embedded video into their pages without having to mess with the actual markup. This also has the added benefit of degrading rather well&#8230; if JS is off, the user will simply get a link to the media file itself. With a little more cleverness, you can use your &#8220;first frame&#8221; image as the link, thus maintaining your document flow (assuming the image is the same size as the player).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
