Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<script src="flowplayer-3.2.11.min.js"></script>
<a 
	href="video-datei.flv" 
	style="display:block;width:700px;height:394px;" 
	id="player">
</a>
<script language="JavaScript">
	flowplayer("player", "flowplayer-3.2.15.swf");
</script>
	header("Content-type: video/flv");
		$getvideofileforplayer = fopen("video.flv", "rb");
	rewind($getvideofileforplayer);
	fpassthru($getvideofileforplayer);
	<a 
	href="video.php" 
	style="display:block;width:700px;height:394px;" 
	id="player">
</a>
<script language="JavaScript">
	flowplayer("player", "flowplayer-3.2.15.swf");
</script>
	if(!empty($xxx) AND $status !== "inactive" AND $xxx !== 0) {
$video= video-file.flv;
$fsize=filesize($video);
if(isset($_GET['download'])) {
header('Content-Disposition: attachment; filename='.$video.'');
}
header('Content-Type: variabel');
header('Content-Length: ' . $fsize);
$file=fopen($video,'rb');
print(fread($file,$fsize));
} else { exit("<h1>You are not authorized to get this content.</h1>"); }
	<a 
	href="video.php" 
	style="display:block;width:300px;height:400px;" 
	id="player">
</a>