I am using Silverlight Media Framework in one of my project. Now i want to play a media file in the browser, the media file is in my D drive of PC? I code in XAML to play the file but the SMF player is not getting the media source. The code of XAML that am using to access the file is following.
<Core:SMFPlayer>
<Core:SMFPlayer.Playlist>
<Media:PlaylistItem MediaSource="file:///D:/Microsoft Silverlight/1.wmv"></Media:PlaylistItem>
</Core:SMFPlayer.Playlist>
</Core:SMFPlayer>