Du normal au pleint écrand????
chama9ma9
Messages postés
7
Statut
Membre
-
ThEBiShOp Messages postés 9307 Date d'inscription Statut Contributeur Dernière intervention -
ThEBiShOp Messages postés 9307 Date d'inscription Statut Contributeur Dernière intervention -
Bonjour,
j'ai un site de difusion de films en streaming dont voila l'adresse
www.cinestar.tk
mais le probleme c que quand on regarde un film on ne peut pas le voir en pleint écrand
alors j'aimerais bien si pous pouvez me donner un code à ajouter dans ma page file.html
pour qu'on puisse voire les films en pleint écrand
voilà le code de file.htm
et merçi bcp
j'ai un site de difusion de films en streaming dont voila l'adresse
www.cinestar.tk
mais le probleme c que quand on regarde un film on ne peut pas le voir en pleint écrand
alors j'aimerais bien si pous pouvez me donner un code à ajouter dans ma page file.html
pour qu'on puisse voire les films en pleint écrand
voilà le code de file.htm
<tr>
<td width="20%" valign="top">
<?php include("menu.html"); ?>
</td>
<td width="80%" valign="top">
<div class="filebox">
<div class="fileboxheader">
<a href="<?php echo $siteurl;?>" class="contentheaderlink"><?php echo $sitename; ?></a> > <a href="<?php echo $categoryurl; ?>" class="contentheaderlink"><?php echo $categoryname; ?></a> > <?php echo $fileTitle; ?>
</div>
<div class="boxestext">
<center>
<p>
<!-- Load File -->
<?php
if ($filewidth>$maxfilewidth || $fileheight>$maxfileheight) {
?>
<a href="#" onClick=window.open("<?php echo $siteurl; ?>/file.php?f=<?php echo $fileId; ?>&a=popup","","width=<?php echo $filewidth; ?>,height=<?php echo $fileheight; ?>,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0")>Open this file in new window</a>
<?php
} else {
displayfile($filename,$filewidth,$fileheight,$filetype,$filelocation,$customcode);
}
?>
<!-- End Load File -->
</p>
<p> </p>
</center>
</div>
</div>
<div class="filebox">
<div class="fileboxheader">
معلومات المقطع <?php if ($userGroup == '2') { ?>[<a href="<?php echo $siteurl;?>/admin/index.php?action=editgame&gameid=<?php echo $fileId; ?>" class="contentheaderlink">تعديل الملف</a>]<?php } ?>
</div>
<table border="0" width="98%" class="boxestext">
<tr>
<td width="50%" valign="top">
<b>العنوان:</b> <?php echo $fileTitle; ?><br />
<b>الوصف:</b> <?php echo $filedescription; ?><br />
<b>المشاهدات:</b> <?php echo number_format($timesplayed); ?> times
</td>
<td width="50%" valign="top">
<b>التقييمات:</b> <img src="<?php echo $siteurl; ?>/images/stars<?php echo $filerating; ?>.gif" border="0" width="67" height="15" alt="<?php echo $filerating; ?>" title="<?php echo $filerating; ?>"><br />
<?php if ($ratewho == '2' && $userStatus == '1' || $ratewho == '1') { ?>
<a href="#" onClick=window.open("<?php echo $siteurl; ?>/file.php?f=<?php echo $fileId; ?>&action=rate","","width=200,height=100,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0")><b>التقييم</b></a><br />
<?php } ?>
<?php if ($userStatus == '1') { ?>
<a href="<?php echo $siteurl; ?>/file.php?f=<?php echo $fileId; ?>&action=makefavourite" target="_self">اضف للمفضلة</a><br />
<?php } ?>
<?php if ($tellfriend == '1') { ?>
<a href="#" onClick=window.open("<?php echo $siteurl; ?>/file.php?f=<?php echo $fileId; ?>&action=tellfriend","","width=300,height=350,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0")>ارسل لصديقك</a>
<?php } ?>
</td>
</tr>
</table>
</div>
<?php if($commentson == '1') { ?>
<div class="filebox">
<div class="fileboxheader">
التعليقات: <?php if ($userGroup == '2') { ?>[<a href="<?php echo $siteurl;?>/admin/index.php?action=comments&fid=<?php echo $fileId; ?>" class="contentheaderlink">تحرير التعليقات</a>]<?php } ?>
</div>
<div class="boxestext">
<?php displaycomments($fileId); ?>
<?php if ($commentwho == '2' && $userStatus == '1' || $commentwho == '1') { ?>
<script language='javascript'>
<!--
function addsmilie(code)
{
document.form.message.value += code;
//return true;
}
//-->
</script>
<br />اضف تعليقك:
<br /><a href="javascript:addsmilie(' :) ')"><img src="<?php echo $siteurl; ?>/images/happy.gif" border=0 alt="Happy" title="Happy"></a> <a href="javascript:addsmilie(' :( ')"><img src="<?php echo $siteurl; ?>/images/sad.gif" border=0 alt="Sad" title="Sad"></a> <a href="javascript:addsmilie(' ;) ')"><img src="<?php echo $siteurl; ?>/images/wink.gif" border=0 alt="Wink" title="Wink"></a> <a href="javascript:addsmilie(' :@: ')"><img src="<?php echo $siteurl; ?>/images/@.gif" border=0 alt="@" title="@"></a> <a href="javascript:addsmilie(' :8 ')"><img src="<?php echo $siteurl; ?>/images/cool.gif" border=0 alt="Cool" title="Cool"></a> <a href="javascript:addsmilie(' :wave: ')"><img src="<?php echo $siteurl; ?>/images/wave.gif" border=0 alt="Wave" title="Wave"></a> <a href="javascript:addsmilie(' :think: ')"><img src="<?php echo $siteurl; ?>/images/think.gif" border=0 alt="Hmm..." title="Hmm..."></a> <a href="javascript:addsmilie(' :clap: ')"><img src="<?php echo $siteurl; ?>/images/clap.gif" border=0 alt="Clap hands" title="Clap hands"></a>
<form action="<?php echo $siteurl; ?>/file.php?f=<?php echo $fileId; ?>&action=addcomment" method="post" name="form" onsubmit="return verify()">
<textarea name="message" rows="5" cols="50"></textarea><br>
<input type="submit" name="submit" value="Add Comment">
</form>
<?php } else { echo "<b>يرجى تسجيل الدخول حتى تتمكن للتعليق</b>"; } ?>
</div>
</div>
<?php } ?>
<?php if ($addtoyourwebsite == '1') { ?>
<div class="filebox">
<div class="fileboxheader">
اضف هذا المقطع لموقعك:
</div>
<div class="boxestext">
<textarea name="Addthisgametoyourwebsite" rows="3" cols="50"><img src = "<?php echo $siteurl; ?>/files/image/<?php echo $icon; ?>" border="0"><br /><a href="<?php echo fileurl($fileId,$fileTitle); ?>"><?php echo $fileTitle; ?></a></textarea>
</div>
</div>
<?php } ?>
<?php if ($relatedfiles == '1') { ?>
<div class="filebox">
<div class="fileboxheader">
مقاطع ذات صلة
</div>
<div class="boxestext">
<table width="300" border="0">
<?php relatedfiles($filecategory, $fileId); ?>
</table>
</div>
</div>
<?php } ?>
</td><script type="text/javascript"><!--
google_ad_client = "pub-4328445353735296";
/* 468x60,sushi-man */
google_ad_slot = "6408508259";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</tr>
et merçi bcp
A voir également:
- Du normal au pleint écrand????
- Remettre clavier normal android - Guide
- Comment revenir à l'écran normal ? - Guide
- Voir dépistage des pannes et entretien normal du guide utilisateur - Forum Imprimante
- Film avec une star et une fille normal - Forum Cinéma / Télé
- Iphone 14 normal - Guide