2016-03-23 18 views
0

Galerim için fantezi kutusu kullandım. Galeri resmini tıkladığımda, ışık kutusunda görüntü ve başlık görüntülenecektir. Ama ses dosyam çalışmıyor.Fancybox'ta ses dosyası nasıl oynatılır?

<a class="fancybox-thumbs" title="mytitle" data-fancybox-group="thumb" href="4_b.jpg" 
audio-html="<audio autoplay='autoplay' controls='controls'><source src='https://archive.org/download/melody2007/bandaamorperfeito-aovivo-01-lovelouco.mp3'/></audio>"><img src="4_s.jpg" alt="" /></a> 

JAVASCRIPT

$('.fancybox-thumbs').fancybox({ 
    prevEffect : 'none', 
    nextEffect : 'none', 

    closeBtn : true, 
    arrows : true, 
    nextClick : true, 

    helpers : { 
     thumbs : { 
      width : 100, 
      height : 100 
     }, 
     title : { 
      type : 'inside' 
     }, 
     buttons : {} 
    }, 
    afterLoad : function() { 
     this.title; 
    } 
}); 
+1

tarayıcı tarafından alınan ses dosyası var mı? – guest271314

+0

tanımla 'ses dosyam çalışmıyor 'daha fazla bilgi ile lütfen –

+0

bu benim ses dosyam:' audio-html = " "' –

cevap

İlgili konular