Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 06, 2012 07:08 AM by Ruchira
Member
70 Points
185 Posts
Dec 04, 2012 02:36 AM|LINK
How come Visual Studio 2012 doesn't support the HTML video tag??? That seems to be a MAJOR oversight....
Warning 2 Validation (HTML5): Element 'video' is not supported.
And now I can't even publish my website, because it refuses to let me bypass the error.
500 Points
126 Posts
Dec 04, 2012 04:52 AM|LINK
It's strange. I'm able to use HTML5 video in an ASP.NET MVC4 project. Make sure you selected HTML5 in validation dropdown in the toolbar.
If the problem persists, try installing Visual Studio 2012 Update 1 from http://www.microsoft.com/visualstudio/eng/visual-studio-update
Dec 04, 2012 02:08 PM|LINK
Hello,
I've already installed Update 1 and I have the proper drop down validation selected.
All-Star
44392 Points
7194 Posts
MVP
Dec 06, 2012 07:08 AM|LINK
Kensino How come Visual Studio 2012 doesn't support the HTML video tag???
Please make sure the doctype of your file is as below,
<!DOCTYPE html>
Please 'Mark as Answer' if this post helps you.
Kensino
Member
70 Points
185 Posts
No video support in VS???
Dec 04, 2012 02:36 AM|LINK
How come Visual Studio 2012 doesn't support the HTML video tag??? That seems to be a MAJOR oversight....
Warning 2 Validation (HTML5): Element 'video' is not supported.
And now I can't even publish my website, because it refuses to let me bypass the error.
ferrymeidian...
Member
500 Points
126 Posts
Re: No video support in VS???
Dec 04, 2012 04:52 AM|LINK
It's strange. I'm able to use HTML5 video in an ASP.NET MVC4 project. Make sure you selected HTML5 in validation dropdown in the toolbar.
If the problem persists, try installing Visual Studio 2012 Update 1 from http://www.microsoft.com/visualstudio/eng/visual-studio-update
Regards,
Ferry Meidianto
www.meidianto.com
Kensino
Member
70 Points
185 Posts
Re: No video support in VS???
Dec 04, 2012 02:08 PM|LINK
Hello,
I've already installed Update 1 and I have the proper drop down validation selected.
Ruchira
All-Star
44392 Points
7194 Posts
MVP
Re: No video support in VS???
Dec 06, 2012 07:08 AM|LINK
Hello,
Please make sure the doctype of your file is as below,
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.