Microsoft
Software
Hardware
Network
Question : How do I use the silverlight video player?
Hi,
I am attempting to create a silverlight application within visual studio 2008 that will play an mp4 video file. I have downloaded the visual studio silverlight extensions and tools and the silverlight sdk 3.0. I have downloaded the SMF dll files (Microsoft.SilverlightMedi
aFramework
.dll, Microsoft.SilverlightMedia
Framework.
Player.dll
, Microsoft.Web.Media.Smooth
Streaming.
dll) and referenced these within my application. My MainPage.xaml looks like the attached but when I run my application I get a "visual studio must close error"? Can I not reference mp4 files like I have within my xaml page? How do I play mp4 files through a silverlight application for my users to view online? I've read about the MediaPlayer control but I believe that is now out of date....shame, as that approach seemed simple.
Any help appreciated,
Martin.
Code Snippet:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16:
Open in New Window
Select All
Answer : How do I use the silverlight video player?
As I know, you must handle play/stop buttons yourself in media element.
and also you can play .mp4 files in silverlight3 look at this for example:
http://www.progmic
.com/2009/
06/how-to-
play-mpeg-
video-via-
silverligh
t-3/
Random Solutions
vb.net selected item from listview
SBS 2008 shared fax doesn't work on xp
autovalue t-sql sql server 2008
Conditional page break in excel macro
Difference between coding in module, sheet, or workbook window
Compare Access Databases
CSS Sheets
Need to deploy/upgrade an Access application
Select Statement with Function
How to transpose a variable length row to two columns