<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Forums Topic: Viewing Moving Images</title>
<link>http://omeka.org/forums/</link>
<description>Forums Topic: Viewing Moving Images</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 23:52:44 +0000</pubDate>

<item>
<title>JeremyBoggs on "Viewing Moving Images"</title>
<link>http://omeka.org/forums/topic/viewing-moving-images#post-134</link>
<pubDate>Sun, 10 Feb 2008 16:59:08 +0000</pubDate>
<dc:creator>JeremyBoggs</dc:creator>
<guid isPermaLink="false">134@http://omeka.org/forums/</guid>
<description>&#60;p&#62;Hi Patrick,&#60;/p&#62;
&#60;p&#62;There's a function in Omeka called display_files() that should play the movie file associated with an item. In your template, wherever &#60;code&#62;$item&#60;/code&#62; is used, you can add this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php display_files($item-&#38;gt;Files); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The &#60;code&#62;display_files()&#60;/code&#62; function will create a download link if the file is anything except an image, movie, or audio file. If you'd prefer to make a download file for each file associated with your item, you can loop through your item's files and provide a download link using this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php foreach ($item-&#38;gt;Files as $file) {&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;echo &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39;. file_download_uri($file). &#38;#39;&#38;quot; class=&#38;quot;download-file&#38;quot;&#38;gt;&#38;#39;. $file-&#38;gt;original_filename. &#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;} ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps!
&#60;/p&#62;</description>
</item>
<item>
<title>patrickgmj on "Viewing Moving Images"</title>
<link>http://omeka.org/forums/topic/viewing-moving-images#post-125</link>
<pubDate>Thu, 31 Jan 2008 16:26:30 +0000</pubDate>
<dc:creator>patrickgmj</dc:creator>
<guid isPermaLink="false">125@http://omeka.org/forums/</guid>
<description>&#60;p&#62;I'm putting together an Omeka installation as a demo and exploration space for a Digital History course at University of Mary Washington.  We're all exploring it together, and one person added a Moving Image item.&#60;/p&#62;
&#60;p&#62;It appears to be there in the archive directory, but there isn't a way to play/embed it in the page, or to download it.  Am I missing a setup step either on the server or in omeka?&#60;/p&#62;
&#60;p&#62;Thanks much,&#60;br /&#62;
Patrick Gosetti-Murrayjohn&#60;br /&#62;
Instructional Technology Specialist&#60;br /&#62;
University of Mary Washington&#60;/p&#62;
&#60;p&#62;BTW--the students and teacher are having a great deal of fun exploring this application!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
