0
我想當用戶點擊播放,首先看到一個圖像的鏈接,然後視頻播放他,我怎麼能做到這一點?圖像鏈接在第一個視頻 - jwplayer
這樣的鏈接:aparat
我的代碼
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: 'video.mp4',
width: 640,
height: 360,
title: 'Basic Video Embed',
description: 'A video with a basic title and description!',
primary: 'html5'
});
可能這個鏈接將幫助:https://support.jwplayer.com/customer/portal/articles/1407439-加入-預覽縮略圖 – Hitesh