SAP openui5 or sapui5 html5 player

SAP openui5 or sapui5 html5 player

 

<!DOCTYPE html>
<html><head>
<meta http-equiv=’X-UA-Compatible’ content=’IE=edge’ />
<meta http-equiv=’Content-Type’ content=’text/html;charset=UTF-8’/>

<title>OData Date Formats</title>

<script id=’sap-ui-bootstrap’ type=’text/javascript’
src=’https://sapui5.netweaver.ondemand.com/resources/sap-ui-core.js’
data-sap-ui-theme=’sap_bluecrystal’
data-sap-ui-xx-fakeOS=”ipad”
data-sap-ui-libs=’sap.ui.commons,sap.ui.ux3,sap.ui.table,sap.m’>

</script>

<script>
var html1 = new sap.ui.core.HTML(“html1”, {
content:
“<video width=’50%’ height=’50%’ autoplay controls controlsList=’nodownload’ >” +
“<source src=’http://www.w3schools.com/html/movie.mp4′ type=’video/mp4′>” +
“Your browser does not support the video tag.” +
“</video>”
});
//Create a panel instance
var oPanel = new sap.ui.commons.Panel();
//Add something to the panel’s content area
oPanel.addContent(html1);
//Attach the panel to the page
oPanel.placeAt(“content”);

</script>
</head>
<body class=’sapUiBody’>
<div id=’content’></div>
</body>
</html>

VN:F [1.9.22_1171]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)
SAP openui5 or sapui5 html5 player, 10.0 out of 10 based on 1 rating