<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Building a basic controller for the VideoDisplay control</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Youssef</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/comment-page-1/#comment-10356</link>
		<dc:creator>Youssef</dc:creator>
		<pubDate>Thu, 02 Feb 2012 14:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-10356</guid>
		<description>Thank you very much! It works and it&#039;s really amazing!</description>
		<content:encoded><![CDATA[<p>Thank you very much! It works and it&#8217;s really amazing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Antonio</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/comment-page-1/#comment-10215</link>
		<dc:creator>Rui Antonio</dc:creator>
		<pubDate>Thu, 01 Dec 2011 16:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-10215</guid>
		<description>the code for seekbar feature would be nice</description>
		<content:encoded><![CDATA[<p>the code for seekbar feature would be nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rimvydas</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/comment-page-1/#comment-9602</link>
		<dc:creator>Rimvydas</dc:creator>
		<pubDate>Fri, 16 Sep 2011 10:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-9602</guid>
		<description>Hey, nice idea, but can you post all the code?</description>
		<content:encoded><![CDATA[<p>Hey, nice idea, but can you post all the code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muthu</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/comment-page-1/#comment-9235</link>
		<dc:creator>Muthu</dc:creator>
		<pubDate>Thu, 19 May 2011 15:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-9235</guid>
		<description>Oops Sorry code truncated for some reason</description>
		<content:encoded><![CDATA[<p>Oops Sorry code truncated for some reason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muthu</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/comment-page-1/#comment-9234</link>
		<dc:creator>Muthu</dc:creator>
		<pubDate>Thu, 19 May 2011 15:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-9234</guid>
		<description>Peter,
Thanks a lot for your code and sharing.
I have added the seekbar feature and shared the code below.
============================



	
        @font-face {
            src:url(&quot;assets/arial.ttf&quot;);
            font-family: Arial;
        }
	
		.timeStyle {
			color: #FFFFFF;
        	font-family: Arial;
        	font-size: 12;
		}

		.playPauseStyle {
			/* play button skins */
			skin: Embed(&#039;assets/control_play.png&#039;);
			downSkin: Embed(&#039;assets/control_play_blue.png&#039;);
			
			/* pause button skins */
			selectedUpSkin: Embed(&#039;assets/control_pause.png&#039;);
			selectedOverSkin: Embed(&#039;assets/control_pause.png&#039;);
			selectedDownSkin: Embed(&#039;assets/control_pause_blue.png&#039;);
		}
		
		.stopStyle {
			skin: Embed(&#039;assets/control_stop.png&#039;);
			downSkin: Embed(&#039;assets/control_stop_blue.png&#039;);
		}
		
		.controllerStyle {
			bottom: 5;
			left: 5;
			right: 5;
			paddingBottom: 5;
			paddingLeft: 5;
			paddingRight: 5;
			paddingTop: 5;
			alpha: 0;
			background-color: #000000;
			background-alpha: 0.5;
		}
	

	
		
	
	
	
	
	
	
	
	
	
		
		
			
			
			
			   
			
			
		
	
	




============================</description>
		<content:encoded><![CDATA[<p>Peter,<br />
Thanks a lot for your code and sharing.<br />
I have added the seekbar feature and shared the code below.<br />
============================</p>
<p>        @font-face {<br />
            src:url(&#8220;assets/arial.ttf&#8221;);<br />
            font-family: Arial;<br />
        }</p>
<p>		.timeStyle {<br />
			color: #FFFFFF;<br />
        	font-family: Arial;<br />
        	font-size: 12;<br />
		}</p>
<p>		.playPauseStyle {<br />
			/* play button skins */<br />
			skin: Embed(&#8216;assets/control_play.png&#8217;);<br />
			downSkin: Embed(&#8216;assets/control_play_blue.png&#8217;);</p>
<p>			/* pause button skins */<br />
			selectedUpSkin: Embed(&#8216;assets/control_pause.png&#8217;);<br />
			selectedOverSkin: Embed(&#8216;assets/control_pause.png&#8217;);<br />
			selectedDownSkin: Embed(&#8216;assets/control_pause_blue.png&#8217;);<br />
		}</p>
<p>		.stopStyle {<br />
			skin: Embed(&#8216;assets/control_stop.png&#8217;);<br />
			downSkin: Embed(&#8216;assets/control_stop_blue.png&#8217;);<br />
		}</p>
<p>		.controllerStyle {<br />
			bottom: 5;<br />
			left: 5;<br />
			right: 5;<br />
			paddingBottom: 5;<br />
			paddingLeft: 5;<br />
			paddingRight: 5;<br />
			paddingTop: 5;<br />
			alpha: 0;<br />
			background-color: #000000;<br />
			background-alpha: 0.5;<br />
		}</p>
<p>============================</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/comment-page-1/#comment-6111</link>
		<dc:creator>William</dc:creator>
		<pubDate>Fri, 23 Oct 2009 18:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-6111</guid>
		<description>In another way, I want to seek through the video that´s being loaded into videoDisplay.</description>
		<content:encoded><![CDATA[<p>In another way, I want to seek through the video that´s being loaded into videoDisplay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/comment-page-1/#comment-6109</link>
		<dc:creator>William</dc:creator>
		<pubDate>Fri, 23 Oct 2009 18:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-6109</guid>
		<description>Hello,

I wanted to add a progress (time) bar to my video, so the user can choose what time of the video he wants to go.
Just like YouTube has.
Do you know if that´s possible?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I wanted to add a progress (time) bar to my video, so the user can choose what time of the video he wants to go.<br />
Just like YouTube has.<br />
Do you know if that´s possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/comment-page-1/#comment-4670</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Tue, 21 Jul 2009 18:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-4670</guid>
		<description>&lt;blockquote&gt;vinni July 10, 2009 at 11:53 pm
Hi ,I could successfully run the above video player ………….
But when I am trying to run videos from my webserver, they are not running.
I am using XAMPP package and all my flv and swf files are stored inside this :
&quot;/…………./drupal/sites/default/files/Untitled.flv&quot;
Can anyone tell me how can I play my files .&lt;/blockquote&gt;

It&#039;s in the Flex code.  If you&#039;ve copied and pasted everything correctly, it should be line 85
&lt;pre lang=&quot;mxml&quot;&gt;
&lt;mx:VideoDisplay id=&quot;videoDisplay&quot; source=&quot;accesscreatingsubform.flv&quot; autoPlay=&quot;false&quot; playheadUpdate=&quot;videoDisplay_playheadUpdate(event)&quot; /&gt;
&lt;/pre&gt;

The problem that I am having is that it thinks my video is an hour long.</description>
		<content:encoded><![CDATA[<blockquote><p>vinni July 10, 2009 at 11:53 pm<br />
Hi ,I could successfully run the above video player ………….<br />
But when I am trying to run videos from my webserver, they are not running.<br />
I am using XAMPP package and all my flv and swf files are stored inside this :<br />
&#8220;/…………./drupal/sites/default/files/Untitled.flv&#8221;<br />
Can anyone tell me how can I play my files .</p></blockquote>
<p>It&#8217;s in the Flex code.  If you&#8217;ve copied and pasted everything correctly, it should be line 85</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:VideoDisplay</span> id=<span style="color: #ff0000;">&quot;videoDisplay&quot;</span> source=<span style="color: #ff0000;">&quot;accesscreatingsubform.flv&quot;</span> autoPlay=<span style="color: #ff0000;">&quot;false&quot;</span> playheadUpdate=<span style="color: #ff0000;">&quot;videoDisplay_playheadUpdate(event)&quot;</span> <span style="color: #7400FF;">/&gt;</span></span></pre></div></div>

<p>The problem that I am having is that it thinks my video is an hour long.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinni</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/comment-page-1/#comment-4511</link>
		<dc:creator>vinni</dc:creator>
		<pubDate>Sat, 11 Jul 2009 06:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-4511</guid>
		<description>Hi ,I could successfully run the above video player .............
But when I am trying to run videos from my webserver, they are  not running.
I am using XAMPP package and  all my flv and swf files are stored inside this :
&quot; /............./drupal/sites/default/files/Untitled.flv &quot;
Can anyone tell me how can I play my files .</description>
		<content:encoded><![CDATA[<p>Hi ,I could successfully run the above video player &#8230;&#8230;&#8230;&#8230;.<br />
But when I am trying to run videos from my webserver, they are  not running.<br />
I am using XAMPP package and  all my flv and swf files are stored inside this :<br />
&#8221; /&#8230;&#8230;&#8230;&#8230;./drupal/sites/default/files/Untitled.flv &#8221;<br />
Can anyone tell me how can I play my files .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/comment-page-1/#comment-337</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Fri, 12 Dec 2008 17:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-337</guid>
		<description>Hi

Excellent blog, always checks this site out before doing anything new in flex.

I have tried building a videoplayer witch uses the videodisplay component but I cant get the scrubber to work in a good way. I use streaming and FMS and for some reason using the timeheadTime dosent work any good. And I think its becouse of the buffertime being to long and commands being stored.

anyway I have desided to build my own videodisplay, now what Im wondering is should I build it on the video class or the videoplayer class? What is smartest?

Many thanks
/Erik</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Excellent blog, always checks this site out before doing anything new in flex.</p>
<p>I have tried building a videoplayer witch uses the videodisplay component but I cant get the scrubber to work in a good way. I use streaming and FMS and for some reason using the timeheadTime dosent work any good. And I think its becouse of the buffertime being to long and commands being stored.</p>
<p>anyway I have desided to build my own videodisplay, now what Im wondering is should I build it on the video class or the videoplayer class? What is smartest?</p>
<p>Many thanks<br />
/Erik</p>
]]></content:encoded>
	</item>
</channel>
</rss>

