我正在使用fancyVideo灯箱(http://chadly.net/demos/video-lightbox.html)在点击链接时显示灯箱和YouTube视频。
见编码:
<div class="messageContainer" div id="watch_video">
<div class="containerWarning3" style="color:#f96f00">
<center><h2>Watch <a href="http://www.youtube.com/watch?v=gVLt2dMKx6k&feature=aso" rel="fancyvideo">this funny video</a> It is a good watch</h2></center>
</div>
</div>
但我现在想要在页面加载时出现灯箱,即不需要点击观看视频链接。选项?想法?
谢谢。
答案 0 :(得分:0)
您必须通过jQuery触发该功能:
// .load() waits for EVERYTHING to load.
// .ready() waits for the document to be ready (i.e. not all the images have to be loaded).
// Swap them and see what happens.
$(document).load(function() {
your_lightbox_trigger_function();
});
但是,假设它甚至可以触发Flash视频来播放jQuery。我真的不知道它是不是