Playing flash video with ASP.NET MVC
- by evan
What's a good flash player to use on an ASP.NET MVC site?
The page I'm working on will need to display a number of videos on each page dynamically based on what the user searched for. I'd like each of the videos to show up as thumbnails that can be played, paused, and or enlarged to full screen.
I've worked with the standard ASP.NET and used FlashControl.dll to accomplish this. Are there better ways than using a user control for MVC pages? Any tips on including video in webpages in general?
Thanks in advance!