Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>Media control page with multiple iframes which contain media session</title>
</head>
<body>
<video id="video" src="gizmo.mp4" loop></video>
<iframe id="frame1"></iframe>
<iframe id="frame2"></iframe>
</body>
</html>