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
Transpose-Data
trouble 'converting an encoded database'
Loop select statement and update rows with the results?
ADO vs linked dsn
Find computers in my network
MS Access Call to SQL Stored Proc with Return Value
Directory Tree using Excel/VBA - Retrieve Author/Owner Details as well as file attributes..
Web.config security settings
set recurrence for multiple outlook appointments
How to TRULY Hide a Column from a DataGridView?