Tagged with video - Visokio Forums http://forums.visokio.com/discussions/tagged/video/feed.rss Mon, 30 Oct 17 16:09:47 -0400 Tagged with video - 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]]> Links: Images, videos, webpages in Web/Table/Content/Tile views? http://forums.visokio.com/discussion/2404/links-images-videos-webpages-in-webtablecontenttile-viewss Mon, 18 Nov 2013 12:22:30 -0500 Focus_Media 2404@/discussions
We want show content of each file inside Omniscope (we try a Web view), but only .jpg are shown inside.
Other extensions (music & video) are opened in external application (Windows Media Player).

Is it possible show linked files (e.g. music & video files) inside Omniscope, in a Web view or other way?

Tia]]>
Web View: Embed self-hosted video files? http://forums.visokio.com/discussion/306/web-view-embed-self-hosted-video-filess Thu, 06 May 2010 08:19:43 -0400 Dibbhead 306@/discussions
However, my stumbling block is adding some video files of TV ads which I have had to download. Is there a way I can embed these video files or could you even suggest somewhere I could web host them and link back to Omniscope in the same way I have for the online video ads mentioned earlier?

Swift reply would be greatly appreciated as I need to finish the presentation tomorrow (7th May)

Thanks, Martin Dibbs]]>