Stretch video in fullscreen
I'm new to programming in C# and I have a single problem with using Windows Media Player in my application. I'm using 16:9 screen and video played is in 4:3 format and when it goes fullscreen it preserves aspect ratio displaying 2 black bars on each side of video. Is there any way to make WMP stretch the video to the whole screen? I can't find solution to that :/
Daniel MadejPosted Aug 11, 2010, 4:04 AM
Does anyone know a C# open source player that can stretch the video to fill the window/screen?
Bryian TanPosted Aug 10, 2010, 6:56 PM
Have you tried the ASP.NET MediaPlayer control?
http://www.asp.net/aspnet-in-net-35-sp1/videos/introduction-to-the-aspnet-mediaplayer-control
Thanks,
Bryian Tan