Click here to Skip to main content
15,911,030 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I have created a SMFPlayer in a silverlight application, but it is not playing.What may be the reason?Plz help me ..

This is the code...


XML
<Grid x:Name="LayoutRoot" Background="White">
      <Core:SMFPlayer>
          <Core:SMFPlayer.Playlist>
              <Media:PlaylistItem DeliveryMethod="AdaptiveStreaming" MediaSource="Wildlife.wmv" />
          </Core:SMFPlayer.Playlist>
      </Core:SMFPlayer>
  </Grid>
Posted
Updated 27-Aug-12 21:07pm
v3

1 solution

 
Share this answer
 
Comments
arti s.v 28-Aug-12 5:08am    
But from where i get Microsoft.SilverlightMediaFramework.Player;assembly=Microsoft.SilverlightMediaFramework.Player assembly
ridoy 28-Aug-12 5:29am    
these are dll files which you need to include as your project reference..
ridoy 28-Aug-12 6:01am    
download from here..
http://smf.codeplex.com/
arti s.v 28-Aug-12 6:15am    
ok thank u ridoy
ridoy 28-Aug-12 6:23am    
welcome..will be glad if i can help you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900