<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Building a basic controller for the VideoDisplay control</title>
	<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Tue, 06 Jan 2009 06:28:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Erik</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-17336</link>
		<author>Erik</author>
		<pubDate>Fri, 12 Dec 2008 17:52:42 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-17336</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>
	<item>
		<title>By: Krishna Revadigar</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-17295</link>
		<author>Krishna Revadigar</author>
		<pubDate>Wed, 10 Dec 2008 06:25:12 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-17295</guid>
		<description>My mail id is krishna.revadigar@gmail.com</description>
		<content:encoded><![CDATA[<p>My mail id is <a href="mailto:krishna.revadigar@gmail.com">krishna.revadigar@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-17294</link>
		<author>Krishna</author>
		<pubDate>Wed, 10 Dec 2008 06:23:25 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-17294</guid>
		<description>Hi,
  I am a newbie to flex world. I have to build a video player something like what you have built. I have just downloaded the code but I couldn't compile and run it.
  It would be very kind of you, if you send me details about steps to compile it and run it.
Please include details about folder structure, what command to run to compile it, any environment variable to set. Any steps to importing it in to flex builder

Thanking you in advance,

Regards,
Krishna
(A newbie to Flex world, but want to learn more within sort time)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  I am a newbie to flex world. I have to build a video player something like what you have built. I have just downloaded the code but I couldn&#8217;t compile and run it.<br />
  It would be very kind of you, if you send me details about steps to compile it and run it.<br />
Please include details about folder structure, what command to run to compile it, any environment variable to set. Any steps to importing it in to flex builder</p>
<p>Thanking you in advance,</p>
<p>Regards,<br />
Krishna<br />
(A newbie to Flex world, but want to learn more within sort time)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Titoine</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-15691</link>
		<author>Titoine</author>
		<pubDate>Thu, 18 Sep 2008 09:00:37 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-15691</guid>
		<description>Hi again,
Finally I found out where the problem was.
It had almost nothing to do with the player.
I was using a php uploading script and had issues with start_session().
(Basically, when i clicked on a link, the link worked but the php file i was calling was stalling when calling session_start(), probably because my upload script, where i was calling session_start() too, had not completed.)

Sorry if I gave anny doubts on this player wich works really fine.</description>
		<content:encoded><![CDATA[<p>Hi again,<br />
Finally I found out where the problem was.<br />
It had almost nothing to do with the player.<br />
I was using a php uploading script and had issues with start_session().<br />
(Basically, when i clicked on a link, the link worked but the php file i was calling was stalling when calling session_start(), probably because my upload script, where i was calling session_start() too, had not completed.)</p>
<p>Sorry if I gave anny doubts on this player wich works really fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Titoine</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-15639</link>
		<author>Titoine</author>
		<pubDate>Tue, 16 Sep 2008 21:43:41 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-15639</guid>
		<description>Hi,
I was making a player based on yours but i'm facing a problem :
The files I'm playing are really big (like 30 Mbytes).
So the player takes some time to load it, wich is not the problem.
The problem is when I use the player in my HTML page, when a movie is loading, all the other HTML links are useles in my page.
If I click on a link, it will only "resolve" when the video file has finished loading.
Whould you have any idea if there was a way of avoiding that?
Is there a way of detecting if the user is trying to navigate?
(Sorry for my bad english)
(Ho and by the way thank you for all those nice examples !)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I was making a player based on yours but i&#8217;m facing a problem :<br />
The files I&#8217;m playing are really big (like 30 Mbytes).<br />
So the player takes some time to load it, wich is not the problem.<br />
The problem is when I use the player in my HTML page, when a movie is loading, all the other HTML links are useles in my page.<br />
If I click on a link, it will only &#8220;resolve&#8221; when the video file has finished loading.<br />
Whould you have any idea if there was a way of avoiding that?<br />
Is there a way of detecting if the user is trying to navigate?<br />
(Sorry for my bad english)<br />
(Ho and by the way thank you for all those nice examples !)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zilvester</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-14656</link>
		<author>zilvester</author>
		<pubDate>Wed, 13 Aug 2008 00:42:49 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-14656</guid>
		<description>lovely simple and elegant solution, thanx! - i'll try to make my playhead just as sweet (!) Funny, i had "change ‘skin’ to ‘upSkin’ to display it properly." as did Tomek (your first commenter)... i *also* need to add overSkin to the styles.

p.s. i love the famfamfam icons... great to see them here too :)</description>
		<content:encoded><![CDATA[<p>lovely simple and elegant solution, thanx! - i&#8217;ll try to make my playhead just as sweet (!) Funny, i had &#8220;change ‘skin’ to ‘upSkin’ to display it properly.&#8221; as did Tomek (your first commenter)&#8230; i *also* need to add overSkin to the styles.</p>
<p>p.s. i love the famfamfam icons&#8230; great to see them here too :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narek</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-14045</link>
		<author>Narek</author>
		<pubDate>Wed, 09 Jul 2008 16:07:00 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-14045</guid>
		<description>May be that's a most nice video display component. I look may be everithing but only this one is looking perfectly.

Thank You!</description>
		<content:encoded><![CDATA[<p>May be that&#8217;s a most nice video display component. I look may be everithing but only this one is looking perfectly.</p>
<p>Thank You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erko Bridee &#62; FLV Player little more complet</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-7786</link>
		<author>Erko Bridee &#62; FLV Player little more complet</author>
		<pubDate>Sat, 22 Mar 2008 00:16:56 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-7786</guid>
		<description>i forgot to say a detail in the previous comment, this component was based on this example :D</description>
		<content:encoded><![CDATA[<p>i forgot to say a detail in the previous comment, this component was based on this example :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erko Bridee &#62; FLV Player little more complet</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-7785</link>
		<author>Erko Bridee &#62; FLV Player little more complet</author>
		<pubDate>Sat, 22 Mar 2008 00:15:17 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-7785</guid>
		<description>Hi,

i develop one little more complet FLV Player component
and deploy at my blog, where have 2 examples 

http://erkobridee.com/2008/03/21/adobe-flex-componente-flv-player/

developed using Flex 2, project made at Flex Builder 2

ps.: project avalible to download, with use examples
A suggestion, use the translator of Google, Portuguese to English</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i develop one little more complet FLV Player component<br />
and deploy at my blog, where have 2 examples </p>
<p><a href="http://erkobridee.com/2008/03/21/adobe-flex-componente-flv-player/" rel="nofollow">http://erkobridee.com/2008/03/21/adobe-flex-componente-flv-player/</a></p>
<p>developed using Flex 2, project made at Flex Builder 2</p>
<p>ps.: project avalible to download, with use examples<br />
A suggestion, use the translator of Google, Portuguese to English</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robfitz</title>
		<link>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-4218</link>
		<author>robfitz</author>
		<pubDate>Fri, 16 Nov 2007 22:05:09 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/05/building-a-basic-controller-for-the-videodisplay-control/#comment-4218</guid>
		<description>Hey Peter -- Good articles/blog/stuff.  A comment and a question.

The cuepoint example you give a couple comments up seems to imply that you can use cues as a way to start from the middle of a video.  Jumping to the cue point only works if the video is loaded up to that point (or if you're running a media server, I suppose).  If you set the cues in your example to 10 and 17, it just sits at 0.

While it seems you have moved on from VideoDisplay, I am wondering if there are any techniques or resources for optimizing playback.  I'm just playing a single video, but the video and audio chop and jump every so often.  The video jump alone wouldn't be too terrible, but the audio pop makes it really disruptive.

I've bound a couple actions to the playhead position.  It's really light stuff, but that is the only bit of the code that seems immediately suspicious.

Any suggestion would be tremendously appreciated.  

Thanks,
rob@fuzzwich.com</description>
		<content:encoded><![CDATA[<p>Hey Peter &#8212; Good articles/blog/stuff.  A comment and a question.</p>
<p>The cuepoint example you give a couple comments up seems to imply that you can use cues as a way to start from the middle of a video.  Jumping to the cue point only works if the video is loaded up to that point (or if you&#8217;re running a media server, I suppose).  If you set the cues in your example to 10 and 17, it just sits at 0.</p>
<p>While it seems you have moved on from VideoDisplay, I am wondering if there are any techniques or resources for optimizing playback.  I&#8217;m just playing a single video, but the video and audio chop and jump every so often.  The video jump alone wouldn&#8217;t be too terrible, but the audio pop makes it really disruptive.</p>
<p>I&#8217;ve bound a couple actions to the playhead position.  It&#8217;s really light stuff, but that is the only bit of the code that seems immediately suspicious.</p>
<p>Any suggestion would be tremendously appreciated.  </p>
<p>Thanks,<br />
<a href="mailto:rob@fuzzwich.com">rob@fuzzwich.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
