Tagged with mp4 - Visokio Forums http://forums.visokio.com/discussions/tagged/mp4/feed.rss Mon, 30 Oct 17 16:09:51 -0400 Tagged with mp4 - Visokio Forums en-CA Content View: using native browser (IE on Windows) to play mp4 video http://forums.visokio.com/discussion/1829/content-view-using-native-browser-ie-on-windows-to-play-mp4-video Fri, 12 Oct 2012 08:08:05 -0400 antonio 1829@/discussions MSDN page, Internet Explorer may need more directives to display properly some HTML5 content.

We suggest to include:
- the document type definition at the beginning of the page:
<!DOCTYPE html>

- the meta tag directive into the head tag:
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>

For example, to use the HTML "video" tag, copy and paste the following code into your content view, being sure to enable the Native Browser option.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
</head>
<body>

<video width="320" height="240" controls="controls">
<source src="http://www.w3schools.com/html/movie.mp4" type="video/mp4">Your browser does not support the video tag.
</video>

</body>
</html>

]]>
Content view: Inserting videos - swf and mp4 files http://forums.visokio.com/discussion/902/content-view-inserting-videos-swf-and-mp4-files Tue, 02 Aug 2011 09:04:07 -0400 Miklos 902@/discussions Thanks, Miklos]]>