Skip to main content
Home Forums Silverlight Design Video and Media Silverlight 2.0 - NO AUDIO
1 replies. Latest Post by mebjen on March 14, 2008.
(0)
mebjen
Member
82 points
99 Posts
03-14-2008 7:11 AM |
I have just upgraded to Silverlight 2.0 and can't figure out why I can't get a simple .wma file to play either from a pageLoaded or buttonClick.
xaml code:
vb.net code:
fbAudio1.Play()
Thanks mb
03-14-2008 7:59 AM |
I have figured out and corrected my problem...
I had 'Added an Existing Item" (the wma file) to an incorrect file/folder within my project.
mb