<?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: Mute and unmute FLVPlayback in ActionScript 3</title>
	<atom:link href="http://macdiggs.com/2009/02/12/mute-and-unmute-flvplayback-in-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://macdiggs.com/2009/02/12/mute-and-unmute-flvplayback-in-actionscript-3/</link>
	<description>Digging the watery grave and talking about PHP, Rails and tech stuff..</description>
	<pubDate>Tue, 22 May 2012 11:12:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Afonin</title>
		<link>http://macdiggs.com/2009/02/12/mute-and-unmute-flvplayback-in-actionscript-3/comment-page-1/#comment-28127</link>
		<dc:creator>Afonin</dc:creator>
		<pubDate>Sat, 14 Aug 2010 06:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/?p=558#comment-28127</guid>
		<description>посмотрел интервью на сайте - понял только пару-тройку слов, которые встречались в анимешках =)
а почему все в рубашках, хотя вроде бы такая расслабленная обстановка и все смеются? :)</description>
		<content:encoded><![CDATA[<p>посмотрел интервью на сайте - понял только пару-тройку слов, которые встречались в анимешках =)<br />
а почему все в рубашках, хотя вроде бы такая расслабленная обстановка и все смеются? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://macdiggs.com/2009/02/12/mute-and-unmute-flvplayback-in-actionscript-3/comment-page-1/#comment-27748</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 06 Apr 2009 19:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/?p=558#comment-27748</guid>
		<description>I found that simulating the more of the mouse click event cycle helped fix a bug I was having.  So do this on each button:

on_mc.dispatchEvent(new MouseEvent(MouseEvent.MOUSE_DOWN));
on_mc.dispatchEvent(new MouseEvent(MouseEvent.CLICK));
on_mc.dispatchEvent(new MouseEvent(MouseEvent.MOUSE_UP));

Sorry I can't recall what the bug was now, but I just stumbled across your post when I was looking for something else.</description>
		<content:encoded><![CDATA[<p>I found that simulating the more of the mouse click event cycle helped fix a bug I was having.  So do this on each button:</p>
<p>on_mc.dispatchEvent(new MouseEvent(MouseEvent.MOUSE_DOWN));<br />
on_mc.dispatchEvent(new MouseEvent(MouseEvent.CLICK));<br />
on_mc.dispatchEvent(new MouseEvent(MouseEvent.MOUSE_UP));</p>
<p>Sorry I can&#039;t recall what the bug was now, but I just stumbled across your post when I was looking for something else.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

