<?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: Displaying a video in a pop up window in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 14:19:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Craig</title>
		<link>http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/comment-page-1/#comment-9156</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Sat, 23 Apr 2011 18:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/#comment-9156</guid>
		<description>Hi Peter,

Is it possible for the pop up window to move outside the boundaries of the parent application. As I would like them to be able to play a tutorial video on one screen and follow along in the second one.</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Is it possible for the pop up window to move outside the boundaries of the parent application. As I would like them to be able to play a tutorial video on one screen and follow along in the second one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apoorv</title>
		<link>http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/comment-page-1/#comment-8055</link>
		<dc:creator>Apoorv</dc:creator>
		<pubDate>Fri, 02 Jul 2010 09:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/#comment-8055</guid>
		<description>Hey peter , 
Can this example be used to display the live stream ??

Apoorv</description>
		<content:encoded><![CDATA[<p>Hey peter ,<br />
Can this example be used to display the live stream ??</p>
<p>Apoorv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/comment-page-1/#comment-6818</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Thu, 21 Jan 2010 15:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/#comment-6818</guid>
		<description>@xabibi,

Sure, in the PopUpVideoDisplay.mxml ControlBar, just add a few mx:Button controls that play, pause, stop the video.

Peter</description>
		<content:encoded><![CDATA[<p>@xabibi,</p>
<p>Sure, in the PopUpVideoDisplay.mxml ControlBar, just add a few mx:Button controls that play, pause, stop the video.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xabibi</title>
		<link>http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/comment-page-1/#comment-6816</link>
		<dc:creator>xabibi</dc:creator>
		<pubDate>Thu, 21 Jan 2010 10:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/#comment-6816</guid>
		<description>I want controls to play, pause, stop the video. Is it possible in this example?</description>
		<content:encoded><![CDATA[<p>I want controls to play, pause, stop the video. Is it possible in this example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ismael</title>
		<link>http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/comment-page-1/#comment-6626</link>
		<dc:creator>ismael</dc:creator>
		<pubDate>Fri, 18 Dec 2009 02:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/#comment-6626</guid>
		<description>videoDisplay.close();</description>
		<content:encoded><![CDATA[<p>videoDisplay.close();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/comment-page-1/#comment-6430</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Sun, 22 Nov 2009 20:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/#comment-6430</guid>
		<description>@Rod,

Correct. Sorry, I should have explicitly called the &lt;code&gt;stop()&lt;/code&gt; method in the close handler before removing the popup from the display list.

Peter</description>
		<content:encoded><![CDATA[<p>@Rod,</p>
<p>Correct. Sorry, I should have explicitly called the <code>stop()</code> method in the close handler before removing the popup from the display list.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod</title>
		<link>http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/comment-page-1/#comment-6398</link>
		<dc:creator>Rod</dc:creator>
		<pubDate>Thu, 19 Nov 2009 11:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/#comment-6398</guid>
		<description>If you use the close on the popup window the sound continues to play!</description>
		<content:encoded><![CDATA[<p>If you use the close on the popup window the sound continues to play!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.Jaiganesh</title>
		<link>http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/comment-page-1/#comment-6031</link>
		<dc:creator>S.Jaiganesh</dc:creator>
		<pubDate>Fri, 16 Oct 2009 04:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/#comment-6031</guid>
		<description>&lt;pre lang=&quot;mxml&quot;&gt;

It&#039;s Amazing One 

&lt;/pre&gt;</description>
		<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;">&nbsp;
It's Amazing One</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/comment-page-1/#comment-3594</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Fri, 20 Mar 2009 22:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/#comment-3594</guid>
		<description>ScottyG,

Oops.
The best fix is probably calling the &lt;code&gt;stop()&lt;/code&gt; method on the VideoDisplay control when the PopUp window is closed.

Peter</description>
		<content:encoded><![CDATA[<p>ScottyG,</p>
<p>Oops.<br />
The best fix is probably calling the <code>stop()</code> method on the VideoDisplay control when the PopUp window is closed.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ScottyG</title>
		<link>http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/comment-page-1/#comment-3593</link>
		<dc:creator>ScottyG</dc:creator>
		<pubDate>Fri, 20 Mar 2009 21:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/04/displaying-a-video-in-a-pop-up-window-in-flex/#comment-3593</guid>
		<description>The video keeps playing even when the popup box is closed. How can I fix that?

-Scotty G</description>
		<content:encoded><![CDATA[<p>The video keeps playing even when the popup box is closed. How can I fix that?</p>
<p>-Scotty G</p>
]]></content:encoded>
	</item>
</channel>
</rss>

