MasterBLB
14th January 2015, 11:15
Hello
I've a local page which contains several video objects:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>HTML5 Video Player</title>
</head>
<body>
A message
<div >
<object width="400" height="400" data="big_buck_bunny.mp4" controls="0"></object>
<object width="400" height="400" data="Robotica_720.wmv" controls="0"></object>
<object width="400" height="400" data="ArchitectVideo_dvd.ogv" controls="0"></object>
</div>
</body>
</html>
I have plugins enabled for my QWebView,but in it I don't see the movies but icon similar to those in browsers indicating a plugin is missing.
Can anyone give me a hint what I need to display the vids?
Qt 5.3 32bit,VS2013 with Add-on
I've a local page which contains several video objects:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>HTML5 Video Player</title>
</head>
<body>
A message
<div >
<object width="400" height="400" data="big_buck_bunny.mp4" controls="0"></object>
<object width="400" height="400" data="Robotica_720.wmv" controls="0"></object>
<object width="400" height="400" data="ArchitectVideo_dvd.ogv" controls="0"></object>
</div>
</body>
</html>
I have plugins enabled for my QWebView,but in it I don't see the movies but icon similar to those in browsers indicating a plugin is missing.
Can anyone give me a hint what I need to display the vids?
Qt 5.3 32bit,VS2013 with Add-on