Jump to content

PROBLEM WITH EMBED VIDEO


izardduy

Recommended Posts

Hi,
I am triyng to embed a video on BLOGGER:
<div align='center'><video width="320" height="240" controls> <source src="XXX" type="video/mp4"></video></div>
And I am getting the following error:
Error al analizar XML, línea 3848, columna 61: Attribute name "controls" associated with an element type "video" must be followed by the ' = ' character
Can someone please help?
THANKS!
Joao
Edited by thescientist
inappropriate content / video link
Link to comment
Share on other sites

You mean this?
<div align='center'><video width="320" height="240" "controls">
<source src="XXX" type="video/mp4"></video></div>
New error:
Error al analizar XML, línea 4040, columna 53: Element type "video" must be followed by either attribute specifications, ">" or "/>".
??
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...