Bonsoir à tous,
Je tente de faire passer un swf dans une fancybox.
Ma fancybox s'affiche bien.
Mais elle est vide.
Pourquoi ?
Avez-vous une idée ?
Pouvez-vous m'aider svp ?
Voic le javascript (une partie)
Voici le html (en partie) :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14 $(".fancyboxVideo").fancybox({ openEffect : 'none', closeEffect : 'none', padding: ['0px', '0px', '0px', '0px'], width: '402px', scrolling: 'no', type : 'swf', swf : { wmode: 'transparent', allowfullscreen : 'true', allowscriptaccess : 'always' } });
Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 <div class="pub"> <div style="float:left; width:113px;"> <img src="diamants/presse/logos/logo_rtl.jpg" width="105" height="70" alt="la_presse_parle_de_celinni"> </div> <div style="float:left; width:189px; margin-left:10px;"> <p class="revue">RTL <span class="parution">(Novembre 2013)</span></p> <p>"Tous les diamants sont exceptionnels"</p> <a href="http://www.rtl.fr/video/timeline/david-sussman-tous-les-diamants-sont-exceptionnels-7766770970" target="_blank"> <div class="boutonpaniersimple">Voir le site</div></a> <a class="fancyboxVideo" href="diamants/presse/videos/20131114RTLTouslesdiamantssontexceptionnels480ST.flv" alt="video" style="border:0px;"> <div class="boutonpaniersimple">Voir la vidéo</div></a> </div> <div style="clear:both;"></div> </div>
Partager