This topic has not yet been rated - Rate this topic

PlaySoundAction Class

Expression Studio 4.0
An action that will play a sound to completion.


Namespace: Microsoft.Expression.Interactivity.Media
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)
public class PlaySoundAction : TriggerAction<DependencyObject>
This action is intended for use with short sound effects that don't need to be stopped or controlled. If you're trying to create a music player or game, it may not meet your needs.
System.Object
   System.Windows.DependencyObject
     System.Windows.Interactivity.TriggerAction
       System.Windows.Interactivity.TriggerAction
        Microsoft.Expression.Interactivity.Media.PlaySoundAction
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.