replace jazz with ping sound

Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/ae863d3c
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/ae863d3c
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/ae863d3c

Branch: refs/heads/develop
Commit: ae863d3cac628e183b1310fd0264559e5dd415b2
Parents: eb6e229
Author: Justin Mclean <jmcl...@apache.org>
Authored: Thu Aug 7 18:35:12 2014 +1000
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Thu Aug 7 18:35:12 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/effects/SoundEffectExample.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/ae863d3c/TourDeFlex/TourDeFlex3/src/effects/SoundEffectExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/effects/SoundEffectExample.mxml 
b/TourDeFlex/TourDeFlex3/src/effects/SoundEffectExample.mxml
index 6ad3510..99ff532 100755
--- a/TourDeFlex/TourDeFlex3/src/effects/SoundEffectExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/effects/SoundEffectExample.mxml
@@ -19,7 +19,7 @@
 <!-- Simple example to demonstrate the SoundEffect effect. -->
 <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";>
 
-    <mx:SoundEffect id="mySounds" source="@Embed(source='assets/jazz.mp3')"/>
+    <mx:SoundEffect id="mySounds" source="@Embed(source='./assets/ping.mp3')"/>
 
     <mx:Panel title="Sound Effect Example" width="75%" height="75%" 
         paddingTop="10" paddingLeft="10" paddingRight="10" paddingBottom="10">

Reply via email to