mon controleur de musique n'apparait pas
Bonjour,
Quand je tape directement le lien dans le navigateur, ça fonctionne.
http://www.telimele.org/section_site/gauche_page.php
Mais le but est depuis la page d'accueil, côté gauche que le visiteur puisse jouer directement la musique. Voir sur le site. http://www.telimele.org
Mais ça ne fonctionne passe. Est ce à cause des includes ou autre ?
Fichier index.php
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
<!doctype html public "-//w3c//dtd xhtml 1.0 strict//en" http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<html>
<head>
<title>Amical des ressortissants de Telimele</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script language="javascript" type="text/javascript">
</script>
</head>
<body>
<div id="conteneur">
<?php include("section_site/entete_page.php"); ?>
<?php include("section_site/menuhorizontal_page.php"); ?>
<?php include("section_site/gauche_page.php"); ?>
<?php include("section_site/droite_page.php"); ?>
<?php include("section_site/debut_centrepage.php"); ?> <!--debut div centre -->
<?php include("section_site/fin_centrepage.php"); ?> <!-- fin div centre -->
<?php include("section_site/pied_page.php"); ?>
</div> <!-- fin div conteneur -->
</body>
</html> |
fichier gauche_page.php
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| <!doctype html public "-//w3c//dtd xhtml 1.0 strict//en" http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<html>
<head>
<title>Amical des ressortissants de Telimele</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script language="javascript" type="text/javascript">
</script>
</head>
<body>
<div style="position:absolute;width:144px;height:100px;left:0px;top:245px;background-color:#006633;">
<table cellSpacing="2" cellPadding="1" border="0" style="width:144px;height:60px;border-collapse:collapse;">
<tr><td> <font color="#0000CC"><b><u>Music</u></b></font> </td></tr>
<tr><td> <object type="application/x-shockwave-flash" data="dewplayer-multi.swf?mp3=Legamp3.mp3&showtime=1&bgcolor=#CCCC00"
width="60" height="20">
<param name="movie" value="dewplayer-multi.swf?mp3=Legamp3.mp3&showtime=1&bgcolor=#CC0000" /></object>
</td></tr>
</table>
</div>
</body>
</html> |
Merci pour votre aide