修改:找到解决方案How to detect click event in iframe using jquery
我想要让很多人从我的网站上观看我的YouTube视频。我怎样才能做到这一点? 我试图绑定click,mouseup&在iframe的mousedown。但它不起作用。 我也无法绑定嵌入标签中的任何内容。 我的通话功能将数据发送到我的谷歌分析
我似乎无法控制iframe。如果我点击我的Ifram的边框,它可以正常工作。
由于
<iframe class="border-frame" src="https://www.youtube.com/embed/cQqRX0GC_6I?list=RDcQqRX0GC_6I" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen (mousedown)="logit()"></iframe>
<embed class="border-frame" src=https://www.youtube.com/embed/cQqRX0GC_6I?list=RDcQqRX0GC_6I">