<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Forum posts to 'Archive'</title>
		<link>http://www.silverstripe.org/archive/rss</link>
		<atom:link href="http://www.silverstripe.org/archive/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: flv issue</title>
			<link>http://www.silverstripe.org/archive/show/57549?start=0#post66507</link>
			<description>&lt;p&gt;Ok so I managed to solve the problem for the most part, the menu doesnt work in firefox when the flv is playing, but because it autostarts that is more annoying than a problem.&lt;/p&gt;&lt;p&gt;Here are the changes I made to the GalleryPage.php:&lt;/p&gt;&lt;p&gt;At about line 229 or after this code &lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$ext = $item-&amp;gt;getExtension();&lt;/p&gt;&lt;/div&gt; I put&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;if($ext == 'flv') {&lt;br /&gt;     $item-&amp;gt;FlvMovie = true;&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;then in the GalleryPageContent.ss file:&lt;/p&gt;&lt;p&gt;I changed each href to this (note: make sure you do this for PrevGalleryItems, CurrentGalleryItems and NextGalleryItems):&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;href=&quot;&amp;lt;% if FlvMovie %&amp;gt;gallery/mediaplayer.swf?file=/&amp;lt;% end_if %&amp;gt;$Filename&amp;lt;% if FlvMovie %&amp;gt;&amp;amp;#38;displayheight&amp;amp;#61;240&amp;amp;#38;height&amp;amp;#61;240&amp;amp;#38;bufferlength&amp;amp;#61;5&amp;amp;#38;autostart&amp;amp;#61;true&amp;lt;% end_if %&amp;gt;&quot;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;It took me long enough but I found that the XML parse error just needed to be fixed by placing the HTML number instead of the actual character. e.g &amp;amp;#38; in place of &amp;amp;&lt;/p&gt;&lt;p&gt;Finally I put the player used in the appropriate folder e.g. in the gallery folder. I used &lt;a href=&quot;http://www.jeroenwijering.com/?item=JW_FLV_Player&quot;&gt;JW FLV MEDIA PLAYER 3.16&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Hope it helps anyone else wanting to play .flv videos in the gallery module. Please let me know if there is an easier way as well...&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: flv issue &lt;a href=&quot;http://www.silverstripe.org/archive/show/57549?start=0#post66507&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/57549?start=0#post66507&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 06 May 2008 20:06:40 +1200</pubDate>
			<dc:creator>mage</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/57549?start=0#post66507</guid>
		</item>
		
		<item>
			<title>Re: flv issue</title>
			<link>http://www.silverstripe.org/archive/show/57549?start=0#post58298</link>
			<description>&lt;p&gt;ok couldn't find much help with thickbox&lt;/p&gt;&lt;p&gt;however it works with ie7 just not firefox... not sure why...&lt;/p&gt;&lt;p&gt;below is the output code from the gallery module... i am using osflv player... if anyone could help that would be incredible... i've been trying all day.&lt;/p&gt;&lt;p&gt;&amp;lt;a id=&quot;ViewLink-26&quot; class=&quot;lightwindow&quot; rel=&quot;NEWVIDEO[Media]&quot; href=&quot;player.swf?movie=assets/galleries/newvideo/7thHuntFight1_NEW.flv&quot; title=&quot;7thHuntFight1_NEW.flv&quot; caption=&quot;500 x 500 - 5.5 MB&quot; params=&quot;lightwindow_width=500,lightwindow_height=500&quot;&amp;gt; &lt;/p&gt;&lt;p&gt;Also if i add &lt;/p&gt;&lt;p&gt;&amp;amp;width=300&amp;amp;height=240&lt;/p&gt;&lt;p&gt;onto the end of the .flv (which should be allowed with osflv player) i get  'XML Parsing Error: not well-formed' and it points to the first equals sign (=) after 'width'... not sure what is going on..&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: flv issue &lt;a href=&quot;http://www.silverstripe.org/archive/show/57549?start=0#post58298&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/57549?start=0#post58298&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 18 Apr 2008 03:38:07 +1200</pubDate>
			<dc:creator>mage</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/57549?start=0#post58298</guid>
		</item>
		
		<item>
			<title>Re: flv issue</title>
			<link>http://www.silverstripe.org/archive/show/57549?start=0#post57984</link>
			<description>&lt;p&gt;have a look at the iframe or ajax content windows.&lt;br /&gt;they might help with your idea.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://jquery.com/demo/thickbox/&quot;&gt;http://jquery.com/demo/thickbox/&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: flv issue &lt;a href=&quot;http://www.silverstripe.org/archive/show/57549?start=0#post57984&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/57549?start=0#post57984&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 17 Apr 2008 12:19:01 +1200</pubDate>
			<dc:creator>Blackdog</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/57549?start=0#post57984</guid>
		</item>
		
		<item>
			<title>Re: flv issue</title>
			<link>http://www.silverstripe.org/archive/show/57549?start=0#post57738</link>
			<description>&lt;p&gt;not entirely sure what you mean? can you please elaborate a little...&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: flv issue &lt;a href=&quot;http://www.silverstripe.org/archive/show/57549?start=0#post57738&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/57549?start=0#post57738&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 17 Apr 2008 01:29:20 +1200</pubDate>
			<dc:creator>mage</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/57549?start=0#post57738</guid>
		</item>
		
		<item>
			<title>Re: flv issue</title>
			<link>http://www.silverstripe.org/archive/show/57549?start=0#post57696</link>
			<description>&lt;p&gt;Have you considered a thickbox type overlay with the flv content in it?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: flv issue &lt;a href=&quot;http://www.silverstripe.org/archive/show/57549?start=0#post57696&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/57549?start=0#post57696&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 17 Apr 2008 00:33:23 +1200</pubDate>
			<dc:creator>Blackdog</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/57549?start=0#post57696</guid>
		</item>
		
		<item>
			<title>flv issue</title>
			<link>http://www.silverstripe.org/archive/show/57549#post57549</link>
			<description>&lt;p&gt;I am trying to find a way to stream flash videos (flv) in the gallery module so that they popup and load with a player element below not unlike a youtube video.&lt;/p&gt;&lt;p&gt;Can anyone help?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: flv issue &lt;a href=&quot;http://www.silverstripe.org/archive/show/57549#post57549&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/57549#post57549&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 16 Apr 2008 17:27:32 +1200</pubDate>
			<dc:creator>mage</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/57549#post57549</guid>
		</item>
		

	</channel>
</rss>