Lectora video
April 30, 2014 12:00 AM
We are currently using Lectora publisher. In order to address a cross browser issue in our video, we add HTML extension object and include the following code. As far as I know, Lectora does not support webm and ogg video format.
However, as long as we put them as HTML object, it is going to be ok. That is what we think. Please let us know whether we are on the right track.
Example codes that we put in our html object.
Sammy
Discussion (1)
Yes, you are on the right track.
Your code above might not work, because you forgot the closing tag (it might be okay in some browsers but if you're so focused on the cross-platform, you should also abide by standards). Here's what it should look like: http://www.w3schools.com/html/html5_video.asp
Discussions have been disabled for this post