Selamat Datang di Trouble Cinematic Pictures
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Video Player</title> <style> .video-container { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; border-radius: 20px; overflow: hidden; } #videoPlayer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .controls-bar { position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; } .control-button { background-color: #3498db; color: white; padding: 5px 10px; font-size: 14px; border: none; border-radius: 10px; cursor: pointer; margin-right: 10px; } .control-button:hover { background-color: #2980B9; } </style> </head> <body> <div class="video-container"> <video id="videoPlayer" controls preload="auto" controlsList="nodownload" oncontextmenu="return false;"> <source src="https://db.cinema.biz.id/thedistributors" type="video/mp4"> Your browser does not support the video tag. </video> <div class="controls-bar"> </div> </div> <script> var videoPlayer = document.getElementById("videoPlayer"); document.addEventListener("keydown", function(event) { if (event.keyCode === 38) { if (videoPlayer.volume < 2) { videoPlayer.volume += 0.1; } } else if (event.keyCode === 40) { if (videoPlayer.volume > 0) { videoPlayer.volume -= 0.1; } } }); </script> </body> </html>

The Distributors (2022)

3 votes, average 6.0 out of 10

Film thriller kriminal tentang seorang pria yang menghabiskan malam dengan seorang wanita aneh yang bahkan tidak tahu namanya sebelum menikah.

Posted on:
Views:537
Quality:
Year:
Duration: 101 Min
Country:
Release:
Language:한국어/조선말
Director:

Leave a Reply

Your email address will not be published. Required fields are marked *