<?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"
	>
<channel>
	<title>Comments on: Allowing flash (flv) files to be stored and embedded in a coppermine gallery</title>
	<atom:link href="http://matthewhelmke.net/wordpress/2008/04/26/allowing-flash-flv-files-to-be-stored-and-embedded-in-a-coppermine-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewhelmke.net/wordpress/2008/04/26/allowing-flash-flv-files-to-be-stored-and-embedded-in-a-coppermine-gallery/</link>
	<description>Random things that interest me that I may want to remember later.</description>
	<pubDate>Sun, 20 Jul 2008 16:15:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: matthew</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/26/allowing-flash-flv-files-to-be-stored-and-embedded-in-a-coppermine-gallery/#comment-8077</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Wed, 16 Jul 2008 07:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/?p=66#comment-8077</guid>
		<description>James: I have only played with this using the default template, so I'm not sure what would need to be changed to use a different theme. All I can really suggest is to try pasting the code in different places in the file that seem reasonable and see what happens. You can't actually hurt the rest of the site this way, and if you keep track of what you try, it is reversible.

Jimbo: Dude! You are full of great ideas and helpful comments. Thank you for adding some more good info to the post. I appreciate it, and I'm sure others trying to do this will appreciate it as well.</description>
		<content:encoded><![CDATA[<p>James: I have only played with this using the default template, so I&#8217;m not sure what would need to be changed to use a different theme. All I can really suggest is to try pasting the code in different places in the file that seem reasonable and see what happens. You can&#8217;t actually hurt the rest of the site this way, and if you keep track of what you try, it is reversible.</p>
<p>Jimbo: Dude! You are full of great ideas and helpful comments. Thank you for adding some more good info to the post. I appreciate it, and I&#8217;m sure others trying to do this will appreciate it as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimbo</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/26/allowing-flash-flv-files-to-be-stored-and-embedded-in-a-coppermine-gallery/#comment-8038</link>
		<dc:creator>Jimbo</dc:creator>
		<pubDate>Tue, 15 Jul 2008 21:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/?p=66#comment-8038</guid>
		<description>it took me a while to figure this out; I could not get the full screen button on my player. So you must have a different version of your code than I do. 

I did get the full screen button to show after I modified your code. There is a line in there that says; flashvars=\"file=$flv$exxvars which is the variable for the filename.

Even though the code says allowfullscreen=true, that does not turn on the button, that just allows it to happen.

In order to turn on the button I had to add &#38;fullscreen=true to that piece of code, so it looks like this:

flashvars=\"file=$flv$exxvars&#38;fullscreen=true

After I did that, the button magically appeared. I hate coding... 

There are several skins on jeroenwijering.com; I've tried replacing the mediaplayer.swf with the new ones from the skins,, they did not work very well. 

Any ideas on how to use a different skin..?</description>
		<content:encoded><![CDATA[<p>it took me a while to figure this out; I could not get the full screen button on my player. So you must have a different version of your code than I do. </p>
<p>I did get the full screen button to show after I modified your code. There is a line in there that says; flashvars=\&#8221;file=$flv$exxvars which is the variable for the filename.</p>
<p>Even though the code says allowfullscreen=true, that does not turn on the button, that just allows it to happen.</p>
<p>In order to turn on the button I had to add &amp;fullscreen=true to that piece of code, so it looks like this:</p>
<p>flashvars=\&#8221;file=$flv$exxvars&amp;fullscreen=true</p>
<p>After I did that, the button magically appeared. I hate coding&#8230; </p>
<p>There are several skins on jeroenwijering.com; I&#8217;ve tried replacing the mediaplayer.swf with the new ones from the skins,, they did not work very well. </p>
<p>Any ideas on how to use a different skin..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/26/allowing-flash-flv-files-to-be-stored-and-embedded-in-a-coppermine-gallery/#comment-8028</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 15 Jul 2008 17:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/?p=66#comment-8028</guid>
		<description>Hi Matthew,

Your plan sounds great, however I'm using igames theme and can not find (within theme.php) where I need to add your code as you describe above?

I edit the file, but can not seem to find where I should paste the code. 

Can you please help me?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Matthew,</p>
<p>Your plan sounds great, however I&#8217;m using igames theme and can not find (within theme.php) where I need to add your code as you describe above?</p>
<p>I edit the file, but can not seem to find where I should paste the code. </p>
<p>Can you please help me?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/26/allowing-flash-flv-files-to-be-stored-and-embedded-in-a-coppermine-gallery/#comment-7367</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Mon, 07 Jul 2008 22:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/?p=66#comment-7367</guid>
		<description>Hey Jimbo,

First off, thanks for the tip! That's pretty cool.

Back to your question, I did not have to do anything in order for the full screen feature to work. When playing a video, I just click the "full screen" button on the embedded player and it just works.</description>
		<content:encoded><![CDATA[<p>Hey Jimbo,</p>
<p>First off, thanks for the tip! That&#8217;s pretty cool.</p>
<p>Back to your question, I did not have to do anything in order for the full screen feature to work. When playing a video, I just click the &#8220;full screen&#8221; button on the embedded player and it just works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimbo</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/26/allowing-flash-flv-files-to-be-stored-and-embedded-in-a-coppermine-gallery/#comment-7365</link>
		<dc:creator>Jimbo</dc:creator>
		<pubDate>Mon, 07 Jul 2008 21:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/?p=66#comment-7365</guid>
		<description>This is great, I was looking for a Flash Player for Coppermine - Question though, I was wondering if you knew how to Allow the Full Screen parameter?

A useful tip, if you add a JPG with the same file name as the FLV file, it will become the Poster for the Video - maybe everyone already knows this.</description>
		<content:encoded><![CDATA[<p>This is great, I was looking for a Flash Player for Coppermine - Question though, I was wondering if you knew how to Allow the Full Screen parameter?</p>
<p>A useful tip, if you add a JPG with the same file name as the FLV file, it will become the Poster for the Video - maybe everyone already knows this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/26/allowing-flash-flv-files-to-be-stored-and-embedded-in-a-coppermine-gallery/#comment-6212</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Sat, 21 Jun 2008 08:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/?p=66#comment-6212</guid>
		<description>Sheryl: you are welcome! I'm glad you found it useful.</description>
		<content:encoded><![CDATA[<p>Sheryl: you are welcome! I&#8217;m glad you found it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheryl</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/26/allowing-flash-flv-files-to-be-stored-and-embedded-in-a-coppermine-gallery/#comment-6199</link>
		<dc:creator>Sheryl</dc:creator>
		<pubDate>Sat, 21 Jun 2008 01:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/?p=66#comment-6199</guid>
		<description>Thanks for this! Found it via google. You made your life easier and mine, as well! I was worried that after going through all the forum thread pages I'd either miss something or add something I didn't need.  Will try next chance I get!</description>
		<content:encoded><![CDATA[<p>Thanks for this! Found it via google. You made your life easier and mine, as well! I was worried that after going through all the forum thread pages I&#8217;d either miss something or add something I didn&#8217;t need.  Will try next chance I get!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/26/allowing-flash-flv-files-to-be-stored-and-embedded-in-a-coppermine-gallery/#comment-1111</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Mon, 28 Apr 2008 18:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/?p=66#comment-1111</guid>
		<description>I have filed &lt;a href="http://trac.wordpress.org/ticket/6865#preview" rel="nofollow"&gt;a bug report&lt;/a&gt; ticket with WordPress to see if there is something I am doing wrong, or if they would like to revise the code before the next bug fix release.</description>
		<content:encoded><![CDATA[<p>I have filed <a href="http://trac.wordpress.org/ticket/6865#preview" rel="nofollow">a bug report</a> ticket with WordPress to see if there is something I am doing wrong, or if they would like to revise the code before the next bug fix release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G.B.</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/26/allowing-flash-flv-files-to-be-stored-and-embedded-in-a-coppermine-gallery/#comment-1110</link>
		<dc:creator>G.B.</dc:creator>
		<pubDate>Mon, 28 Apr 2008 18:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/?p=66#comment-1110</guid>
		<description>That was it! Grabbing the text from the TXT file worked. Thanks for your quick response, hopefully this will help everyone else.</description>
		<content:encoded><![CDATA[<p>That was it! Grabbing the text from the TXT file worked. Thanks for your quick response, hopefully this will help everyone else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/26/allowing-flash-flv-files-to-be-stored-and-embedded-in-a-coppermine-gallery/#comment-1109</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Mon, 28 Apr 2008 18:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/?p=66#comment-1109</guid>
		<description>Okay, changing the tags didn't seem to change the final output. I have put the &lt;a href="http://matthewhelmke.net/wordpress/assortedpublic/gallery.txt" rel="nofollow"&gt;code quote here&lt;/a&gt; for anyone to download who wants it.</description>
		<content:encoded><![CDATA[<p>Okay, changing the tags didn&#8217;t seem to change the final output. I have put the <a href="http://matthewhelmke.net/wordpress/assortedpublic/gallery.txt" rel="nofollow">code quote here</a> for anyone to download who wants it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.832 seconds -->
