Support Database

Contains help and support for all parts of the AutoView system.
Page: () 1 ... 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 ... 70 ()

Does AutoView support HTML 5 videos?

Category: Videos

AutoView has support for HTML 5 video types built in.

However, the HTML 5 standard has not yet been ratified by the web standards body (W3C) and support for it in web browsers is currently inconsistent, so the HTML 5 capabilities are disabled by default in AutoView. However, it can be enabled by following the instructions below:


For version 2011020801 of the Moodle module and later:

Go to the Moodle module config page and enter the following into the JavaScript calls box on a new line:

setEnableHTML5(1);

For version 2010112201 of the Moodle module and earlier:

Open the avedit/editor.js file and uncomment the following line in the getVideoSelection function:

data=data+formOption(type, parent.videoframe.VIDEO_HTML5, getString("html5video"));

You can enable HTML 5 in the quickstart wizard by editing avedit/quicksrc.js by uncommenting the following lines in the getTypeFromExtension funtion :

else
if (url.indexOf(".ogg")>-1 || url.indexOf(".ogv")>-1 || url.indexOf(".ogm")>-1)
 return opener.parent.videoframe.VIDEO_HTML5;
Page: () 1 ... 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 ... 70 ()