HTML5 <video> or <object> tag?
HTML5 <video> or <object> tag?
~M Becker
Re: HTML5 <video> or <object> tag?
I was having similar issues. Today I got my mp4 to work by inserting it normally in Flare (which of course created object tags). Then I went into the text editor, replaced the object tags with video tags. Flare wouldn't accept the simple addition of the controls parameter, but when I put controls = "true" the output was built correctly and the controls were displayed.
Oh, and I built from the text editor, not XML view. I don't know if that made a difference, because I didn't try building from XML view
Anyway, hope that helps!
Kathryn
Oh, and I built from the text editor, not XML view. I don't know if that made a difference, because I didn't try building from XML view
Kathryn
Re: HTML5 <video> or <object> tag?
You don't need to insert mp4s by hand using a video tag.
Just insert it using Insert > Multimedia > HTML5 Movie.
Flare inserts it as an object tag in the source (XML editor), but it converts that to a video tag in the built output.
Just insert it using Insert > Multimedia > HTML5 Movie.
Flare inserts it as an object tag in the source (XML editor), but it converts that to a video tag in the built output.