<?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: Creating ActionScript cue points with the VideoDisplay control</title>
	<link>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Tue, 06 Jan 2009 08:26:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Mayank Arora</title>
		<link>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-17443</link>
		<author>Mayank Arora</author>
		<pubDate>Tue, 23 Dec 2008 10:32:31 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-17443</guid>
		<description>Hi
 I wanted to know how to put a progress bar on the video that is being played. This tutorial helped.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
 I wanted to know how to put a progress bar on the video that is being played. This tutorial helped.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-14541</link>
		<author>kevin</author>
		<pubDate>Thu, 07 Aug 2008 16:20:09 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-14541</guid>
		<description>Hi peterd,

I am trying to do karaoke recording with flex and streaming server.
When souce video from server starts playing, I will have to start recording users' vocal with another netstream. 

Source video is just displaying lyrics to users.

Currently, there is no checking code for if the souce video really starts playing, so I will have audio/video un-sync problem, especially when they have buffering time.

So,  I am thinking to put embeded cue-points in source flv videos at the very first frame, and wait for that cue-point event, and when that event occurs, just start recording. Also, put ending cue-point at the end of source flvs and check that end event and stop recording. Do you think that would be good solution for video-audio sync problem? Also, let me know how to differentiate those two cue-points in my onCuePoint event handler.

Thanks in advance.
Kevin</description>
		<content:encoded><![CDATA[<p>Hi peterd,</p>
<p>I am trying to do karaoke recording with flex and streaming server.<br />
When souce video from server starts playing, I will have to start recording users&#8217; vocal with another netstream. </p>
<p>Source video is just displaying lyrics to users.</p>
<p>Currently, there is no checking code for if the souce video really starts playing, so I will have audio/video un-sync problem, especially when they have buffering time.</p>
<p>So,  I am thinking to put embeded cue-points in source flv videos at the very first frame, and wait for that cue-point event, and when that event occurs, just start recording. Also, put ending cue-point at the end of source flvs and check that end event and stop recording. Do you think that would be good solution for video-audio sync problem? Also, let me know how to differentiate those two cue-points in my onCuePoint event handler.</p>
<p>Thanks in advance.<br />
Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-136</link>
		<author>peterd</author>
		<pubDate>Sat, 11 Aug 2007 02:41:59 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-136</guid>
		<description>Laurent,

I've never tried loading YouTube videos into Flex/Flash personally, but try giving these two blog posts by Abdul Qabiz a read:
"&lt;a href="http://www.abdulqabiz.com/blog/archives/flash_and_actionscript/constructing_youtube_1.php" rel="nofollow"&gt;Constructing YouTube FLV URL on client-side without any server-side script&lt;/a&gt;" and "&lt;a href="http://www.abdulqabiz.com/blog/archives/flash_and_actionscript/youtube_changes_cros.php" rel="nofollow"&gt;YouTube changes crossdomain.xml ?&lt;/a&gt;"

Good luck, and happy Flexing!</description>
		<content:encoded><![CDATA[<p>Laurent,</p>
<p>I&#8217;ve never tried loading YouTube videos into Flex/Flash personally, but try giving these two blog posts by Abdul Qabiz a read:<br />
&#8220;<a href="http://www.abdulqabiz.com/blog/archives/flash_and_actionscript/constructing_youtube_1.php" rel="nofollow">Constructing YouTube FLV URL on client-side without any server-side script</a>&#8221; and &#8220;<a href="http://www.abdulqabiz.com/blog/archives/flash_and_actionscript/youtube_changes_cros.php" rel="nofollow">YouTube changes crossdomain.xml ?</a>&#8221;</p>
<p>Good luck, and happy Flexing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent</title>
		<link>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-125</link>
		<author>Laurent</author>
		<pubDate>Fri, 10 Aug 2007 10:12:54 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-125</guid>
		<description>Hello,
I appreciate your code for my comprehension of VideoDisplay.

I'm trying to use it with this URL : 

source="http://cache.googlevideo.com/get_video?video_id=SFf6n8QwOJ8"

What is wrong with my comprehension ?

Thinks by advance,
 Laurent</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I appreciate your code for my comprehension of VideoDisplay.</p>
<p>I&#8217;m trying to use it with this URL : </p>
<p>source=&#8221;http://cache.googlevideo.com/get_video?video_id=SFf6n8QwOJ8&#8243;</p>
<p>What is wrong with my comprehension ?</p>
<p>Thinks by advance,<br />
 Laurent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-112</link>
		<author>peterd</author>
		<pubDate>Thu, 09 Aug 2007 13:32:51 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-112</guid>
		<description>Florian,

You want to set one cue point, or multiple cue points?

Update: Check out &lt;a href="http://blog.flexexamples.com/2007/08/09/dynamically-creating-actionscript-cue-points-from-flashvars-received-from-the-html-container/" rel="nofollow"&gt;"Dynamically creating ActionScript cue points from FlashVars received from the HTML container"&lt;/a&gt; for one solution. Basically you just define the "FlashVars" parameter in your &#60;object /&#62; and &#60;embed /&#62; code, or from within your AC_FL_RunContent() JavaScript function in your HTML template, and pass something like the following:

&lt;code&gt;&lt;b style="color:red;"&gt;&#34;FlashVars&#34;, &#34;cuepoints=one:1;two:2;three:3&#34;&lt;/b&gt;&lt;/code&gt;

This will create three cue points in your Flex application:
&lt;ul&gt;&lt;li&gt;Cue point name "one" at 1.0 seconds&lt;/li&gt;&lt;li&gt;Cue point name "two" at 2.0 seconds&lt;/li&gt;&lt;li&gt;Cue point name "three" at 3.0 seconds&lt;/li&gt;&lt;/ul&gt;

Of course, you'll need a bit more code in your Flex application, so check out the post for the full details.

Happy Flexing!</description>
		<content:encoded><![CDATA[<p>Florian,</p>
<p>You want to set one cue point, or multiple cue points?</p>
<p>Update: Check out <a href="http://blog.flexexamples.com/2007/08/09/dynamically-creating-actionscript-cue-points-from-flashvars-received-from-the-html-container/" rel="nofollow">&#8220;Dynamically creating ActionScript cue points from FlashVars received from the HTML container&#8221;</a> for one solution. Basically you just define the &#8220;FlashVars&#8221; parameter in your &lt;object /&gt; and &lt;embed /&gt; code, or from within your AC_FL_RunContent() JavaScript function in your HTML template, and pass something like the following:</p>
<p><code><b style="color:red;">&quot;FlashVars&quot;, &quot;cuepoints=one:1;two:2;three:3&quot;</b></code></p>
<p>This will create three cue points in your Flex application:</p>
<ul>
<li>Cue point name &#8220;one&#8221; at 1.0 seconds</li>
<li>Cue point name &#8220;two&#8221; at 2.0 seconds</li>
<li>Cue point name &#8220;three&#8221; at 3.0 seconds</li>
</ul>
<p>Of course, you&#8217;ll need a bit more code in your Flex application, so check out the post for the full details.</p>
<p>Happy Flexing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-110</link>
		<author>Florian</author>
		<pubDate>Thu, 09 Aug 2007 09:01:24 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-110</guid>
		<description>Okay, I should use that too. 
Another Question: I want to cuePoint TIME and NAME set by flashvars...so that you can set them dynamically...

cheers, Flo</description>
		<content:encoded><![CDATA[<p>Okay, I should use that too.<br />
Another Question: I want to cuePoint TIME and NAME set by flashvars&#8230;so that you can set them dynamically&#8230;</p>
<p>cheers, Flo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-103</link>
		<author>peterd</author>
		<pubDate>Wed, 08 Aug 2007 14:53:25 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-103</guid>
		<description>Yes, I'm using Flex Builder 3 from &lt;a href="http://labs.adobe.com/" rel="nofollow"&gt;http://labs.adobe.com&lt;/a&gt;, as well as a fairly recent nightly build of the Flex 3 SDK.</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;m using Flex Builder 3 from <a href="http://labs.adobe.com/" rel="nofollow">http://labs.adobe.com</a>, as well as a fairly recent nightly build of the Flex 3 SDK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-101</link>
		<author>Florian</author>
		<pubDate>Wed, 08 Aug 2007 10:11:13 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-101</guid>
		<description>did you use flex 3?</description>
		<content:encoded><![CDATA[<p>did you use flex 3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-90</link>
		<author>peterd</author>
		<pubDate>Tue, 07 Aug 2007 16:31:44 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-90</guid>
		<description>Yeah, it would be a bug in my sloppy code. I didn't bother to check if a specific cue point already existed before pushing it on to the embeddedCuePoints ArrayCollection.</description>
		<content:encoded><![CDATA[<p>Yeah, it would be a bug in my sloppy code. I didn&#8217;t bother to check if a specific cue point already existed before pushing it on to the embeddedCuePoints ArrayCollection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-89</link>
		<author>Florian</author>
		<pubDate>Tue, 07 Aug 2007 15:13:52 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/29/creating-actionscript-cue-points-with-the-videodisplay-control/#comment-89</guid>
		<description>I tryed your solution today, and I maybe found a bug. If you click on an embedded cue point, another cuePoint is added to the grid. Is that correct?</description>
		<content:encoded><![CDATA[<p>I tryed your solution today, and I maybe found a bug. If you click on an embedded cue point, another cuePoint is added to the grid. Is that correct?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
