"; //$("#flashcontent").append(contenuFlash); console.log( "page id " + id); var FO = { movie:"files/pano0.swf", width:widthViewPort, height:heightViewPort, majorversion:"7", build:"19", flashvars:"xml_file=g3e" + id + ".xml" }; UFO.create(FO, "flashcontent"); } function getInfoPhotoBulle( id ) { valeurindice = 0; $("#question").load("/ressources-interactives/jeux/photobulle/php/question.php", {'photobulle': page, 'result': valeurindice, 'id': 0, 'hotspot': id, 'questionUnique': questionUniqueVAL}, function(data, textStatus, jqXHR) { //Code supplémentaire ici... }); } function chargerConcepteur() { $("#accesConcepteur").load("/ressources-interactives/jeux/photobulle/php/acces_concepteur.php", function(data, textStatus, jqXHR) { //Code supplémentaire ici... if(data != '') { $("#accesConcepteur").removeClass('cache'); $("#zoneQuestionUnique").removeClass('cache'); } }); } //-->