<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Controller for Flash Video SWF</title>
		<link>http://www.kriesi.at/support/topic/controller-for-flash-video-swf</link>
		<description>Support Forum - Topic: Controller for Flash Video SWF</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 22:20:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/controller-for-flash-video-swf" rel="self" type="application/rss+xml" />

		<item>
			<title>310creative on "Controller for Flash Video SWF"</title>
			<link>http://www.kriesi.at/support/topic/controller-for-flash-video-swf#post-5765</link>
			<pubDate>Thu, 30 Sep 2010 23:49:04 +0000</pubDate>
			<dc:creator>310creative</dc:creator>
			<guid isPermaLink="false">5765@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I removed that line of code you mentioned above, but the control bar still does not show up. What else needs to be done? Need a control bar before launching my site
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Controller for Flash Video SWF"</title>
			<link>http://www.kriesi.at/support/topic/controller-for-flash-video-swf#post-5163</link>
			<pubDate>Mon, 20 Sep 2010 07:23:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">5163@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;On my test server it works as expected after I did the modification. I uploaded my modified version of custom.js here: &#60;a href=&#34;http://www.mediafire.com/?n7d19kyjm1or02a&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/?n7d19kyjm1or02a&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;(I only excluded controls:hide). Please clear your browser cache to avoid any complications. You can edit the autoHide attribute one line above - it will hide the controls after a few seconds if the user doesn't interact, For further informations please have a look at this page (at the bottom) &#60;a href=&#34;http://static.flowplayer.org/documentation/configuration/plugins.html&#34; rel=&#34;nofollow&#34;&#62;http://static.flowplayer.org/documentation/configuration/plugins.html&#60;/a&#62; -.e. you can set autoHide to &#34;never&#34; or a specific time.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Elwoody on "Controller for Flash Video SWF"</title>
			<link>http://www.kriesi.at/support/topic/controller-for-flash-video-swf#post-5153</link>
			<pubDate>Sun, 19 Sep 2010 20:54:00 +0000</pubDate>
			<dc:creator>Elwoody</dc:creator>
			<guid isPermaLink="false">5153@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I removed the following line from custom.js, but I still don't get any controls.  Am I missing something?  &#60;/p&#62;
&#60;p&#62;,controls: null   //remove this line if you want to show controls&#60;/p&#62;
&#60;p&#62;Here is a link to the site. &#60;a href=&#34;http://lumaworx.com/&#34; rel=&#34;nofollow&#34;&#62;http://lumaworx.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you for your help!  &#60;/p&#62;
&#60;p&#62;Elwoody
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Controller for Flash Video SWF"</title>
			<link>http://www.kriesi.at/support/topic/controller-for-flash-video-swf#post-5092</link>
			<pubDate>Sat, 18 Sep 2010 06:54:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">5092@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open custom.js - there you'll find the flashvars which control flowplayers behaviour. Search for following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;controls:
			{
				// display properties
		        backgroundColor: &#38;#39;#333333&#38;#39;,
		        backgroundGradient: &#38;#39;none&#38;#39;,
		        sliderColor: &#38;#39;#111111&#38;#39;,
		        progressColor: &#38;#39;#ffffff&#38;#39;,
  				bufferColor: &#38;#39;#aaaaaa&#38;#39;, 

		        // controlbar-specific configuration
		        fontColor: &#38;#39;#ffffff&#38;#39;,
		        timeFontColor: &#38;#39;#333333&#38;#39;,
		        autoHide: &#38;#39;always&#38;#39;
	        }

	        ,controls: null&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you remove &#34;controls: null&#34; the control bar will appear when flowplayer opens.&#60;/p&#62;
&#60;p&#62;The source code for flowplayer can be found here: &#60;a href=&#34;http://flowplayer.org/&#34; rel=&#34;nofollow&#34;&#62;http://flowplayer.org/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I compiled flowplayer myself several times - it's a very difficult project to compile (imho). You must have advanced computer skills to get ant, flex, etc. running (I'm compiling on Windows).&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Elwoody on "Controller for Flash Video SWF"</title>
			<link>http://www.kriesi.at/support/topic/controller-for-flash-video-swf#post-5064</link>
			<pubDate>Fri, 17 Sep 2010 21:28:39 +0000</pubDate>
			<dc:creator>Elwoody</dc:creator>
			<guid isPermaLink="false">5064@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;How do I get the source file for the &#34;Flash Video SWF&#34; found in the Avisio Portfolio section?  I would like to add a controller to my video.  &#60;/p&#62;
&#60;p&#62;Thanks,  &#60;/p&#62;
&#60;p&#62;Elwoody
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
