Hi All,
Video is not playing I have tried with HTML video tag its working perfect but not play with setup function.
Please see my code
=====================================
function setup_player( containerId )
{
var url ="http://content.jwplatform.com/videos/Agee1j9F.mp4";
jwplayer(container_id).setup({
flashplayer: 'player.swf',
file:url,
height: 400,
width: 600,
'plugins': { 'viral-2': {'oncomplete':'False','onpause':'False','functions':'All'} }
});
}
==================================
Please check is there any problems with my code ?
Thanks.
↧