document.write("
"); $(function(){ var init_page_video=0; var player = new Aliplayer({ id: "player-con-1892", source: "", width: "280px", height: "210px", cover: "", /* 设置封面时需要将 autoplay 和 preload 设置为 false */ autoplay: false, preload: false, language: "zh-cn", isLive: false }, function (player) { }); player.on('play',function(e){ if(init_page_video==0){//记录播放次数 $.ajax({ type: 'GET', dataType: 'text', url:'ajax_video_get.php', data:{action:'play',id:1892}, error: function (XMLHttpRequest, textStatus, errorThrown) { }, success: function (msg){ } }); init_page_video=1; } }); });