uanble to play video on mobile if the video is a stream from database, my code is below
use jw
jwplayer.key = "***************=";
Loading the player...
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: "https://max-staging.global.anz.com/News/MaxCMSVideos/MAXCMS-93-8941_MarkB.mp4",
image: "http://img.zidafone.com/test.jpg",
width: 640,
height: 360,
title: 'Beautiful man',
flashplayer: "scripts/jwplayer.flash.swf",
description: 'This is the most beautiful woman in the world, do you agree?'
});
↧