I have been experimenting with these new ‘HTML5:’ controls and I’m not sure if there are better options out there or I am just too new with all of this to understand basic syntax. Here is my code and I have success with Maplink and EmailLink, but for the last hour I have tried to Google the answer for the video one. No matter what I try, I cannot define the source file anywhere without it failing. I wish there was a site that just gave you the usage syntax with these controls, but I can’t seem to find one. The Html5Asp web site does offer examples on some, but only a few.
<div>
<html5:MapLink runat="server" ID="lnkMap" Text="Directions to Hodas"
Start="3022 Hudson Road, Erie, PA 20540 "
Finish="3421 Emerson Avenue, Erie, PA, 16508" />
<br />
<html5:EmailLink runat="server" ID="lnkEmail" Subject="Easy to Email This" Body="I am testing HTML5."
MailTo="bhodas@curtze.com" CC="tony@curtze.com" Text="Send Email"/>
<br />
<html5:Video ID="Video1" width="320" height="240" runat="server" ControlsOn="true">
<Source>
</Source>
</html5:Video>
</div>
You need to add the src and type attribute in the source tag
Here is a great resource