GTAOnline.net
Forum GTAOnline => Discussions générales => Internet - Informatique => Discussion démarrée par: cristab le 26 Octobre 2009, 23:46:13
-
Voici le code que j'ai reussit pour obtenir un resultat pas trop mal
<?php
$lien = 'http://lzrteam.fr/video/suivant.flv';//lien de la video en .flv
$titre = 'suivant';//titre de la video
$colorfont = '#000';//couleur du fond de la page
/*Debut du script*/
?>
<HTML>
<HEAD>
<TITLE><?php print("$titre");?></TITLE>
</HEAD>
<BODY bgcolor="<?php print("$colorfont");?>">
<center>
<h2><font color=FFFFFF><?php print("$titre");?></font></h2>
<table class="maeva" style="width: 480px;" id="sae1" border="0" cellpadding="0" cellspacing="0">
<tbody><tr><td style="width: 480px; height: 360px;" colspan="2" id="saeva1">
<object style="visibility: visible;" id="aevid1" data="http://www.archive.org/flow/FlowPlayerLight.swf?config={embedded:true,showFullScreenButton:true,showMuteVolumeButton:true,showMenu:true,autoBuffering:false,autoPlay:false,initialScale:'fit',menuItems:[false,false,false,false,true,true,false],usePlayOverlay:false,showPlayListButtons:true,playList:[{url:'<?php print("$lien");?>'}],controlBarGloss:'high',showVolumeSlider:true,loop:false,controlBarBackgroundColor:'0x808080'}" type="application/x-shockwave-flash" width="480" height="360"><param value="transparent" name="wmode"><param value="high" name="quality"><param value="true" name="allowFullScreen"><param value="never" name="allowScriptAccess"><param value="http://www.macromedia.com/go/getflashplayer" name="pluginspage"><param value="false" name="autoplay"><param value="false" name="autostart"></object>
<script type="text/javascript"><!-- // --><![CDATA[
swfobject.embedSWF("http://www.archive.org/flow/FlowPlayerLight.swf?config={embedded:true,showFullScreenButton:true,showMuteVolumeButton:true,showMenu:true,autoBuffering:false,autoPlay:false,initialScale:'fit',menuItems:[false,false,false,false,true,true,false],usePlayOverlay:false,showPlayListButtons:true,playList:[{url:'<?php print("$lien");?>'}],controlBarGloss:'high',showVolumeSlider:true,loop:false,controlBarBackgroundColor:'0x808080'}", "aevid1", "480", "360", "9", aeinst, {}, aevams);
// ]]></script></td></tr>
<tr><td class="aeva_t"></td><td class="aeva_q" id="aqc1"></td></tr></tbody></table></div>
<br><br>
</center>
</BODY>
</HTML>
resultat visible ici http://lzrteam.fr/video/suivant.php (http://lzrteam.fr/video/suivant.php)
petit code rapide mais on peu faire pas mal de chose avec ceci ;)
-
Dsl pas le temps je test ça ce week et je te dit quoi ce week
Je modiferais mon mess si personne repond apres ^^