<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How can I log viewer clicks on internet-hosted video?</title>
	<link>http://ask.metafilter.com/91329/How-can-I-log-viewer-clicks-on-internethosted-video/</link>
	<description>Comments on Ask MetaFilter post How can I log viewer clicks on internet-hosted video?</description>
	<pubDate>Tue, 13 May 2008 16:55:34 -0800</pubDate>
	<lastBuildDate>Tue, 13 May 2008 16:55:34 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How can I log viewer clicks on internet-hosted video?</title>
		<link>http://ask.metafilter.com/91329/How-can-I-log-viewer-clicks-on-internethosted-video</link>	
		<description>I want to put a bunch of short videos on a website, and set it up in such a way that I can get a log of when viewers click the keyboard or mouse in response to what they see on the video.  In other words, I want to tell the viewer, &quot;Watch video A and click every time you see a cat.&quot;  &quot;Now, watch video B and click every time you see a dog.&quot;  How might I accomplish this?   &lt;br /&gt;&lt;br /&gt; This is for art, not science, so accuracy only needs to be within 1-5 seconds.&lt;br&gt;
&lt;br&gt;
On my end, the data I want would be a log of the click points for each video, marked as to which viewer was associated with which clicks.  I want to later enter the data in a spreadsheet in a few different ways (e.g. to discover that 62% of all viewers clicked video A at point X; or that 90% of Russian-speaking viewers clicked video B at point Y).</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.91329</guid>
		<pubDate>Tue, 13 May 2008 16:47:02 -0800</pubDate>
		<dc:creator>xo</dc:creator>
		
			<category>website</category>
		
			<category>programming</category>
		
			<category>help</category>
		
			<category>data</category>
		
			<category>datacollection</category>
		
			<category>video</category>
		
	</item> <item>
		<title>By: aeschenkarnos</title>
		<link>http://ask.metafilter.com/91329/How-can-I-log-viewer-clicks-on-internethosted-video#1339339</link>	
		<description>That sounds like it would be easiest to modify an existing Flash video player. Maybe start with this one: &lt;a href=&quot;http://flowplayer.org/player/index.html&quot;&gt;Flowplayer&lt;/a&gt;, an open-source FLV player, and add buttons to do various things. (In addition to the usual play/pause/volume etc buttons.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.91329-1339339</guid>
		<pubDate>Tue, 13 May 2008 16:55:34 -0800</pubDate>
		<dc:creator>aeschenkarnos</dc:creator>
	</item><item>
		<title>By: rokusan</title>
		<link>http://ask.metafilter.com/91329/How-can-I-log-viewer-clicks-on-internethosted-video#1339364</link>	
		<description>Since you need to get the time signatures of the clicks from the video, you definitely need some framework that encapsulates the video and the interface/counting code at the same time. You can&apos;t have buttons/controls underneath a simply-embedded video, for example, because you&apos;ll never get them accurately in sync: the control code won&apos;t know the video&apos;s position or state.&lt;br&gt;
&lt;br&gt;
A Flash player like aeschenkarnos suggests is a good option if you don&apos;t mind Flash requirements/overhead. You can also embed clicks and code in QuickTime movies (&lt;a href=&quot;http://www.apple.com/quicktime/technologies/interactivity/&quot;&gt;there&apos;s an entire SDK for it&lt;/a&gt;, in fact) but it&apos;s not done often and I don&apos;t know any good examples offhand. I&apos;d love some good textbook examples myself, as I&apos;ve wanted to do some &apos;fun&apos; projects that way in the past.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.91329-1339364</guid>
		<pubDate>Tue, 13 May 2008 17:40:46 -0800</pubDate>
		<dc:creator>rokusan</dc:creator>
	</item><item>
		<title>By: winston</title>
		<link>http://ask.metafilter.com/91329/How-can-I-log-viewer-clicks-on-internethosted-video#1339496</link>	
		<description>Note that if you use Flash or Quicktime (or any other method of embedding a video in a web page, AFAIK), it will only register if the user clicks on the video, not elsewhere on the web page</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.91329-1339496</guid>
		<pubDate>Tue, 13 May 2008 20:09:37 -0800</pubDate>
		<dc:creator>winston</dc:creator>
	</item>
	</channel>
</rss>
