Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Preview videos from the cache


Hi,
Is it possible to not show a preview in the form of a picture, and to preview loaded automatically from the cache, 1 or 3 seconds for example. For example as implemented in the player DLE CMS.
Is it possible? how to implement it?

Now I have the code:

<div id="myElement">Loading the player...</div>
<script>
var playerInstance = jwplayer("myElement");
playerInstance.setup({
sources: [{
file: "[xfvalue_video-720]",
label: "720p",
type: "video/mp4",
"default": "true"
},{
file: "[xfvalue_video-480]",
label: "480p",
type: "video/mp4"
},{
file: "[xfvalue_video-360]",
label: "360p",
type: "video/mp4"
}],
skin: {
name: "glow",
active: "#FF6F28",
inactive: "white",
},
width: "640",
height: "360"
});
</script>

Thanks for the answer.

1 Community Answers

George

JW Player Support Agent  
0 rated :

I don’t believe that is built in functionality. You could play and pause but that may not work on mobile.

This question has received the maximum number of answers.