Reputation: 2346
I will be embedding a video to my asp.net mvc website. A video on the homepage which will help people to better understand the website. I have never done this. Can anyone tell me whats the best way of doing it. Flash or silverlight??
Upvotes: 1
Views: 3640
Reputation: 11211
I would go with flash for only one reason: the 99% (or whatever it is today) installed base.
Then go with swfobject or JW FLV Media Player as suggested in the other answers. There is also a jQuery plugin floating around somewhere that helps deal with flash video on a site.
Upvotes: 0
Reputation: 7441
I've used JW FLV Media Player. I was pretty happy with it, and it's easy to use. Flash-based.
Upvotes: 2
Reputation: 4052
I have had pretty good success using silverlight with the Silverlight 2 Video Player as an example. However, it depends on what your requirements are.
Pros to Silverlight:
Cons to Silverlight:
Here is another discussion on the topic.
Upvotes: 0
Reputation: 1885
My suggestion would be to go with Flash and to achieve what you're looking for, utilize swfobject. It's really quite simple to use and has a bunch of options that will be useful when you get more used to using video.
Upvotes: 1