I just had to deal with this, but mess around with the new ASP.Net MVC3 with the Razor view engine.
You can quickly embed a video using the Razor video assistant method.
Syntax:
flash:
@*Video.Flash(filename [, width, height])*@
@Video.Flash("test.swf", "100", "100")
Media player:
@*Video.MediaPlayer(filename [, width, height])*@
@Video.MediaPlayer("test.wmv", "100", "100")
Silverlight Video:
@*Video.Silverlight(filename, width, height)*@
@Video.Silverlight("test.xap", "100", "100")
user587863
source
share