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

no player shows JW7


tengo el problema que no carga el reproductor.
según en su documentos todo continua igual sin cambios.
dejo una muestra de como tengo todas mis entradas configuradas.


<div id="CatchMeIfYouCanMVKV">Cargando Vídeo</div>
<script type="text/javascript">jwplayer("CatchMeIfYouCanMVKV").setup({
playlist: [{
image: "/wp-content/uploads/2015/04/CatchMeIfYouCanMVKV01.jpg",
primary: "flash",
sources: [
{ file: "https://youtu.be/b09U0KLv6I4" },
],
tracks: [
{ file: "/srt/GirlsGeneration/CatchMeIfYouCan.kor/vtt/En.vtt", label: "Ingles", kind: "subtitles" },
{ file: "/srt/GirlsGeneration/CatchMeIfYouCan.kor/vtt/Es.vtt", label: "Español", kind: "subtitles" },
{ file: "/srt/GirlsGeneration/CatchMeIfYouCan.kor/vtt/Ko.vtt", label: "Coreano", kind: "subtitles" },
{ file: "/srt/GirlsGeneration/CatchMeIfYouCan.kor/vtt/Ro.vtt", label: "Romanji", kind: "subtitles" },
] }],
skin: "/jwplayer/sk/stormtrooper.xml",
captions: { back: false, fontsize: 12, color: '00ccff' },
logo: { file: "/1/X70.png", hide: "true", link: "http://alukard999.tk" },
abouttext: "by alukard999 ★ Ver." + jwplayer.version,
aboutlink: "http://alukard999.tk",
width: "100%",
aspectratio: "16:9",
sharing: { heading: "Compartir Video", link: "http://alukard999.tk/?p=5654" },
related: { heading: "Videos Relacionados", file: "/jwplayer/videosk14.xml", onclick: "play" },
});
</script>


the only thing I have on my server are the images and subtitles
Also it should be mentioned not use plugin, but direct implementation of jw7

2 Community Answers

Todd

JW Player Support Agent  
0 rated :

Su ejemplo de código está trabajando para mí. ¿Estás viendo un mensaje de error? ¿Puede proporcionar un enlace a una página donde pueda ver el error?

edgar_edi

User  
0 rated :

Hello, first thank you very much for the continued support.

I'll explain more clearly:

I have the JW6 and works well without any problem until today.
in the bulletin of JW they indicate that the JW7 and has many performance improvements and is better than no cost.

I download it for uploading to the server # 2, where I share my web site JW for server No. 1

The steering of the change to the new JW6 the JW7, license update, wait a few minutes walk into any post and not the JW7 shown (loading video).

attempt with other Web browsers (IE11, Safari, Maxthon, Mozilla, Opera, Android browser, and UCBrowser) JW7 not load.

I understand that is a Beta but my doubt is possible to go directly vercion future without having to change my settings because they are more than 250 entries.

for my change to JW7 and I discuss what's wrong.

This is basically my overall template: -----

<div id="NOMBREDELVIDEO">Cargando Vídeo</div>
<script type="text/javascript">jwplayer("NOMBREDELVIDEO").setup({
playlist: [{
image: "EJEMPLO.png",
title: "MI TITULO; DE ESTE VIDEO",
primary: "flash",
sources: [
{ file: "http://www.youtube.com/watch?v=xxxxx" },
],
tracks: [
{ file: "/En.srt", label: "Ingles", kind: "subtitles", },
{ file: "/Es.srt", label: "Español", kind: "subtitles" default: "true" },
{ file: "/Ko.srt", label: "Coreano", kind: "subtitles" },
{ file: "/Ja.srt", label: "Japones", kind: "subtitles" },
{ file: "/KoRo.srt", label: "Coreano Rōmaji", kind: "subtitles" },
{ file: "/JaRo.srt", label: "Japones Rōmaji", kind: "subtitles" },
{ file: "/Zh-Hans.srt", label: "Chino (Simplificado)", kind: "subtitles" },
{ file: "/Zh-Hant.srt", label: "Chino (Tradicional)", kind: "subtitles" },
] }],
skin: "/jwplayer/sk/stormtrooper.xml",
captions: { back: false, fontsize: 12, color: '00ccff' },
logo: { file: "/1/X70.png", hide: "true", link: "http://alukard999.tk" },
abouttext: "by alukard999 ★ Ver." + jwplayer.version,
aboutlink: "http://alukard999.tk",
width: "100%",
aspectratio: "16:9",
sharing: { heading: "Compartir Video", link: "http://alukard999.tk/?p=" },
related: { heading: "Videos Relacionados", file: "/jwplayer/videosk14.xml", onclick: "play" },
});
</script>

thanks for your help...

NOTE: You will not speak or write English, my apologies for any misspelling.

This question has received the maximum number of answers.