<?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>Komentáre k Flex2: Streaming Video: mute sound</title>
	<atom:link href="http://franto.com/flex2-streaming-video-mute-sound/feed/" rel="self" type="application/rss+xml" />
	<link>http://franto.com/flex2-streaming-video-mute-sound/</link>
	<description></description>
	<lastBuildDate>Wed, 24 Aug 2011 18:43:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Od: Administrator</title>
		<link>http://franto.com/flex2-streaming-video-mute-sound/comment-page-1/#comment-655</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Sat, 29 Jul 2006 07:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/flex2-streaming-video-mute-sound#comment-655</guid>
		<description>thanks Tinic, it works!!!!
great.... thanks for your help</description>
		<content:encoded><![CDATA[<p>thanks Tinic, it works!!!!<br />
great&#8230;. thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: Tinic Uro</title>
		<link>http://franto.com/flex2-streaming-video-mute-sound/comment-page-1/#comment-654</link>
		<dc:creator>Tinic Uro</dc:creator>
		<pubDate>Fri, 28 Jul 2006 19:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/flex2-streaming-video-mute-sound#comment-654</guid>
		<description>Try this instead:

netstream.soundTransform = new SoundTransform(0);

or

var t:SoundTransform = new SoundTransform();
t.volume = 0;
netstream.soundTransform = t;

XXX.soundTransform properties work by assignment only, you can&#039;t change members directly.</description>
		<content:encoded><![CDATA[<p>Try this instead:</p>
<p>netstream.soundTransform = new SoundTransform(0);</p>
<p>or</p>
<p>var t:SoundTransform = new SoundTransform();<br />
t.volume = 0;<br />
netstream.soundTransform = t;</p>
<p>XXX.soundTransform properties work by assignment only, you can&#8217;t change members directly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

