I am just testing a way to display short intructional videos in a 4D Webarea
via simple HTML. On Mac it looks something like this:
============================================
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<title>Video</title>
</head>
<body>
<video controls
<source src=<!--#4DTEXT txt_VIDEO_PATH-->
type="video/mp4"
width="980"
autoplay="True">
ERROR: Cannot locate Help file.
</video>
</body>
</html>
============================================
So the above is working fine on Mac but on windows I get the "ERROR: Cannot
locate Help file.".
Is this error caused by Windows 7 not supporting HTML5? (I think the HTML
above is HTML5 code but not sure as I just basically found some code and
adapted it to my needs).
Is anyone displaying video (mp4) on 4D Webarea on Windows 7?
Thanks
Jim Labos - infobase
-----
Jim Labos - infobase
--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive: http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:[email protected]
**********************************************************************