<?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: Playing a sound effect when an Alert control is displayed in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/09/10/playing-a-sound-effect-when-an-alert-control-is-displayed-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/09/10/playing-a-sound-effect-when-an-alert-control-is-displayed-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:35:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marc</title>
		<link>http://blog.flexexamples.com/2008/09/10/playing-a-sound-effect-when-an-alert-control-is-displayed-in-flex/comment-page-1/#comment-3805</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 02 Dec 2008 17:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/09/10/playing-a-sound-effect-when-an-alert-control-is-displayed-in-flex/#comment-3805</guid>
		<description>This tiny code also works:

&lt;pre class=&quot;code&quot;&gt;
&lt;mx:SoundEffect id=&quot;SndError&quot; source=&quot;@Embed(source=&#039;/assets/gui_error.mp3&#039;)&quot; /&gt;

&lt;mx:Style&gt;
       Alert { creationCompleteEffect: SndError; }
&lt;/mx:Style&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>This tiny code also works:</p>
<pre class="code">
&lt;mx:SoundEffect id="SndError" source="@Embed(source='/assets/gui_error.mp3')" /&gt;

&lt;mx:Style&gt;
       Alert { creationCompleteEffect: SndError; }
&lt;/mx:Style&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hashashino</title>
		<link>http://blog.flexexamples.com/2008/09/10/playing-a-sound-effect-when-an-alert-control-is-displayed-in-flex/comment-page-1/#comment-3806</link>
		<dc:creator>Hashashino</dc:creator>
		<pubDate>Fri, 24 Oct 2008 01:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/09/10/playing-a-sound-effect-when-an-alert-control-is-displayed-in-flex/#comment-3806</guid>
		<description>Im running on Flash player 9 and the sound&#039;s good.</description>
		<content:encoded><![CDATA[<p>Im running on Flash player 9 and the sound&#8217;s good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/09/10/playing-a-sound-effect-when-an-alert-control-is-displayed-in-flex/comment-page-1/#comment-3809</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Sun, 28 Sep 2008 15:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/09/10/playing-a-sound-effect-when-an-alert-control-is-displayed-in-flex/#comment-3809</guid>
		<description>Anonymous/MusGar,

What version/build of Flash Player are you guys using (the Alert control above should tell you the exact build number, or visit &lt;a href=&quot;http://blog.flexexamples.com/about-you/&quot; rel=&quot;nofollow&quot;&gt;&lt;u&gt;http://blog.flexexamples.com/about-you/&lt;/u&gt;&lt;/a&gt;)? Also, what browser/OS are you using?

I&#039;m using the following browsers/Flash Players and hear the audio &quot;beep&quot; on each:
(a) Win 10,0,0,525 / Windows XP SP3 / Chrome
(b) Win 10,0,0,525 / Windows XP SP3 / Firefox 3.0.3
(c) Win 10,0,2,54 / Windows XP SP3 / IE7

Peter</description>
		<content:encoded><![CDATA[<p>Anonymous/MusGar,</p>
<p>What version/build of Flash Player are you guys using (the Alert control above should tell you the exact build number, or visit <a href="http://blog.flexexamples.com/about-you/" rel="nofollow"><u><a href="http://blog.flexexamples.com/about-you/" rel="nofollow">http://blog.flexexamples.com/about-you/</a></u></a>)? Also, what browser/OS are you using?</p>
<p>I&#8217;m using the following browsers/Flash Players and hear the audio &#8220;beep&#8221; on each:<br />
(a) Win 10,0,0,525 / Windows XP SP3 / Chrome<br />
(b) Win 10,0,0,525 / Windows XP SP3 / Firefox 3.0.3<br />
(c) Win 10,0,2,54 / Windows XP SP3 / IE7</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MusGar</title>
		<link>http://blog.flexexamples.com/2008/09/10/playing-a-sound-effect-when-an-alert-control-is-displayed-in-flex/comment-page-1/#comment-3808</link>
		<dc:creator>MusGar</dc:creator>
		<pubDate>Sun, 28 Sep 2008 11:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/09/10/playing-a-sound-effect-when-an-alert-control-is-displayed-in-flex/#comment-3808</guid>
		<description>Yeap, im dont hear too :(</description>
		<content:encoded><![CDATA[<p>Yeap, im dont hear too :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2008/09/10/playing-a-sound-effect-when-an-alert-control-is-displayed-in-flex/comment-page-1/#comment-3807</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 13 Sep 2008 17:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/09/10/playing-a-sound-effect-when-an-alert-control-is-displayed-in-flex/#comment-3807</guid>
		<description>Why i can&#039;t hear anything when the dialog box displayed?</description>
		<content:encoded><![CDATA[<p>Why i can&#8217;t hear anything when the dialog box displayed?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
