Warning: include(./../../../config.php) [function.include]: failed to open stream: No such file or directory in /home/mediavb/www/dhtml/video_flottante/script_wmp.php on line 14
Warning: include() [function.include]: Failed opening './../../../config.php' for inclusion (include_path='.:/usr/share/php5') in /home/mediavb/www/dhtml/video_flottante/script_wmp.php on line 14
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'SERVEURVIRTUA' (1) in /home/mediavb/www/dhtml/video_flottante/script_wmp.php on line 15
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/mediavb/www/dhtml/video_flottante/script_wmp.php on line 16
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'SERVEURPERSO' (1) in /home/mediavb/www/dhtml/video_flottante/script_wmp.php on line 17
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/mediavb/www/dhtml/video_flottante/script_wmp.php on line 18
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/mediavb/www/dhtml/video_flottante/script_wmp.php on line 19
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/mediavb/www/dhtml/video_flottante/script_wmp.php on line 20
//< !--
// déplacement et redimension de la page
window.moveTo(0, 0);
var w = screen.availWidth;
var h = screen.availHeight;
window.resizeTo(w, h);
if ( document.getElementById ) {
pub_offset_x = 0;
pub_offset_y = 0;
pub_hauteur = 0;
pub_surface = 0;
pub_x = 1;
pub_y = 1;
}
function make_random() {
num_random = Math.round(Math.random() * 4);
num_random++;
return(num_random);
}
function demarrage_video() {
if ( document.all ) {
lar_ecran = document.body.clientWidth - 190;
hau_ecran = document.body.clientHeight - 315;
} else {
lar_ecran = window.innerWidth - 190;
hau_ecran = window.innerHeight - 315;
}
if ( document.getElementById ) {
if ( pub_surface > lar_ecran ) { pub_x = ( -(make_random()) ); }
if ( pub_surface < pub_offset_x ) { pub_x = make_random(); }
document.getElementById("LAYERHTML").style.left = ( pub_surface = pub_surface + pub_x ) + "px";
document.getElementById("LAYERHTML").style.top = ( pub_hauteur += pub_y ) + pub_offset_y + "px";
if ( pub_hauteur > hau_ecran ) { pub_y = ( -(make_random()) ); }
if ( pub_hauteur < 0 ) { pub_y = make_random(); }
tempo = setTimeout('demarrage_video()', 50);
}
}
function arret_video() {
clearTimeout(tempo);
}
function make_offset() {
if ( navigator.appName == "Microsoft Internet Explorer" ) { pub_offset_y = document.body.scrollTop; }
}
function closePopup()
{
document.getElementById("LAYERHTML").style.visibility="hidden";
}
document.write('