我的网站和移动设备上有一个 Brightcove 视频集成我想隐藏视频,然后当用户单击链接时,它应该打开视频并开始播放。
HTML
<div id="video_player"><!-- brightcove player goes here --></div>
<script>
BCL.addPlayer('video_player', '2327273222001');<!-- 'id' of target div, Brightcove Asset ID -->
</script>
<a class="test" onClick="" href="#">Test</a>
http://machinas.com/wip/hugoboss/brightcove/
是否有捷径可寻?