hello
j'aimerais faire une baniere rotative qui affiche une pub en flash aléatoirement au chargement des pages.
mais competence sont minimes.....
j'ai trouvé ce script qui marche bien mais les flash ne sont plus cliquable!!!!
merci de votre aide
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="cabarete-dr.com";
alt="";
banner="http://photomaniak.com/upload/out.php/i1118563_kayak.swf";
width="505";
height="155";
}
if (ad==2) {
url="cabarete-dr.com";
alt="";
banner="http://photomaniak.com/upload/out.php/i1118594_park30et40.swf";
width="505";
height="155";
}
if (ad==3) {
url="cabarete-dr.com";
alt="";
banner="http://photomaniak.com/upload/out.php/i1119704_KKKKK.swf";
width="505";
height="155";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<embed src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->
</script>
j'aimerais faire une baniere rotative qui affiche une pub en flash aléatoirement au chargement des pages.
mais competence sont minimes.....
j'ai trouvé ce script qui marche bien mais les flash ne sont plus cliquable!!!!
merci de votre aide
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="cabarete-dr.com";
alt="";
banner="http://photomaniak.com/upload/out.php/i1118563_kayak.swf";
width="505";
height="155";
}
if (ad==2) {
url="cabarete-dr.com";
alt="";
banner="http://photomaniak.com/upload/out.php/i1118594_park30et40.swf";
width="505";
height="155";
}
if (ad==3) {
url="cabarete-dr.com";
alt="";
banner="http://photomaniak.com/upload/out.php/i1119704_KKKKK.swf";
width="505";
height="155";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<embed src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->
</script>