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

How to add, mp4, f4v and flv very important


I cant seem to get all the of the formats flv, mp4, f4v to play in the same playlist. Z
You sent me a link which did not tell me anything. I thought you were suppose to play many different formats.

Please no more links to reference because , its not helping me at all
.
Here is my code:

What should I add and where to the code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://jwpsrv.com/library/aRXArLMdEeKWdyIACpYGxA.js"></script>
</head>
<body>
<div id="myElement"></div>
<script>jwplayer("myElement").setup({
playlist: [{
file: "http://d1hklqn6tu55nl.cloudfront.net/Promo-60-sec-1.mp4",
image: "http://getyourfirstmortgage.com/godstreaming/uploads/videothumb/2_11_20140620055631.jpg",
title: "",
description: "TESTING WITH SANDIP"
},{
file: "http://d1hklqn6tu55nl.cloudfront.net/MekoEure-bible-9-21-2011.flv",
image: "http://getyourfirstmortgage.com/godstreaming/uploads/videothumb/2_14_20140620072145.jpg",
title: "",
description: "meko"
},{
file: "http://d1hklqn6tu55nl.cloudfront.net/sample.f4v",
image: "http://getyourfirstmortgage.com/godstreaming/uploads/videothumb/2_17_20140620074912.png",
title: "",
description: "sample"
},{
file: "http://d1hklqn6tu55nl.cloudfront.net/how-to-send-email-campagin.avi",
image: "http://getyourfirstmortgage.com/godstreaming/uploads/videothumb/2_16_20140620074840.png",
title: "",
description: "howto"
},],
width: 700,
height: 240,
listbar: {
position: "right"
}
});
</script>
</body></html>

Kirt Eure..

1 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Why would you need flv/f4v/mp4? In this day and age, just one file, mp4, will work everywhere / give you the most compatibility across Flash and HTML5 alike.

This question has received the maximum number of answers.