bonjour a vous , voila je fait ma gallerie photos avec picsengine , j'ai telecharger le dewplayer sur votre site , et les mis a la racine de ma gallerie , apres j'ai recuperer le code sur votre site , et les mis dans mon fichier index.php , le probleme , c'est que je ne vois rien apparaitre sur ma gallerie , est 'il possible , d'avoir un pti coup de main s'il vous plait ....
voici ou j'ai incerer le code
merci pour votre aide
Modifié par patoche (14 Jan 2008 - 12:19)
voici ou j'ai incerer le code
<?php
define("cROOT","admin/");
require_once(cROOT."library/Core.php");
$core = new Core(cROOT);
$core->loadCon
f();
?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/HTML; charset=iso-8859-15" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Language" content="fr" />
<!-- page title -->
<title><?php echo $core->conf->getInfo('title'); ?> (Powered by PicsEngine 2 Beta)</title>
<?php
if ($core->conf->getInfo('defaultRSS') > 0) {
?>
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="<?php echo $core->config['gallery']."feed/?id=".$core->conf->getInfo('defaultRSS'); ?>" />
<?php
}
?>
<style type="text/css" media="screen">
html {
height: 100%;
overflow: hidden;
}
body {
height: 100%;
margin: 0;
padding: 0;
}
</style>
<script type="text/javascript" charset="utf-8">
function saveUrl(u) {
window.open(u,"_self");
}
function getUrl() {
return window.location.toString();
}
</script>
</head>
<body>
<object type="application/x-shockwave-flash" data="picsengine2.swf" width="100%" height="100%">
<param name="movie" value="picsengine2.swf" />
<param name="bgcolor" value="#hey " />
</object>
<object type="application/x-shockwave-flash" data="dewplayer.swf?mp3=ici j'ai mis mon lien vers le son " width="200" height="20">
<param name="movie" value="dewplayer.swf?mp3=ici j'ai mis mon lien vers mon son" />
</object>
<iframe style="width:0px;height:0px;border:0;padding:0;margin:0;" src="" name="iframeGet" id="iframeGet"></iframe>
</body>
</html>
merci pour votre aide
Modifié par patoche (14 Jan 2008 - 12:19)