Volg de onderstaande video om te zien hoe je onze site als web-app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
<?php
include("../imports/connection.php");
include("../imports/func_lib.php");
@mysql_connect(localhost, admin, admin);
mysql_select_db(videoland);
$SQL = 'SELECT mov_trailer FROM vl_item WHERE id="' . $movie . '"';
$res = mysql_query($SQL);
if (@mysql_num_rows($res) > 0) { $trailer = mysql_fetch_array($res); }
$movie = $_GET['mov_trailer'];
?>
<HTML>
<HEAD>
<TITLE>Trailer</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY leftmargin="0" topmargin="0">
<font size=" "></font>
<?php
echo('<embed src="' . $trailer["mov_trailer"] . '" width=480 height=280 autoplay=true controller=true cache=true kioskmode=true></embed>');
?>
</BODY>
</HTML>
<?php
include("../imports/connection.php");
include("../imports/func_lib.php");
@mysql_connect(localhost, admin, admin);
mysql_select_db(videoland);
$movie = $_GET['mov_trailer'];
$SQL = 'SELECT mov_trailer FROM vl_item WHERE id="' . $movie . '"';
$res = mysql_query($SQL);
if (@mysql_num_rows($res) > 0) { $trailer = mysql_fetch_array($res); }
?>
$movie = $_GET['id'];
$SQL = 'SELECT mov_trailer FROM vl_item WHERE id="' . $movie . '"';
$res = mysql_query($SQL);
if (@mysql_num_rows($res) > 0) { $trailer = mysql_fetch_array($res); }
echo('<embed src="' . $trailer["mov_trailer"] . '" width=480 height=280 autoplay=true controller=true cache=true kioskmode=true></embed>');
<?php
echo('<embed src="' . $trailer["mov_trailer"] . '" width=480 height=280 autoplay=true controller=true cache=true kioskmode=true></embed>');
?>
<embed src="/videoland_final/video/<?=$trailer["mov_trailer"]>" width=480 height=280 autoplay=true controller=true cache=true kioskmode=true></embed>
<HTML>
<HEAD>
<TITLE>Trailer</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY leftmargin="0" topmargin="0">
<font size=" "></font>
<embed src="../video/<?=$trailer['mov_trailer']?>" width=480 height=280 autoplay=true controller=true cache=true kioskmode=true></embed>
</BODY>
</HTML>
<?php
@mysql_connect(localhost, "", ""); // hier heb ik mijn gegevens gewist
mysql_select_db("videoland");
$movie = $_GET['id'];
$SQL = 'SELECT mov_trailer FROM vl_item WHERE id="' . $movie . '"';
$res = mysql_query($SQL);
if (@mysql_num_rows($res) > 0) {
$trailer = mysql_fetch_array($res);
}
?>
<HTML>
<HEAD>
<TITLE>Trailer</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY leftmargin="0" topmargin="0">
<font size=" "></font>
<embed src="/videoland_final/video/<?=$trailer["mov_trailer"]; ?>" width=480 height=280 autoplay=true controller=true cache=true kioskmode=true></embed>
</BODY>
</HTML>
<HTML>
<HEAD>
<TITLE>Trailer</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY leftmargin="0" topmargin="0"> <font size=" "></font>
<embed src="/videoland_final/video/<?=$trailer["mov_trailer"]; ?>" width=480 height=280 autoplay=true controller=true cache=true kioskmode=true></embed>
</BODY>
</HTML>