Playing flash video with ASP.NET MVC

Posted by evan on Stack Overflow See other posts from Stack Overflow or by evan
Published on 2010-05-26T21:48:13Z Indexed on 2010/05/26 21:51 UTC
Read the original article Hit count: 265

Filed under:
|

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!

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about flash