mmhan
mmhan

Reputation: 731

Any good Silverlight Video Player tutorial?

I am new to Silverlight and I'm required to create a video player on urgent notice. (Story of my life)

The custom video player should play .wmv files uploaded on another server. I've been trying to find tutorials and it's just nowhere to be found.

Can anyone be so kind to point me in the right direction??

I'm using Visual Studio 2010 and C#, by the way.

Thanks in advance.

-Mike

Upvotes: 3

Views: 3254

Answers (2)

Singleton
Singleton

Reputation: 3679

for this we need to drop MediaElement in control and do what ever u want, for help go to

Link

http://expression.microsoft.com/en-us/dd418943.aspxhttp://www.codegod.de/WebAppCodeGod/using-silverlight-to-create-a-video-player-AID389.aspx

do let us if any confusion. Thanks

Upvotes: 2

Kindly go through following article from code project Silver Light 4 Media player

Upvotes: 2

Related Questions