jwplayer("vplayer").setup({
sources: [{file:"server-url",label:"480p"}],
image: "server.com/img.jpg",
width: "100%",
height: "100%",
stretching: "uniform",
duration: "5931",
preload: 'auto',
androidhls: "true",
hlshtml: "true",
primary: "html5",
startparam: "start"
});
I want to fetch file and image in php code from javascript code
I think you can't able to assign directly to the php variable.
what i have done i my project get the javascript variable value and create a hidden input like(<input input ="file" class="file" name ="file" value="" >) and using $(".file").val(image); this i get the value.else u need to send those value to another page using ajax