flowplayer-vpaid
Version:
VPAID 2.0 (Flash/JS) support within Flowplayer 6 HTML
15 lines (14 loc) • 329 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
</head>
<body>
<script type="text/javascript" src="{{iframeURL_JS}}"></script>
<script>
parent.postMessage('{"event": "ready", "id": "{{iframeID}}"}', window.location.origin);
</script>
<div class="ad-element">
</div>
</body>
</html>