Play an audio file in Windows 7 Phone

后端 未结 4 1736
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-25 14:32

I am working on Windows 7 based application development in Silverlight. I have not been able to find a way to play a an audio file in windows 7 phone programmatically. I hav

4条回答
  •  有刺的猬
    2020-12-25 15:17

    How about simply use a built-in behavior?

    
    

    You need these two namespaces.

    xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity" 
    xmlns:eim="clr-namespace:Microsoft.Expression.Interactivity.Media;assembly=Microsoft.Expression.Interactions"
    

提交回复
热议问题