<div class="player"><iframe src="http://player.vimeo.com/video/<?= $vimeo;?>?title=0&byline=0&portrait=0&color=abcc16&autoplay=0" width="150" height="150" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></div>
当我单击 html 页面上显示的视频的播放按钮时,如何在同一页面上打开一个带有交叉(x)的弹出窗口?并且它必须在用户点击它之前在视频窗口上显示观看视频。我目前在 php 中使用上述代码在浏览器中显示框架窗口。