Code pour rajouter des fichier
nala69
Messages postés
142
Date d'inscription
Statut
Membre
-
RAD ZONE Messages postés 5362 Statut Contributeur -
RAD ZONE Messages postés 5362 Statut Contributeur -
Bonjour,
salut a tous voila mon site http://89.158.167.100/video/video.htm je voudrait savoir comment rajouter des video sur la meme page avoir un petit menu quoi merci
salut a tous voila mon site http://89.158.167.100/video/video.htm je voudrait savoir comment rajouter des video sur la meme page avoir un petit menu quoi merci
Configuration: Windows Vista Internet Explorer 7.0
A voir également:
- Code pour rajouter des fichier
- Fichier epub - Guide
- Fichier bin - Guide
- Code ascii - Guide
- Fichier rar - Guide
- Fichier .dat - Guide
3 réponses
nala69
Messages postés
142
Date d'inscription
Statut
Membre
1
et je men sert comment??
nala69
Messages postés
142
Date d'inscription
Statut
Membre
1
merci pour ce fichier peut tu m'explique comment il fonctionne stp merci
le code que tu dois mettre dans ta page
ET POUR LA PLAYLIST
TU MET LE TITRE le creator si tu veux ou tu enleve
ET LE LIEN VERS TON FLV a la place de "video.flv"
ensuite tu envois tout meme le swfobject.js sur ton serveur !! c est tout
<html>
<head>
<script type="text/javascript" src="swfobject.js"></script> <!--CELUI LA DANS LES HEAD-->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">
<!--
body {
background-color: #666666;
}
-->
</style></head>
<body>
<h3 align="center">playlist file, with different colors:</h3>
<!--CELUI LA POUR LE PLAYER DEBUT->
<p align="center" id="player2"><a href="https://get.adobe.com/flashplayer/">Get the Flash Player</a> to see this player.</p>
<script type="text/javascript">
var s2 = new SWFObject("mediaplayer.swf","playlist","300","312","7");
s2.addParam("allowfullscreen","true");
s2.addVariable("file","playlist.xml");
s2.addVariable("displayheight","200");
s2.addVariable("backcolor","0x000000");
s2.addVariable("frontcolor","0xCCCCCC");
s2.addVariable("lightcolor","0x557722");
s2.write("player2");
</script>
<!--CELUI LA POUR LE PLAYER FIN-->
</body>
</html>
ET POUR LA PLAYLIST
TU MET LE TITRE le creator si tu veux ou tu enleve
ET LE LIEN VERS TON FLV a la place de "video.flv"
<playlist version="1" xmlns="http://xspf.org/ns/0/"> <trackList> <track> <title>Afraid</title> <creator>Jeroen Wijering</creator> <location>video.flv</location> <info></info> </track> <track> <title>Afraid (again)</title> <creator>Jeroen Wijering</creator> <location>video.flv</location> <info></info> </track> <track> <title>Afraid (once again)</title> <creator>Jeroen Wijering</creator> <location>video.flv</location> <info></info> </track> </trackList> </playlist>
ensuite tu envois tout meme le swfobject.js sur ton serveur !! c est tout