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

JW Player 6 does not work with iPad


I am creating a playlist with JW6. Works great with all browsers, However in an iPad, only the first video appears, and the re is no playlist.
welcome suggestionns (or even, the specific code) to make it work on iPad.

Here is the code for a playlist with 2 videos.

bc.. <div id='my-video'></div>

<script type='text/javascript'>
jwplayer('my-video').setup({
flashplayer: "/jwplayer/jwplayer.flash.swf",

playlist: [

{ file: 'http://www.youtube.com/watch?v=mgFLJ0cuvR8',
image: "http://i2.ytimg.com/vi/mgFLJ0cuvR8/1.jpg",
title: ' Mejorando tu Vida - Habitos Familiares',
description: 'yada, yada 1',},

{ file: 'http://www.youtube.com/watch?v=-EvO9SBCys0',
image: "http://i2.ytimg.com/vi/-EvO9SBCys0/3.jpg",
title: ' Mejorando tu Vida - El Arte de Fluir',
description: 'yada, yada 2',},

],


'playlist.position': 'bottom',
'playlist.size': '180',
width: '480',
height: '540',
controlbar: 'true',
'controlbar': 'bottom',


});
</script>


100 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

You are using some V5 variables here, and things have changed for V6.

See here – http://www.longtailvideo.com/support/jw-player/28834/migrating-from-jw5-to-jw6

JW Player

User  
0 rated :

A happy Thanksgiving, and thanks for getting back to me.
I am overwhelmed by the options presented in our link.

Can you provide the code of an example (similar to my situation - Player with playlist) using JWPlayer 6 , that I can adapt to my need?, so that it would work on most browsers, on Pc's and Macs, and also on iPad and android devices? That would be really useful - Thanks

Ethan Feldman

JW Player Support Agent  
0 rated :

Np, thanks.

Try to change:

jwplayer(‘my-video’).setup({
flashplayer: “/jwplayer/jwplayer.flash.swf”,

playlist: [

{ file: ‘http://www.youtube.com/watch?v=mgFLJ0cuvR8’,
image: “http://i2.ytimg.com/vi/mgFLJ0cuvR8/1.jpg”,
title: ’ Mejorando tu Vida – Habitos Familiares’,
description: ‘yada, yada 1’,},

{ file: ‘http://www.youtube.com/watch?v=-EvO9SBCys0’,
image: “http://i2.ytimg.com/vi/-EvO9SBCys0/3.jpg”,
title: ’ Mejorando tu Vida – El Arte de Fluir’,
description: ‘yada, yada 2’,},

],

‘playlist.position’: ‘bottom’,
‘playlist.size’: ‘180’,
width: ‘480’,
height: ‘540’,
controlbar: ‘true’,
‘controlbar’: ‘bottom’,

To:

jwplayer(‘my-video’).setup({
playlist: [
{ file: ‘http://www.youtube.com/watch?v=mgFLJ0cuvR8’,
image: “http://i2.ytimg.com/vi/mgFLJ0cuvR8/1.jpg”,
title: ’ Mejorando tu Vida – Habitos Familiares’,
description: ‘yada, yada 1’,},
{ file: ‘http://www.youtube.com/watch?v=-EvO9SBCys0’,
image: “http://i2.ytimg.com/vi/-EvO9SBCys0/3.jpg”,
title: ’ Mejorando tu Vida – El Arte de Fluir’,
description: ‘yada, yada 2’,},
],
‘listbar’: ‘bottom’,
width: ‘480’,
height: ‘540’

JW Player

User  
0 rated :

Thanks again for getting back to me.

However.......

After replacing (copying and pasting the suggested code - and removing mine) the new code things got worse.

1) The playlist disappeared (in all browsers), and no change on the iPad.
2) Only the first video appears in a single player (no playlist)
3) The 'listbar' only shows when hovering over the video (assume I need to keep the listbar: true line??)

I would very much appreciate if you can take another look at the code and make another suggestion - Thanks

Ethan Feldman

JW Player Support Agent  
0 rated :

Can I see where this is running?

JW Player

User  
0 rated :

By all means.

http://gabypsicoterapeuta.com/TVJW-MV.htm

Again - I appreciate any help you can give me.

JW Player

User  
0 rated :


I forgot to include the www part - sorry

http://www.gabypsicoterapeuta.com/TVJW-MV.htm

JW Player

User  
0 rated :

I have a different issue - but similar enough I thought I would list it here. Let me know if it should be filed as a bug instead.

I have set up a playlist with the listbar at the bottom, and all works fine on the desktop. But on the iPad, I cannot across through the list of videos in the listbar - hence most of the videos cannot be accessed.

This is part of a private webpage, otherwise I would post the link here. If it would help, I can send a link privately.

JW Player

User  
0 rated :

Oops - I didn't realize this thread was so recent and was still in process. I didn't mean to interrupt!

Ethan Feldman

JW Player Support Agent  
0 rated :

@Jugney – Please send us a link.

@Leo – These are FLV files. FLV is Flash Video only. iPads / HTML5 won’t support them.

JW Player

User  
0 rated :

Dear LongTail

Thanks again for your reply, however....

1.) The FIRST video works very well on the iPad. What is missing is the PLAYLIST just below the player. All works very well on the PC on a variety of browsers.

2) All the video files listed are on YouTube. Is there a positive way to store them on YouTube and have them play on most browsers AND iPad (Both the player and the playlist showing) ???

3) I also have a number of audio files that work very well on most browsers ( both player and playlist) , however on the iPad, only the player appears (same as with my videos on the iPad) and not the playlist. The first audio file appears on the player, no playlist appears, in addition, in this case, the .jpg associated with the audio file is also missing (a black player with the play triangle appears, and works well with the first audio file) . In this instance, all the audio files are mp3, and the pictures are jpg and are hosted on the web server, so do not understand why it does not work on the iPad.

The files are online at: http://www.gabypsicoterapeuta.com/RadioJW-NC.htm

I would welcome positive responses to my dillema, as I really would like both the audio and the video files to work properly in the iPad world.



Thanks,

Leo

The code for the audio follows(note: I have included both the 'Head' and the 'Body' sections of the code. for your reference. I have also changed my JWplayer key being that this is posted on a public forum):

bc.. <!-- Start of code for JW Player to be placed in the <Head> section -->

<script src="/jwplayer/jwplayer.js"></script>
<script>jwplayer.key="I/lVrp1o5q+31K4RKyeR6F7COjx2H+xxxxxxxxxx=="</script>


<!-- End of code for JW Player to be placed in the <Head> section -->


<!-- Begining of code for JW Player to be placed in the <Body> section -->

<div id='my-video'></div>

<script type='text/javascript'>
jwplayer('my-video').setup({
flashplayer: "/jwplayer/jwplayer.flash.swf",
playlist: [

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Intimidad-(2010-01-12).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Intimidad-(2010-01-12).jpg',
title: 'Intimidad',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Confianza-Desconfianza-(2010-08-17).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Confianza-Desconfianza-(2010-08-17).jpg',
title: 'Confianza y Desconfianza',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-El-Si-y-el-No-(2010-05-11).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-El-Si-y-el-No-(2010-05-11).jpg',
title: ' El "Si" y el "No" ',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Ser-autentico-en-la-relacion-(2010-11-16).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Ser-autentico-en-la-relacion-(2010-11-16).jpg',
title: ' Ser Autentico en la Relacion ',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Antidotos-a-la-co-dependencia-(2010-07-13).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Antidotos-a-la-co-dependencia-(2010-07-13).jpg',
title: 'Antidotos a la co-dependencia',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Mitos-y-patrones-en-relaciones-de-parejas-(2010-06-15).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Mitos-y-patrones-en-relaciones-de-parejas-(2010-06-15).jpg',
title: 'Mitos y Patrones en Relaciones de Parejas',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-Nutricias-(2010-04-13).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-Nutricias-(2010-04-13).jpg',
title: ' Relaciones Nutricias',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-RelacionesToxicas-(2010-03-23).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-RelacionesToxicas-(2010-03-23).jpg',
title: ' Relaciones Toxicas',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Responsabilizarse-por-ti-mismo-(2010-09-28).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Responsabilizarse-por-ti-mismo-(2010-09-28).jpg',
title: ' Responsabilizarse por ti Mismo',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-que-Nutren-(2010-02-16).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-que-Nutren-(2010-02-16).jpg',
title: ' Relaciones que Nutren',
description: '',},

],
'playlist.position': 'bottom',
'playlist.size': '320',
primary: "flash",
width: '480',
height: '640',
controlbar: 'true',
"controlbar": "bottom",
});
</script>


<!-- End of code for JW Player to be placed in the <Body> section -->









Ethan Feldman

JW Player Support Agent  
0 rated :

Well, some of the variables that you are using here are for the V5 player, and are deprecated for the V6 player, that could cause issues – http://www.longtailvideo.com/support/jw-player/28834/migrating-from-jw5-to-jw6

JW Player

User  
0 rated :

Thanks for your prompt reply.

So if I remove JWplayer 6 and install the old version5 it should work??

I have read various times the document you have listed, and the info is overwhelming and confusing, as it does not contain a simple example such as my scenario. the document is targeted to folks who are familiar with your earlier versions of the JWPlayer. I am a new user, only interested in using W6 player ,so the document that talks about the conversion from 5 to 6 is even more confusing.

It would be better if you could show me the code needed for JWPlayer 6 for a player with a playlist that would work in most browsers AND the iPad.

I think that would reduce the amount of back and forth . And equally important, I am sure many of your users would be thankful to have it accesible to them..

what I found useful in many cases is rather than only talk about the 'unit' level' if one can show different common scenarios used by folks- with the code for them - that would help a lot.


Is there a code anywhere in your help files that shows how to embed a player with playlist with YouTube files that work with browsers AND iPad?? ( I am sure i am not an isolated case that needs this) if so - please advise details

Again, I would really appreciate your more specific feedback.

many thanks

Leo

Ethan Feldman

JW Player Support Agent  
0 rated :

No no, I meant this, you are using the V6 player, with V5 variables, which no longer work in V6…

Basically, change this:

‘playlist.position’: ‘bottom’,
‘playlist.size’: ‘320’,
primary: “flash”,
width: ‘480’,
height: ‘640’,
controlbar: ‘true’,
“controlbar”: “bottom”,

To: this:

primary: “flash”,
width: ‘480’,
height: ‘640’

None of the other variables are valid.

JW Player

User  
0 rated :

Thanks again for your quick response.

I just tried it, and then removed it right away, and put back as it was.

When I implemant your suggestion
then

1) on the iPad - same as before

2) on the PC, the playlist disappears, and the single player appears without the playlist.

One thing I noted when applying your suggestion is that the player is much higher than the original and it appears to use the whole real estate as the combined player with playlist before implementing your suggestion.

As yo can imagine, this is frustrating. Any further ideas???

Ethan Feldman

JW Player Support Agent  
0 rated :

I am not sure why you are having such issues on the iPad.

The example here seems to work perfectly – http://www.longtailvideo.com/support/jw-player/29249/playlist-sidebar-component

And the setup is:

jwplayer("container").setup({
  playlist: [{
    file: "http://content.bitsontherun.com/videos/3XnJSIm4-kNspJqnJ.mp4",
    image: "http://content.bitsontherun.com/thumbs/3XnJSIm4-640.jpg",
    title: "Sintel Trailer"
  },{
    file: "http://content.bitsontherun.com/videos/i8oQD9zd-kNspJqnJ.mp4",
    image: "http://content.bitsontherun.com/thumbs/i8oQD9zd-640.jpg",
    title: "Tears of Steel Trailer"
  },{
    file: "http://content.bitsontherun.com/videos/bkaovAYt-kNspJqnJ.mp4",
    image: "http://content.bitsontherun.com/thumbs/bkaovAYt-640.jpg",
    title: "Big Buck Bunny Trailer"
  },{
    file: "http://content.bitsontherun.com/videos/kaUXWqTZ-kNspJqnJ.mp4",
    image: "http://content.bitsontherun.com/thumbs/3XnJSIm4-640.jpg",
    title: "Elephants Dream Trailer"
  }],
  listbar: {
    position: "right",
    size: 260,
  },
  width: 700,
  height: 240
});

JW Player

User  
0 rated :

Again,

thanks fro your prompt reply.

I have no explanation - hence the contact with you.

could it be something in the combination of playlist size and hieht that is causing it.
it is very curious that when I use your 'system' the playlist disappears, and then the player becomes as long as the combined player and playlist height. - this may hint to something - any thoughts?

Do you have an example that you have tested and works in iPad and PC with a 'bottom playlist?

Ethan Feldman

JW Player Support Agent  
0 rated :

It could be something to do with how your audio was encoded.

On the link that I provided, does it work on your iPad?

Ethan Feldman

JW Player Support Agent  
0 rated :

Also what model iPad and version of iOS are you testing on?

JW Player

User  
0 rated :

The audio is mp3

Using your coding, it works VERY well on the PC and works VERY well on the iPad- but only the first file is displayed on the iPad. Using your coding, the PC starts behaving like the iPad,in other words , the playlist disappears, but the sound is fine and the video of the YouTube plays fine (with the caveats experessed earlier bout the playlist disappearing. That is why I reverted to my coding, as at least it perfomes as expected on the PC

I am using ios15 on the ipad and it is the second generation iPad

any ideas??

Ethan Feldman

JW Player Support Agent  
0 rated :

The playlist does not disappear on my PC…on the link I provided…

I meant how was the mp3 encoded?

iOS15 isn’t a version?

JW Player

User  
0 rated :

sorry - I have ios 6.01 - sorry for the mistake.

not sure about how the mp3 was encoded. However not clear how relevant, as it works fine with the FIRST audio on both your and my coding. It is just the playlist that disappears everywhere (PC or iPad) with your coding.

Also the same symptom (disappearing playlist) occurs with the video files which are YouTube files hosted at YouTube.

??????

Ethan Feldman

JW Player Support Agent  
0 rated :

What PC browser are you using?? I don’t see that happening on my PC?

JW Player

User  
0 rated :

A thought.


Can you take my code and put it on your test webpage, and see the symptoms I am describing - maybe that can clarify things??

Ethan Feldman

JW Player Support Agent  
0 rated :

Give me the complete code and I can do that on my local host…

JW Player

User  
0 rated :

on the PC I have tried my coding on IE9, Firefox, Chrome, Safari, and Wyze using my code - all works fine on the iPad, i have tried Dolphin and Safari, with the disappearing playlist.

Using your code, I tried it on Firefox and ie9, and on the Dolphin on the iPad - with the disappearing playlist on the PC aswell as iPad browsers.

JW Player

User  
0 rated :

OK will do it in a minute - for two .htm pages.

one of them for audio files, and the other for video files.

I really appreciate all your help.

JW Player

User  
0 rated :

Here it is for one of the Audio files:

bc.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Temas Psicoterapeuticos en la radio y TV con la Psicoterapeuta</title>
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
<script src="Scripts/swffix_modified.js" type="text/javascript"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>

<!-- The code below from <script type= all the way to </script> is code for "Google Analitics from Miguelito -->

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-11683511-3']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

<!-- Start of code for JW Player to be placed in the <Head> section -->

<script src="/jwplayer/jwplayer.js"></script>
<script>jwplayer.key="I/lVrp1o5q+31K4RKyeR6F7COjx2H+ONt/5d2g=="</script>


<!-- End of code for JW Player to be placed in the <Head> section -->


</head>

<body>

<div id="wrapper">
<div id="right">
<div id="nav">

<ul>
<li class="selected"><a href="Inicio.htm">Inicio</a></li>
<li><a href="Servicios.htm" title="Servicios de Psicoterapia">Servicios <br> al Cliente</a></li>
<li><a href="Tarifa.htm" title="Tarifa y horario de consultas"> Tarifa </a></li>
<li><a href="Contacto.htm" title="Contactase con Gaby">Contacto</a></li>
<li><a href="Acerca.htm" title="Informacion acerca de Gaby">Acerca de <br> Gaby</a></li>
<li><a href="Radio-TV.htm" title="Vea y oiga a Gaby en sus programas de Radio y TV">Gaby en <br />Radio y TV</a></li>
<li class="last"><a href="Enlaces.htm" title=" Informacion general - temas de Psicoterapia">Enlaces</a></li>
</ul>


</div>
<div id="body">
<div id="body-top">
<div id="body-bot">

<p><img src="Gaby Images/Headphones.jpg" width="86" height="98" hspace="15" border=5 align="left"/></p>


<p> </p>
<p><font size="4">Gaby Pedroza en Radio Vital</font></p>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<p>_*Nuestras Creencias*_*</strong></p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<p> </p>


<p> Invitada especial en el programa de radio Nuestras Creencias" con el tema "Mitos y Creencias en las Relaciones de Pareja".El programa se presento mensualmente enNotisistema - Radio Vital.</p>
<!-- Begining of code for JW Player to be placed in the <Body> section -->

<div id='my-video'></div>

<script type='text/javascript'>
jwplayer('my-video').setup({
flashplayer: "/jwplayer/jwplayer.flash.swf",
playlist: [

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Intimidad-(2010-01-12).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Intimidad-(2010-01-12).jpg',
title: 'Intimidad',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Confianza-Desconfianza-(2010-08-17).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Confianza-Desconfianza-(2010-08-17).jpg',
title: 'Confianza y Desconfianza',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-El-Si-y-el-No-(2010-05-11).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-El-Si-y-el-No-(2010-05-11).jpg',
title: ' El "Si" y el "No" ',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Ser-autentico-en-la-relacion-(2010-11-16).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Ser-autentico-en-la-relacion-(2010-11-16).jpg',
title: ' Ser Autentico en la Relacion ',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Antidotos-a-la-co-dependencia-(2010-07-13).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Antidotos-a-la-co-dependencia-(2010-07-13).jpg',
title: 'Antidotos a la co-dependencia',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Mitos-y-patrones-en-relaciones-de-parejas-(2010-06-15).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Mitos-y-patrones-en-relaciones-de-parejas-(2010-06-15).jpg',
title: 'Mitos y Patrones en Relaciones de Parejas',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-Nutricias-(2010-04-13).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-Nutricias-(2010-04-13).jpg',
title: ' Relaciones Nutricias',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-RelacionesToxicas-(2010-03-23).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-RelacionesToxicas-(2010-03-23).jpg',
title: ' Relaciones Toxicas',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Responsabilizarse-por-ti-mismo-(2010-09-28).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Responsabilizarse-por-ti-mismo-(2010-09-28).jpg',
title: ' Responsabilizarse por ti Mismo',
description: '',},

{ file: '/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-que-Nutren-(2010-02-16).mp3',
image: '/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-que-Nutren-(2010-02-16).jpg',
title: ' Relaciones que Nutren',
description: '',},

],

'playlist.position': 'bottom',
'playlist.size': '320',
primary: "flash",
width: '480',
height: '640',
controlbar: 'true',
"controlbar": "bottom",





});
</script>


<!-- End of code for JW Player to be placed in the <Body> section -->


<p> </p>


<p> Ademas de los programas de Radio Vital presentados aqui , puede escuchar los programas de "Emociones Liquidas" de Gaby en Radio Universidad</p>
<p><font color="#ff0033">Para escuchar programas de Emoiciones Liquidas haga click en el siguiente enlace:</font> </p>
<p><a href="RadioJW-EL.htm" target= "_blank"> - EMOCIONES LIQUIDAS -</a></p>
<p> </p>


<p>Especialista y locutora en programas de radio con temas del desarrollo humano. <br />
Revelaciones del alma en Radio Mujer.  </p>

<div class="body-hr"> </div>
<div id="footer">
<div class="clear">
<h4 align="center"><strong>La vida esta llena de maestros, solo hay que estar abiertos para recibirlos.*</h4>
</div>

</div>
</div>
</div>
</div>
</div>
</div>





<div id="Layer1" style="position:absolute; left:3px; top:142px; width:283px; height:185px; z-index:1"><img src="Gaby Psicoterapeuta fotos/Gaby - face 4.jpg" width="247" height="185" alt="Gaby Pedroza" /></div>

<div id="Layer2" style="position:absolute; left:1px; top:18px; width:285px; height:105px; z-index:2">
<table width="88%" height="105" border="1" bordercolor="#333333">
<tr>
<td><h1 align="center"><font color="#CCCCCC">Radio Programas</font></h1></td>
</tr>
</table>
</div>
<div id="Layer2" style="position:absolute; left:3px; top:340px; width:285px; height:105px; z-index:2">
<table width="88%" height="105" border="1" bordercolor="#333333">

<td><h1 align="center"><font color="#CCCCCC">Gabriela Pedroza Psicoterapeuta</font></h1></td>
</tr>
</table>
</div>

<div id="Layer2" style="position:absolute; left:3px; top:450px; width:285px; height:105px; z-index:2">
<table width="88%" height="105" border="1" bordercolor="#333333">

<td><h3 align="center"><font color="#CCCCCC">gabypedroza2003@yahoo.com.mx</font></p></h3>
<br />
<h3 align="center"><font color="#CCCCCC"> * Consultorio: (33) 3627-5230 <br>
* Celular: (33) 3667-0821</font></h3></td>
</tr>
</table>
</div>
<script type="text/javascript">
<!--
SWFFix.registerObject("FLVPlayer");
//-->
</script>
</body>
</html>




JW Player

User  
0 rated :

Here it is for one of the video pages:

bc.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Gaby Pedroza en TV - Temas Psicoterapeuticos en la TV con la Psicoterapeuta</title>
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>

<!-- The code below from <script type= all the way to </script> is code for "Google Analitics from Miguelito -->

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-11683511-3']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

<!-- Start of code for JW Player to be placed in the <Head> section -->

<script src="/jwplayer/jwplayer.js"></script>
<script>jwplayer.key="I/lVrp1o5q+31K4RKyeR6F7COjx2H+ONt/5d2g=="</script>


<!-- End of code for JW Player to be placed in the <Head> section -->

</head>

<body>

<div id="wrapper">
<div id="right">
<div id="nav">

<ul>
<li class="selected"><a href="Inicio.htm">Inicio</a></li>
<li><a href="Servicios.htm" title="Servicios de Psicoterapia">Servicios <br> al Cliente</a></li>
<li><a href="Tarifa.htm" title="Tarifa y horario de consultas"> Tarifa </a></li>
<li><a href="Contacto.htm" title="Contactase con Gaby">Contacto</a></li>
<li><a href="Acerca.htm" title="Informacion acerca de Gaby">Acerca de <br> Gaby</a></li>
<li><a href="Radio-TV.htm" title="Vea y oiga a Gaby en sus programas de Radio y TV">Gaby en <br />Radio y TV</a></li>
<li class="last"><a href="Enlaces.htm" title=" Informacion general - temas de Psicoterapia">Enlaces</a></li>
</ul>


</div>
<div id="body">
<div id="body-top">
<div id="body-bot">

<p><img src="Gaby Images/TV Tower.jpg" width="99" height="116" hspace="15" border=5 align="left"/></p>
<p> </p>
<p> </p>
<p><font size="4">Gaby Pedroza en la Television</font></p>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<p>_*Mejorando tu Vida*_*</strong></p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<p> </p>

<p> Invitada especial como especialista en desarrollo humano en el programa de Television " Mejorando tu vida" .El programa se presento enTelecable.
</p>


<div id='my-video'></div>

<script type='text/javascript'>


jwplayer('my-video').setup({
flashplayer: "/jwplayer/jwplayer.flash.swf",

playlist: [

{ file: 'http://www.youtube.com/watch?v=mgFLJ0cuvR8',
image: "http://i2.ytimg.com/vi/mgFLJ0cuvR8/1.jpg",
title: ' Mejorando tu Vida - Habitos Familiares',
description: 'Revisar nuestros hbitos nos da la oportunidad de deshacernos de lo que no nos sirve y de incorporar lo que nos beneficia.',},

{ file: 'http://www.youtube.com/watch?v=-EvO9SBCys0',
image: "http://i2.ytimg.com/vi/-EvO9SBCys0/3.jpg",
title: ' Mejorando tu Vida - El Arte de Fluir',
description: 'Es vivir el proceso de cambio fluidamente, aprendiendo de la experiencia.',},

],


'playlist.position': 'bottom',
'playlist.size': '180',
width: '480',
height: '540',
controlbar: 'true',
'controlbar': 'bottom',






});
</script>


<!-- End of code for JW Player to be placed in the <Body> section -->

<p> </p>
<p> </p>


<p> Ademas de los programas de "Mejorando tu Vida" presentados aqui, se pueden ver los programas de Gaby Pedroza "Arriba Corazones" en MegaCable.</p>
<p><font color="#ff0033">Para ver programas, haga click en el siguiente enlace:</font> </p>
<p><a href="TVJW-AC.htm" target= "_blank"> - ARRIBA CORAZONES -</a></p>
<p> </p>





<p> </p>
<div class="body-hr"> </div>
<div id="footer">
<div class="clear">
<h4 align="center"><strong>Has de los obstculos escalones para lograr aquello que quieras alcanzar. <br> Charles Chaplin.*</h4>
</div>

</div>
</div>
</div>
</div>
</div>
</div>





<div id="Layer1" style="position:absolute; left:3px; top:142px; width:283px; height:185px; z-index:1"><img src="Gaby Psicoterapeuta fotos/Gaby - face 4.jpg" width="247" height="185" alt="Gaby Pedroza" /></div>

<div id="Layer2" style="position:absolute; left:1px; top:18px; width:285px; height:105px; z-index:2">
<table width="88%" height="105" border="1" bordercolor="#333333">
<tr>
<td><h1 align="center"><font color="#CCCCCC">Programas de TV</font></h1></td>
</tr>
</table>
</div>
<div id="Layer2" style="position:absolute; left:3px; top:340px; width:285px; height:105px; z-index:2">
<table width="88%" height="105" border="1" bordercolor="#333333">

<td><h1 align="center"><font color="#CCCCCC">Gabriela Pedroza Psicoterapeuta</font></h1></td>
</tr>
</table>
</div>

<div id="Layer2" style="position:absolute; left:3px; top:450px; width:285px; height:105px; z-index:2">
<table width="88%" height="105" border="1" bordercolor="#333333">

<td><h3 align="center"><font color="#CCCCCC">gabypedroza2003@yahoo.com.mx</font></p></h3>
<br />
<h3 align="center"><font color="#CCCCCC"> * Consultorio: (33) 3627-5230 <br>
* Celular: (33) 3667-0821</font></h3></td>
</tr>
</table>
</div>


</body>
</html>



Ethan Feldman

JW Player Support Agent  
0 rated :

Can you update everything to full paths, so I can just copy/paste on localhost?

JW Player

User  
0 rated :

Thanks again for your continuing patience.
Here is the code for one of the video pages, as the symptoms are very similar for both audio and video, I will do this one only for the video page.

I will try to insert the

http://gabypsicoterapeuta.com

in front of all the files and folders that I believe need it to accomplish your request.

Here it goes:




bc.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Gaby Pedroza en TV - Temas Psicoterapeuticos en la TV con la Psicoterapeuta</title>
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<!-- The code below from <script type= all the way to </script> is code for "Google Analitics from Miguelito -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-11683511-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Start of code for JW Player to be placed in the <Head> section -->
<script src="http://gabypsicoterapeuta.com/jwplayer/jwplayer.js"></script>
<script>jwplayer.key="I/lVrp1o5q+31K4RKyeR6F7COjx2H+ONt/5d2g=="</script>

<!-- End of code for JW Player to be placed in the <Head> section -->
</head>
<body>
<div id="wrapper">
<div id="right">
<div id="nav">

<ul>
<li class="selected"><a href="Inicio.htm">Inicio</a></li>
<li><a href="Servicios.htm" title="Servicios de Psicoterapia">Servicios <br> al Cliente</a></li>
<li><a href="http://gabypsicoterapeuta.com/Tarifa.htm" title="Tarifa y horario de consultas"> Tarifa </a></li>
<li><a href="http://gabypsicoterapeuta.com/Contacto.htm" title="Contactase con Gaby">Contacto</a></li>
<li><a href="http://gabypsicoterapeuta.com/Acerca.htm" title="Informacion acerca de Gaby">Acerca de <br> Gaby</a></li>
<li><a href="http://gabypsicoterapeuta.com/Radio-TV.htm" title="Vea y oiga a Gaby en sus programas de Radio y TV">Gaby en <br />Radio y TV</a></li>
<li class="last"><a href="http://gabypsicoterapeuta.com/Enlaces.htm" title=" Informacion general - temas de Psicoterapia">Enlaces</a></li>
</ul>


</div>
<div id="body">
<div id="body-top">
<div id="body-bot">

<p><img src="http://gabypsicoterapeuta.com/Gaby Images/TV Tower.jpg" width="99" height="116" hspace="15" border=5 align="left"/></p>
<p> </p>
<p> </p>
<p><font size="4">Gaby Pedroza en la Television</font></p>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<p>_*Mejorando tu Vida*_*</strong></p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<p> </p>
<p> Invitada especial como especialista en desarrollo humano en el programa de Television " Mejorando tu vida" . El programa se presento en Telecable.
</p>


<div id='my-video'></div>
<script type='text/javascript'>

jwplayer('my-video').setup({
flashplayer: "http://gabypsicoterapeuta.com/jwplayer/jwplayer.flash.swf",
playlist: [
{ file: 'http://www.youtube.com/watch?v=mgFLJ0cuvR8',
image: "http://i2.ytimg.com/vi/mgFLJ0cuvR8/1.jpg",
title: ' Mejorando tu Vida - Habitos Familiares',
description: 'Revisar nuestros hbitos nos da la oportunidad de deshacernos de lo que no nos sirve y de incorporar lo que nos beneficia.',},
{ file: 'http://www.youtube.com/watch?v=-EvO9SBCys0',
image: "http://i2.ytimg.com/vi/-EvO9SBCys0/3.jpg",
title: ' Mejorando tu Vida - El Arte de Fluir',
description: 'Es vivir el proceso de cambio fluidamente, aprendiendo de la experiencia.',},
],
'playlist.position': 'bottom',
'playlist.size': '180',
width: '480',
height: '540',
controlbar: 'true',
'controlbar': 'bottom',
});
</script>

<!-- End of code for JW Player to be placed in the <Body> section -->

<p> </p>
<p> </p>

<p> Ademas de los programas de "Mejorando tu Vida" presentados aqui, se pueden ver los programas de Gaby Pedroza "Arriba Corazones" en MegaCable.</p>
<p><font color="#ff0033">Para ver programas, haga click en el siguiente enlace:</font> </p>
<p><a href="http://gabypsicoterapeuta.com/TVJW-AC.htm" target= "_blank"> - ARRIBA CORAZONES -</a></p>
<p> </p>




<p> </p>
<div class="body-hr"> </div>
<div id="footer">
<div class="clear">
<h4 align="center"><strong>Has de los obstculos escalones para lograr aquello que quieras alcanzar. <br> Charles Chaplin.*</h4>
</div>

</div>
</div>
</div>
</div>
</div>
</div>




<div id="Layer1" style="position:absolute; left:3px; top:142px; width:283px; height:185px; z-index:1"><img src="http://gabypsicoterapeuta.com/Gaby Psicoterapeuta fotos/Gaby - face 4.jpg" width="247" height="185" alt="Gaby Pedroza" /></div>
<div id="Layer2" style="position:absolute; left:1px; top:18px; width:285px; height:105px; z-index:2">
<table width="88%" height="105" border="1" bordercolor="#333333">
<tr>
<td><h1 align="center"><font color="#CCCCCC">Programas de TV</font></h1></td>
</tr>
</table>
</div>
<div id="Layer2" style="position:absolute; left:3px; top:340px; width:285px; height:105px; z-index:2">
<table width="88%" height="105" border="1" bordercolor="#333333">

<td><h1 align="center"><font color="#CCCCCC">Gabriela Pedroza Psicoterapeuta</font></h1></td>
</tr>
</table>
</div>
<div id="Layer2" style="position:absolute; left:3px; top:450px; width:285px; height:105px; z-index:2">
<table width="88%" height="105" border="1" bordercolor="#333333">

<td><h3 align="center"><font color="#CCCCCC">gabypedroza2003@yahoo.com.mx</font></p></h3>
<br />
<h3 align="center"><font color="#CCCCCC"> * Consultorio: (33) 3627-5230 <br>
* Celular: (33) 3667-0821</font></h3></td>
</tr>
</table>
</div>
</body>
</html>



Ethan Feldman

JW Player Support Agent  
0 rated :

I just tested this locally.

The issue is that when you use a playlist of YouTube files, the entire player just gets replaced with the default YouTube player on mobile devices (iOS, Android, etc).

JW Player

User  
0 rated :

I see.

so it appears you do not support playlist with you tube files??

Does that mean I need to host the files on the server??

separately, I will send you the audio files which are mp3 and hosted on the server, to see if that works.

thanks again for working on this.
I will do it in the next few minutes.

JW Player

User  
0 rated :

Here it is for one of the pages with Audio files, all of which are hosted on the server.

bc.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Temas Psicoterapeuticos en la radio y TV con la Psicoterapeuta</title>
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
<script src="Scripts/swffix_modified.js" type="text/javascript"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<!-- The code below from <script type= all the way to </script> is code for "Google Analitics from Miguelito -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-11683511-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Start of code for JW Player to be placed in the <Head> section -->
<script src="http://gabypsicoterapeuta.com/jwplayer/jwplayer.js"></script>
<script>jwplayer.key="I/lVrp1o5q+31K4RKyeR6F7COjx2H+ONt/5d2g=="</script>

<!-- End of code for JW Player to be placed in the <Head> section -->
</head>
<body>
<div id="wrapper">
<div id="right">
<div id="nav">

<ul>
<li class="selected"><a href="http://gabypsicoterapeuta.com/Inicio.htm">Inicio</a></li>
<li><a href="http://gabypsicoterapeuta.com/Servicios.htm" title="Servicios de Psicoterapia">Servicios <br> al Cliente</a></li>
<li><a href="http://gabypsicoterapeuta.com/Tarifa.htm" title="Tarifa y horario de consultas"> Tarifa </a></li>
<li><a href="http://gabypsicoterapeuta.com/Contacto.htm" title="Contactase con Gaby">Contacto</a></li>
<li><a href="http://gabypsicoterapeuta.com/Acerca.htm" title="Informacion acerca de Gaby">Acerca de <br> Gaby</a></li>
<li><a href="http://gabypsicoterapeuta.com/Radio-TV.htm" title="Vea y oiga a Gaby en sus programas de Radio y TV">Gaby en <br />Radio y TV</a></li>
<li class="last"><a href="http://gabypsicoterapeuta.com/Enlaces.htm" title=" Informacion general - temas de Psicoterapia">Enlaces</a></li>
</ul>


</div>
<div id="body">
<div id="body-top">
<div id="body-bot">

<p><img src="http://gabypsicoterapeuta.com/Gaby Images/Headphones.jpg" width="86" height="98" hspace="15" border=5 align="left"/></p>


<p> </p>
<p><font size="4">Gaby Pedroza en Radio Vital</font></p>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<p>_*Nuestras Creencias*_*</strong></p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<p> </p>


<p> Invitada especial en el programa de radio Nuestras Creencias" con el tema "Mitos y Creencias en las Relaciones de Pareja". El programa se presento mensualmente en Notisistema - Radio Vital.</p>
<!-- Begining of code for JW Player to be placed in the <Body> section -->

<div id='my-video'></div>
<script type='text/javascript'>
jwplayer('my-video').setup({
flashplayer: "http://gabypsicoterapeuta.com/jwplayer/jwplayer.flash.swf",
playlist: [
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Intimidad-(2010-01-12).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Intimidad-(2010-01-12).jpg',
title: 'Intimidad',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Confianza-Desconfianza-(2010-08-17).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Confianza-Desconfianza-(2010-08-17).jpg',
title: 'Confianza y Desconfianza',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-El-Si-y-el-No-(2010-05-11).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-El-Si-y-el-No-(2010-05-11).jpg',
title: ' El "Si" y el "No" ',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Ser-autentico-en-la-relacion-(2010-11-16).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Ser-autentico-en-la-relacion-(2010-11-16).jpg',
title: ' Ser Autentico en la Relacion ',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Antidotos-a-la-co-dependencia-(2010-07-13).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Antidotos-a-la-co-dependencia-(2010-07-13).jpg',
title: 'Antidotos a la co-dependencia',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Mitos-y-patrones-en-relaciones-de-parejas-(2010-06-15).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Mitos-y-patrones-en-relaciones-de-parejas-(2010-06-15).jpg',
title: 'Mitos y Patrones en Relaciones de Parejas',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-Nutricias-(2010-04-13).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-Nutricias-(2010-04-13).jpg',
title: ' Relaciones Nutricias',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-RelacionesToxicas-(2010-03-23).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-RelacionesToxicas-(2010-03-23).jpg',
title: ' Relaciones Toxicas',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Responsabilizarse-por-ti-mismo-(2010-09-28).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Responsabilizarse-por-ti-mismo-(2010-09-28).jpg',
title: ' Responsabilizarse por ti Mismo',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-que-Nutren-(2010-02-16).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-que-Nutren-(2010-02-16).jpg',
title: ' Relaciones que Nutren',
description: '',},
],
'playlist.position': 'bottom',
'playlist.size': '320',
primary: "flash",
width: '480',
height: '640',
controlbar: 'true',
"controlbar": "bottom",
});
</script>

<!-- End of code for JW Player to be placed in the <Body> section -->


<p> </p>


<p> Ademas de los programas de Radio Vital presentados aqui , puede escuchar los programas de "Emociones Liquidas" de Gaby en Radio Universidad</p>
<p><font color="#ff0033">Para escuchar programas de Emoiciones Liquidas haga click en el siguiente enlace:</font> </p>
<p><a href="http://gabypsicoterapeuta.com/RadioJW-EL.htm" target= "_blank"> - EMOCIONES LIQUIDAS -</a></p>
<p> </p>


<p>Especialista y locutora en programas de radio con temas del desarrollo humano. <br />
Revelaciones del alma en Radio Mujer. </p>

<div class="body-hr"> </div>
<div id="footer">
<div class="clear">
<h4 align="center"><strong>La vida esta llena de maestros, solo hay que estar abiertos para recibirlos.*</h4>
</div>

</div>
</div>
</div>
</div>
</div>
</div>




<div id="Layer1" style="position:absolute; left:3px; top:142px; width:283px; height:185px; z-index:1"><img src="http://gabypsicoterapeuta.com/Gaby Psicoterapeuta fotos/Gaby - face 4.jpg" width="247" height="185" alt="Gaby Pedroza" /></div>
<div id="Layer2" style="position:absolute; left:1px; top:18px; width:285px; height:105px; z-index:2">
<table width="88%" height="105" border="1" bordercolor="#333333">
<tr>
<td><h1 align="center"><font color="#CCCCCC">Radio Programas</font></h1></td>
</tr>
</table>
</div>
<div id="Layer2" style="position:absolute; left:3px; top:340px; width:285px; height:105px; z-index:2">
<table width="88%" height="105" border="1" bordercolor="#333333">

<td><h1 align="center"><font color="#CCCCCC">Gabriela Pedroza Psicoterapeuta</font></h1></td>
</tr>
</table>
</div>
<div id="Layer2" style="position:absolute; left:3px; top:450px; width:285px; height:105px; z-index:2">
<table width="88%" height="105" border="1" bordercolor="#333333">

<td><h3 align="center"><font color="#CCCCCC">gabypedroza2003@yahoo.com.mx</font></p></h3>
<br />
<h3 align="center"><font color="#CCCCCC"> * Consultorio: (33) 3627-5230 <br>
* Celular: (33) 3667-0821</font></h3></td>
</tr>
</table>
</div>
<script type="text/javascript">
<!--
SWFFix.registerObject("FLVPlayer");
//-->
</script>
</body>
</html>



Ethan Feldman

JW Player Support Agent  
0 rated :

We support it, but it will just fail back to the default YouTube embedded player.

I tested your audio only code out and it worked fine.

JW Player

User  
0 rated :

thanks for getting back to me.

I am confused, so please clarify.

Audio.

1) When you tested the audio code on your server, please cofirm that you got the following working.
a) The JWplayer
b) The playlist appeared below the player
c) the jpg file pictures appeared in both the player as well as each playlist items.
d) when you click on a playlist item, it goes to the player and plays the audio file.
e) you used my code , and it worked on BOTH PC's as well as iPad
f) you then changed to yor code and it continued working on both PC's and iPad

I am being specific as it appears to be a total contradicion to my experience, but with the same code. If in fact the above is true, then is there something about the server that causes the player with playlist not to work on the iPad? ( the server I am hosting on is, I am told, a UNIX server)

2)Video

Based on your explanation, I am not clear what one has to do to host a video on YouTube,and have it play on hte JWPlayer with Playlist.- Please advise how to do it.

Thanks again for your patience in theis rather frustrating effort to get it working.

Cheers

leo

Ethan Feldman

JW Player Support Agent  
0 rated :

a) Yes, the player showed up.
b) Yes, the playlist was there , below the player.
c) Yes, I the the images.
d) Yes, it played the files fine.
e) It worked on my PC, Firefox, and my iPad 1 on iOS5.
f) I changed nothing, I simply made a html page on my local xampp server using your code.

2) Yes, you can’t do a YouTube playlist + JW Player right now, the entire player gets replaced by the default YouTube player.

JW Player

User  
0 rated :

Thanks for your answers - they are now very clear.

However, I have no idea why they would work for you and not for me.

I will explore a bit at the Server side to see if there is anything there that can account for the difference??

If you have any possible explanatgion or a thought as to where the issue could lie, I would welcome your suggestions.

Cheers

Leo

Ethan Feldman

JW Player Support Agent  
0 rated :

It would have to be a server side issue then…perhaps a MIME TYPE?

JW Player

User  
0 rated :

Dear LongTail,

Pleae note the message I just got from the server folks:

"Leo-

My web host added all the mime types to the server but I see no change."

It does not work.

In other words, All OK for the PC browsers, but only player with first file and no playlist on the iPad.

any other suggestions as to what I can do to crack this one??

Separately - just a suggestion: You may want to put a 'warning' in your website that individual videos hosted on You tube,cannot be played in the JWPlayer with Playlist, (as I understood your earlier message) to be. This will eliminate a lot of frustration to many of your future users.

Ethan Feldman

JW Player Support Agent  
0 rated :

Where is the latest code with the correct MIMEs running?

JW Player

User  
0 rated :

Dear Long Tail,

below is the communication I received from the folks at the server site. It is a bit more technical than my ability, but maybe it would be clear to you as the answer to your previous question.

any comments or suggestions??

thanks

Leo

forwarded message follows:


I had them add it to the htacess file, as outlined here:
http://html5doctor.com/html5-audio-the-state-of-play/

I sent tech support Gaby's domain name, the above link and the link to the thread their reply as below





Him

I've added the requested change to the web server configuration.

If you have any further issues or concerns feel free to call AIT 24/7 at 1-877-209-5184.

If you would like to comment on the overall performance of AIT, please fill out our Customer Service Survey, located here: http://www.ait.com/support/customer-survey/

Also please rate this ticket which will let me know if I have provided satisfactory customer service of if I need improvement. Bear in mind that this ticket is not intended to grade the overall performance of AIT. This ticket only rates the performance of the Customer Service Technician who answered it.

Have a great day,
Malcolm VanOrder
Advanced Internet Technologies, Inc.
(877)209-5184
(877)549-2881
http://www.facebook.com/AITWebHosting
http://twitter.com/!/aitwebhosting





JW Player

User  
0 rated :

Dear Long Tail,

below is furthe input from the server folks:

I quote:


I think they are asking what page is setup for the player:
http://gabypsicoterapeuta.com/gaby.html




Ethan Feldman

JW Player Support Agent  
0 rated :

This plays fine.

However, a few code issues.

You have:

‘playlist.position’: ‘bottom’,
‘playlist.size’: ‘320’,
primary: “flash”,
width: ‘480’,
height: ‘640’,
controlbar: ‘true’,
“controlbar”: “bottom”,

Change this to:

primary: “flash”,
width: ‘480’,
height: ‘640’,
controls: ‘true’,
listbar: {
position: “bottom”,
size: 320
}

That should fix it.

JW Player

User  
0 rated :

Dear LongTail,

Thanks again for your help. We are making progress - that is good, but we are not there yet.

I have made the changes you just suggested, and the result is as follows:

The good news:

1) On the iPad, the playlist appeard for the first time with the audio playlist files.

2) on the PC there was no matgerila negative impact (see note # 3 below under bad news)

The bad news:

1) On the iPad only, none of the pictures appeared, neither on the player, nor on the playlist, just the titles of each audio file.

2) On the iPad only, The playlist could not be scrolled. When using either one or two finger motion on the tablet, the whole screen moves up or down, not the playlist. therefore only the visible top portion of the playlist can be played.

3) The control bar on both the iPad as well as PC now only appears while hovering on the player and stays for a few seconds. Before it was fixed at the bottom of the player, which is the preferred way for my needs.


I also tried your code with the video file, but there is no change.
So a question regarding the video files: If I make copies from YouTube, and place the files on the server, will the playlist work properly for the videos in both PC and iPad??

Again, I await your response.

Thanks

Leo

Ethan Feldman

JW Player Support Agent  
0 rated :

1) Where are you running this?

2) This is a bug we are going to fix.

3) This is the expected behavior because we use the native iOS <video> tag controls.

JW Player

User  
0 rated :

Dear Long Tail,

1) I am running this on the same server as before, I will attache the code below , if that helps to fix the missig picture issue.

2) is there an ETA for the bugfix?

3) If this is expected for ios, why does it also happen on the PC with IE9 and Firefox? Not sure I understand the logic - please clarify.

Regarding my question on the video files, is the playlist supposed to work on BOTH PC and iPad if I put the videos on the server, rather than on YouTube? - please clarify.


Following is the code as per item 1 above for the audio files. (if this is not what you meant, please clarify)


Here it is for one of the pages with Audio files, all of which are hosted on the server.

bc.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Temas Psicoterapeuticos en la radio y TV con la Psicoterapeuta</title>
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
<script src="Scripts/swffix_modified.js" type="text/javascript"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<!-- The code below from <script type= all the way to </script> is code for "Google Analitics from Miguelito -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-11683511-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Start of code for JW Player to be placed in the <Head> section -->
<script src="http://gabypsicoterapeuta.com/jwplayer/jwplayer.js"></script>
<script>jwplayer.key="I/lVrp1o5q+31K4RKyeR6F7COjx2H+ONt/5d2g=="</script>

<!-- End of code for JW Player to be placed in the <Head> section -->
</head>
<body>
<div id="wrapper">
<div id="right">
<div id="nav">

<ul>
<li class="selected"><a href="http://gabypsicoterapeuta.com/Inicio.htm">Inicio</a></li>
<li><a href="http://gabypsicoterapeuta.com/Servicios.htm" title="Servicios de Psicoterapia">Servicios <br> al Cliente</a></li>
<li><a href="http://gabypsicoterapeuta.com/Tarifa.htm" title="Tarifa y horario de consultas"> Tarifa </a></li>
<li><a href="http://gabypsicoterapeuta.com/Contacto.htm" title="Contactase con Gaby">Contacto</a></li>
<li><a href="http://gabypsicoterapeuta.com/Acerca.htm" title="Informacion acerca de Gaby">Acerca de <br> Gaby</a></li>
<li><a href="http://gabypsicoterapeuta.com/Radio-TV.htm" title="Vea y oiga a Gaby en sus programas de Radio y TV">Gaby en <br />Radio y TV</a></li>
<li class="last"><a href="http://gabypsicoterapeuta.com/Enlaces.htm" title=" Informacion general - temas de Psicoterapia">Enlaces</a></li>
</ul>


</div>
<div id="body">
<div id="body-top">
<div id="body-bot">

<p><img src="http://gabypsicoterapeuta.com/Gaby Images/Headphones.jpg" width="86" height="98" hspace="15" border=5 align="left"/></p>


<p> </p>
<p><font size="4">Gaby Pedroza en Radio Vital</font></p>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<p>_*Nuestras Creencias*_*</strong></p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<p> </p>


<p> Invitada especial en el programa de radio Nuestras Creencias" con el tema "Mitos y Creencias en las Relaciones de Pareja". El programa se presento mensualmente en Notisistema - Radio Vital.</p>
<!-- Begining of code for JW Player to be placed in the <Body> section -->

<div id='my-video'></div>
<script type='text/javascript'>
jwplayer('my-video').setup({
flashplayer: "http://gabypsicoterapeuta.com/jwplayer/jwplayer.flash.swf",
playlist: [
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Intimidad-(2010-01-12).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Intimidad-(2010-01-12).jpg',
title: 'Intimidad',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Confianza-Desconfianza-(2010-08-17).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Confianza-Desconfianza-(2010-08-17).jpg',
title: 'Confianza y Desconfianza',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-El-Si-y-el-No-(2010-05-11).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-El-Si-y-el-No-(2010-05-11).jpg',
title: ' El "Si" y el "No" ',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Ser-autentico-en-la-relacion-(2010-11-16).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Ser-autentico-en-la-relacion-(2010-11-16).jpg',
title: ' Ser Autentico en la Relacion ',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Antidotos-a-la-co-dependencia-(2010-07-13).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Antidotos-a-la-co-dependencia-(2010-07-13).jpg',
title: 'Antidotos a la co-dependencia',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Mitos-y-patrones-en-relaciones-de-parejas-(2010-06-15).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Mitos-y-patrones-en-relaciones-de-parejas-(2010-06-15).jpg',
title: 'Mitos y Patrones en Relaciones de Parejas',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-Nutricias-(2010-04-13).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-Nutricias-(2010-04-13).jpg',
title: ' Relaciones Nutricias',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-RelacionesToxicas-(2010-03-23).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-RelacionesToxicas-(2010-03-23).jpg',
title: ' Relaciones Toxicas',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Responsabilizarse-por-ti-mismo-(2010-09-28).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Responsabilizarse-por-ti-mismo-(2010-09-28).jpg',
title: ' Responsabilizarse por ti Mismo',
description: '',},
{ file: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-que-Nutren-(2010-02-16).mp3',
image: 'http://gabypsicoterapeuta.com/Radio/RadioVital-NuestrasCreencias/Parejas-Relaciones-que-Nutren-(2010-02-16).jpg',
title: ' Relaciones que Nutren',
description: '',},
],
primary: "flash",
width: '480',
height: '640',
controls: 'true',
listbar: {
position: "bottom",
size: 320
}

});
</script>

<!-- End of code for JW Player to be placed in the <Body> section -->


<p> </p>


<p> Ademas de los programas de Radio Vital presentados aqui , puede escuchar los programas de "Emociones Liquidas" de Gaby en Radio Universidad</p>
<p><font color="#ff0033">Para escuchar programas de Emoiciones Liquidas haga click en el siguiente enlace:</font> </p>
<p><a href="http://gabypsicoterapeuta.com/RadioJW-EL.htm" target= "_blank"> - EMOCIONES LIQUIDAS -</a></p>
<p> </p>


<p>Especialista y locutora en programas de radio con temas del desarrollo humano. <br />
Revelaciones del alma en Radio Mujer. </p>

<div class="body-hr"> </div>
<div id="footer">
<div class="clear">
<h4 align="center"><strong>La vida esta llena de maestros, solo hay que estar abiertos para recibirlos.*</h4>
</div>

</div>
</div>
</div>
</div>
</div>
</div>




<div id="Layer1" style="position:absolute; left:3px; top:142px; width:283px; height:185px; z-index:1"><img src="http://gabypsicoterapeuta.com/Gaby Psicoterapeuta fotos/Gaby - face 4.jpg" width="247" height="185" alt="Gaby Pedroza" /></div>
<div id="Layer2" style="position:absolute; left:1px; top:18px; width:285px; height:105px; z-index:2">
<table width="88%" height="105" border="1" bordercolor="#333333">
<tr>
<td><h1 align="center"><font color="#CCCCCC">Radio Programas</font></h1></td>
</tr>
</table>
</div>
<div id="Layer2" style="position:absolute; left:3px; top:340px; width:285px; height:105px; z-index:2">
<table width="88%" height="105" border="1" bordercolor="#333333">

<td><h1 align="center"><font color="#CCCCCC">Gabriela Pedroza Psicoterapeuta</font></h1></td>
</tr>
</table>
</div>
<div id="Layer2" style="position:absolute; left:3px; top:450px; width:285px; height:105px; z-index:2">
<table width="88%" height="105" border="1" bordercolor="#333333">

<td><h3 align="cen

Ethan Feldman

JW Player Support Agent  
0 rated :

1) I see the issue. Maybe the thumbs are too big for HTML5 mode? Try with one of these to test – http://www.longtailvideo.com/jw/upload/bunny.jpg

2) 6.1, due out shortly.

3) If you mean the controls fading, this happens in every browser.

JW Player

User  
0 rated :

Dear Long tail,

Thanks again for getting back to me, however I am confused by some of your answers.

1) The bunny.jpg is 29kb in size., while , with a couple of exceptions, most of my jpg fires are less than 16kb. so maybe there is another reason why the jpg files do not appear onthe iPad player nor the playlist. (again , no problem on the PC browsers)

2) I will have to await the fix.

3) When I was using my code, the control bar DID NOT fade on the PC browsers. It stayed ALWAYS at the bottom of the player. When I changed to your code, it faded on BOTH iPad as well as the PC browsers. so please clarify.


Separatly, I still would like to know how to handle the video playlist. If I remove the videos from YouTube and place them on the server, should the Playlist behave properly ???

Please clarify all of the above.

thanks

Leo

Ethan Feldman

JW Player Support Agent  
0 rated :

1) What if you try ours, to test… – http://www.longtailvideo.com/jw/upload/bunny.jpg

2) Yes

3) In JW6, there is a variable called controls, it can be set to false or true, and they will always hide. The fact that controlbar=bottom still works in 6.0 is a bug that we are going to fix.

Yes, the playlist will behave properly if the files are on the server.

JW Player

User  
0 rated :

Dear LongTail,

Again, thanks for working with me on this , but I have to say that progress has been extremely painful and incomplete todate.

1) I tried the bunny jpg, and the result was curious (and worse). On the PC, I replaced the original jpg file with the bunny jpg on the first item in the playlist. the result was that the picture disapeared from both the player and the first item in the playlist. Onthe iPad there was no change (i.e. no pictures at all).

I then restored the original jpg on the first item, and changed the jpg on the 2nd item in the playlist with the bunny. The result was that the 2nd item in the playlist had no picture.

some players require that the audio or video file have the identical name as the associated jpg file. Wonder if that is also the case with the JWplayer ????

Again, I cannot understand how it works on your serve for both iPad and PC, but not on mine . Maybe you have some more ideas. ??

Regarding all htese bug fixes you refer to. Can you send me an email when it will be ready.

Thanks

Leo

Ethan Feldman

JW Player Support Agent  
0 rated :

I don’t understand why you are having such issues with the images.

If you look at this link, do you see any of the issues?

http://www.longtailvideo.com/support/jw-player/29249/playlist-sidebar-component

This example works fine in HTML5 mode as well as Flash mode.

JW Player

User  
0 rated :

I just tried the above, and it works like a charm in both PC and iPad, Hence more of a reason for the puzzle ??

why should your work, and mine does not?

I even changed the playlist to be 'right' instead of 'bottom' just to see if it made any difference - it sure did not.

Your files work, and mine do not.

Are there any restrictions to the length of the path to the desired file? the length of the filename??

????

Ethan Feldman

JW Player Support Agent  
0 rated :

Those shouldn’t matter at all.

This is the code for our player, if you want to try:

<div id="container"></div>
<script>
jwplayer("container").setup({
  playlist: [{
    file: "http://content.bitsontherun.com/videos/3XnJSIm4-kNspJqnJ.mp4",
    image: "http://content.bitsontherun.com/thumbs/3XnJSIm4-640.jpg",
    title: "Sintel Trailer"
  },{
    file: "http://content.bitsontherun.com/videos/i8oQD9zd-kNspJqnJ.mp4",
    image: "http://content.bitsontherun.com/thumbs/i8oQD9zd-640.jpg",
    title: "Tears of Steel Trailer"
  },{
    file: "http://content.bitsontherun.com/videos/bkaovAYt-kNspJqnJ.mp4",
    image: "http://content.bitsontherun.com/thumbs/bkaovAYt-640.jpg",
    title: "Big Buck Bunny Trailer"
  },{
    file: "http://content.bitsontherun.com/videos/kaUXWqTZ-kNspJqnJ.mp4",
    image: "http://content.bitsontherun.com/thumbs/3XnJSIm4-640.jpg",
    title: "Elephants Dream Trailer"
  }],
  listbar: {
    position: "right",
    size: 260,
  },
  width: 700,
  height: 240
});
</script>

JW Player

User  
0 rated :

Thanks again Long Tail.

This is really bizarre.

For the PC all is OK, but

for the iPad:

I copy and paste your files into my playlist, and it works just fine (video AND jpg images associated withthe video). But the rest of the files (my audio files), work OK, but no .jpg in either the player nor the playlist.

I am ready to just give up - this makes no sense to me. Is there something in the way a jpg is saved that causes it not to work on iPad?? can the thumbnail be saved some other way to see if it works?? I am pulling straws here.

Ethan Feldman

JW Player Support Agent  
0 rated :

Maybe it is something to do with your files then? If it works with our files, but not yours, it might be that. One thing to try is to download our files, upload them to your web server, to see if if the files work if they are loaded from your server, maybe it is a server issue, not a file issue.

JW Player

User  
0 rated :

thank you Long Tail.

What I meant inmy previous posting is that I cut and pasted YOUR playlist files (files, pics, and titles) and added them into mine. I uploaded them into the server and the result was as stated above. (ie no thumbneails on the iPad on my files, but just fine for yours).

Is this what you meant for me to do in your previous comment, or something else??

cheers

Leo

Ethan Feldman

JW Player Support Agent  
0 rated :

What I mean is this.

file: “http://content.bitsontherun.com/videos/3XnJSIm4-kNspJqnJ.mp4”,
image: “http://content.bitsontherun.com/thumbs/3XnJSIm4-640.jpg”,

For example.

Did you just use this code, or did you upload this mp4 / jpg to your server?

JW Player

User  
0 rated :

I just used the code as given by you as additional playlist items.
do you mean to copy the mp4 file and the jpg file , and add them as files in my server??

Ethan Feldman

JW Player Support Agent  
0 rated :

Yes, that is what I mean.

JW Player

User  
0 rated :

Hi there LongTail.

I still cannot figure out why the .jpg do not load oniPad, but do on PC.

I think I will wait till v6.1 of your player is out to fix the few bugs you mentioned, maybe by then this will improve also.



is 6.1 also supposed to fi the problem of videos hosted on youtube cannot use your player with playlist??? That would be a MAJOR bug fix.

any ETA on v 6.1

days? weeks? months? years??

Ethan Feldman

JW Player Support Agent  
0 rated :

6.1 should be out soon, hopefully next week.

JW Player

User  
0 rated :

Thanks LongTail,

I will be eagerly waiting for it.

Cheers

leo

Ethan Feldman

JW Player Support Agent  
0 rated :

Np

JW Player

User  
0 rated :

Hi Longtail,

Pleae review the history of our conversations above from December.

I just upgrADED FROM 6.0 TO 6.1 AND i SEE NO DIFFERENCE. (Did not change any other file, just replaced the jwplayer folder with the most recent one from your website)

All OK on the PC, just as before for both audio and vido files, however on the iPad

Video

1. No playlist appears
2. A single player appears with it's thumbnail loaded with only one of the videos
3. The length of the rectangle holding this one video, is equivlaent to the combined rectangle containing BOTH the player and the playlist in the PC (a very tall rectangle on the iPad

Audio

1) Player and playlist appear
2) no thumbnails appear on any of the items in the list , nor on the player
3) The playlist that shows can be played by clicking on it, however, the playlist cannot be scrolled with either one or two fingers (I thught this bug was going to be fixed with 6.1). when trying to scroll, the whole screen moves up or down in unison, so all the hidden items in the playlist cannot be reached.


Pleae help

Thanks

Leo






Ethan Feldman

JW Player Support Agent  
0 rated :

Provide a link to where you are running the updated player, thanks.

JW Player

User  
0 rated :

same as before

www.gabypsicoterapeuta.com it is being hosted on a Linux based server, I am told

cheers

leo

Ethan Feldman

JW Player Support Agent  
0 rated :

I just went to this site and there is no JW Player here at all, and in the source I can’t find it either. Please advise.

JW Player

User  
0 rated :

When I go to www.gabypsicoterapeuta.com/jwplayer

This is what I get, clearly it shows the files are there, ehnce not sure about your comments.

please check again

thanks

Leo



Index of /jwplayer
Name Last modified Size Description
--------------------------------------------------------------------------------
Parent Directory 23-Jan-2013 17:09 -
jwplayer.flash.swf 23-Jan-2013 17:10 107k
jwplayer.html5.js 23-Jan-2013 17:10 129k
jwplayer.js 23-Jan-2013 17:10 38k


--------------------------------------------------------------------------------

README: JW Player Free
Thank you for downloading the Free edition of JW Player 6, the world's most popular HTML5/Flash video player! JW Player Free features:

A slick and intuitive interface that works on all popular desktop browsers and mobile devices.
An elegant and rich playback engine for rendering your media content in HTML5 and/or Flash.
An extensive list of configuration options, a powerful JavaScript API and flexible PNG Skinning.
See About JW Player for an overview of supported browsers/devices, as well as a more detailed feature list. See Migrating from JW5 to JW6 if you want to learn what changed with this latest release.

Quick Start
Copy the jwplayer folder that contains this README to the www root of your website. Next, include the jwplayer.js script in the <head> of your HTML page. If you have a JW Player Key, add it in a second line right below the first one:

<script type="text/javascript" src="/jwplayer/jwplayer.js" ></script>
<script type="text/javascript">jwplayer.key="ABCDEFGHIJKLMOPQ";</script>

This key will automatically track video analytics to your JW Player account. If you don't have an account yet, check your inbox for your download confirmation e-mail or click here to sign up and get your key.

Now scroll down to the <body> of your HTML page and insert the JW Player embed code at the place you want your video to appear:

<div id="myElement">Loading the player...</div>

<script type="text/javascript">
jwplayer("myElement").setup({
file: "/uploads/example.mp4",
image: "/uploads/example.jpg",
});
</script>

See the online quickstart guide for a more elaborate description and a few example embeds.

Documentation
If you need help, the LongTail Support Community contains a wealth of information, including guides on:

Supported Media Formats and Browsers & Devices.
How to Customize and Troubleshoot your embeds.
Configuring Inline Playlists or RSS Feeds (with multiple formats/qualities).
Using Closed Captioning and RTMP Streaming.
The PNG Skinning Model and JavaScript API.
Visit our Support Forums for setup problems, bug reports or suggestions for new features or enhancements. The forums are very active and frequently visited by members of the JW Player development team.

Follow the LongTail Video Blog for news on the JW Player and online video in general. We frequently publish posts on topics such as HTML5, video SEO, H.264, VAST advertising, etc. You can also follow us on Twitter or like us on Facebook to stay connected.

Licensing
Under the terms of our Non-Commercial License, you can use, modify and redistribute the player for non-commercial purposes only. Commercial sites must purchase a license for the Pro, Premium or Ads editions. Examples of commercial use include websites with any advertisements, websites owned or operated by businesses, websites designed to promote products or services, and tools (e.g. a CMS) that bundle JW Player in their offering.

In addition to commercial use, the paid editions contain several new features:

The Pro edition is designed for use on commercial sites and includes the ability to set a Custom Logo.
The Premium edition includes adaptive streaming using Apple HLS in Flash, overlays for Related Videos and Social Sharing and an integration with Google Analytics. It also includes 8 premium skins.
In addition to all this, the Ads edition includes video advertising support using Direct Campaigns, Google IMA or IAB-standardized VAST/VPAID.
See the JW Player Pricing page for pricing and licensing info.

Note JW Player incorporates the AS3 Core library from Mike Chambers (BSD License), the FZIP library from NoChump (Zlib license) and the Block TEA library from Movable Type (CC-BY license).

Ethan Feldman

JW Player Support Agent  
0 rated :

@Leo – This is just a folder of the player files. I want to see where the player is embedded on your site. The link you provided two posts up has no such thing.

JW Player

User  
0 rated :

Thanks for getting back to me,Ethan

Try this page for the video

http://www.gabypsicoterapeuta.com/TVJW-AC.htm

and for the audio try


http://www.gabypsicoterapeuta.com/RadioJW-EL.htm

Hopefully, this is what you mean.

pleasde advise
thanks

leo

Ethan Feldman

JW Player Support Agent  
0 rated :

Ok, the scrolling issues still need to be fixed.

Regarding your audio playlist, even in the browser there are issues, I can’t seek, I would recommend re-encoding your audio files.

Regarding the video playlist, this happens because we still just use the default YouTube player on devices, the playlist won’t be visible on these devices until we use our own native controls on devices instead of failing back to the default YouTube player.

The audio playlist displays fine, but it can’t be scrolled, which is still a bug.

JW Player

User  
0 rated :

Thnaks Ethan,

I understand regarding the video on iPad.
I undestand the 'bug' on scrolling on the iPad

I don't understand regarding the audio part of your response.

Are you saying that on the iPad you DO get the picture thumbnails on the player and the playlist?? ( I do not get them, so am confused).

Separatly, - what do you mean about recoding the audio (it is already mp3 and sounds just fine in BOTH PC and iPad. TGhe problem is not the sound, it is the absence of thumbnails. Please clarify

thanks

leo

Ethan Feldman

JW Player Support Agent  
0 rated :

Np,

I get the thumbnails on the iPad, at least the iPad1.

The issue I found was in the browser, when I play your 1st audio file, at least in Firefox 18, no time scrubber shows up, and if I mouse over, all of the time slider tool tips say 0:00, so that would mean to me there’s an encoding issue with your audio.

JW Player

User  
0 rated :

Thanks for getting back to me.

I understand your comment on the audio slider, but I do not understand how that is related to my symptom.


The sound works great. I tried it on the pc, on iPad2, and on a Samsung smartphone - all audio works fine.

What does NOT work is the fact that the thumbnails are missing.

Do you believe that if there is an MP3 coding problem , it causes the thumbnail (.jpg) to disappear in wireless units, but work fine in the PC??? I don't understand.

(interesting that the thumbnails work in the audio player in your iPad1) - can you try it on iPad 2 or android device?

thanks

leo

Please clarify.

Ethan Feldman

JW Player Support Agent  
0 rated :

I will have to see if I can get my hands on another device to test this though.

Ethan Feldman

JW Player Support Agent  
0 rated :

Do you know what this file is? – http://www.gabypsicoterapeuta.com/Scripts/swffix_modified.js

If I render your site in HTML5 mode, this file throws an error:

Uncaught TypeError: Cannot read property ‘childNodes’ of null

Ethan Feldman

JW Player Support Agent  
0 rated :

Specifically:

Uncaught TypeError: Cannot read property ‘childNodes’ of null swffix_modified.js:169
getExpressInstall swffix_modified.js:169
registerObject swffix_modified.js:351
(anonymous function) RadioJW-EL.htm:249

JW Player

User  
0 rated :

Hi there, and thanks again

I do not know exactly, however it appears to be related to an FLV player I treid to install over 2 years ago and never worked. In the main webpage, there are seveeral FLV related files all on the exact same date in 2010.

My guess they can be deleted, but not sure if this is affecting my symptomps as they I don't believe those files are being called upon in any of the jwplayer pages.

any thoughts?

cheers

leo

Ethan Feldman

JW Player Support Agent  
0 rated :

I would try to remove that, see if it fixes it.

JW Player

User  
0 rated :

Well Ethan,

I did what you suggested, in fact I removed all the extraneous files I had on the server (but were not being called upon by anything as far as I am aware of). I took out any mention of any players I had previolsly loaded.

The result:

NOTHING CHANGED !

Absolutely no change in any of the symptoms. All works great on the PC and on the iPad2 and Samsung smartphone, exactly the same symptoms described earlier (repeated below)

Video

1. No playlist appears
2. A single player appears with it's thumbnail loaded with only one of the videos
3. The length of the rectangle holding this one video, is equivalent to the combined rectangle containing BOTH the player and the playlist in the PC (a very tall rectangle on the iPad

Audio

1) Player and playlist appear
2) No thumbnails appear on any of the items in the list , nor on the player
3) The playlist that shows can be played by clicking on it, however, the playlist cannot be scrolled with either one or two fingers (I thought this bug was going to be fixed with 6.1). when trying to scroll, the whole screen moves up or down in unison, so all the hidden items in the playlist cannot be reached.

You explained that some of the issues are related to YouTube and others are a bug, but the issue of no thumbnail pictures on audio on the iPad2 and Samsung smartphone is still a mystery.

a) Can you please check on any of the above hardware.
b) can you advise when the iPad scrolling bug will be fixed?

Please advise

Thanks

Leo

Ethan Feldman

JW Player Support Agent  
0 rated :

Leo:

I just went to – http://www.gabypsicoterapeuta.com/RadioJW-EL.htm

Cleared my cache.

I still see the same issue!

Is there another link I should be looking at?

JW Player

User  
0 rated :

Hi Ethan,

are you referring to line number 9 in the code of that page which I copy below


<script src="Scripts/swffix_modified.js" type="text/javascript"></script>

I am not sure if that is what you mean. If it is, I will try to eliminate it, and ssee what happens. _ I am not sure what it is or how it got there yet, but before doing it, want to see if that is the line you mean.

Please confirm

thanks

Leo

Ethan Feldman

JW Player Support Agent  
0 rated :

Yes, please remove it.

JW Player

User  
0 rated :

Hi Ethan,

I eliminated (actually changed it to a 'comment' within the page)
http://www.gabypsicoterapeuta.com/RadioJW-EL.htm, and there are no changes.

on the PC all works fine. in the iPad2, continues with no thumbnails.

any other suggestions??
thanks

Leo

JW Player

User  
0 rated :

CLARIFICATION
in my previous message i meant that i took the offending line

<script src="Scripts/swffix_modified.js" type="text/javascript"></script>
and changed it into a 'comment', so it is not active.

sorry for any misunderstanding.

cheers

Leo

Ethan Feldman

JW Player Support Agent  
0 rated :

There is still one more error:

Uncaught ReferenceError: SWFFix is not defined

RadioJW-EL.htm:253

This part of the code should also be removed:

<script type="text/javascript">
<!--
SWFFix.registerObject("FLVPlayer");
//-->
</script>

JW Player

User  
0 rated :

Hi Ethan

thanks again for working with me, however still no luck

I removed (actually 'comment"ed it out) . it was at the very end of the page.

No difference in syptoms.

All ok on the PC, but no thumbnails on the iPad2

What can it be ???

help

leo

Ethan Feldman

JW Player Support Agent  
0 rated :

There has to be some other weird CSS clash going on here.

I see the issue on this link – http://www.gabypsicoterapeuta.com/RadioJW-EL.htm

In Chrome too, with Flash disabled. You can test it.

JW Player

User  
0 rated :

Ethan,

I am not sure i understand your instruction.

Can you be more specific as to where in the code I need to delete/add/change on the page??

thanks

Leo

Ethan Feldman

JW Player Support Agent  
0 rated :

I would put just the player on a totally blank html page and see if the issues are still happening.

JW Player

User  
0 rated :

thanks Ethan, but again i do not understand.

the instruction from JWplayer are to copy a FOLDER called jwplayer in the root directory, which contains several files
jwplayer.flash, jwplayer.html5, jwplayer, readme. It also has a _notes folder .
I have done this .

Also inserted the two requested lines in the header of each page containing the player, and also to add some code in the body .

I have done that too.

I am not sure what you mean in your last suggestion. What code I should place in a brand new html page?? (Is this in addition to or instead of some of the code I already have.??

Please clarify
thanks

Leo

Ethan Feldman

JW Player Support Agent  
0 rated :

I want you to make a blank html page like this:

<!DOCTYPE html>
<html>
<head>
<title>Test Page</title>
</head>
<body>
<script src="/jwplayer/jwplayer.js"></script>
<script>jwplayer.key="I/lVrp1o5q+31K4RKyeR6F7COjx2H+ONt/5d2g=="</script>
<div id='my-video'></div>
    <script type='text/javascript'>
    jwplayer('my-video').setup({
		flashplayer: "/jwplayer/jwplayer.flash.swf",
		playlist: [			
	  		{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Sexualidad, Erotismo y Amor-(2005-11-01).mp3', 
			 image: "/Radio/RadioUniversidad-EmocionesLiquidas/Sexualidad, Erotismo y Amor-(2005-11-01).jpg", 
			 title: ' Sexualidad, Erotismo y Amor ', 
			 description: '',},					
			{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/El Estres-(2006-07-04).mp3', 
			 image: "/Radio/RadioUniversidad-EmocionesLiquidas/El Estres-(2006-07-04).jpg", 
			 title: ' El Estres ', 
			 description: '',},	
			{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/La Autoestima-(2006-11-07).mp3',
			 image: "/Radio/RadioUniversidad-EmocionesLiquidas/La Autoestima-(2006-11-07).jpg",
			 title: 'La Autoestima', 
			 description: '',},					 
			{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/La Verguenza-(2006-10-03).mp3', 
			 image: '/Radio/RadioUniversidad-EmocionesLiquidas/La Verguenza-(2006-10-03).jpg', 
			 title: ' La Verguenza ', 
			 description: '',},
			{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/La Violencia-(2006-04-04).mp3', 
			 image: '/Radio/RadioUniversidad-EmocionesLiquidas/La Violencia-(2006-04-04).jpg', 
			 title: ' La Violencia ', 
			 description: '',},				 		 
			{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/La Navidad y sus Emociones-(2006-12-12)).mp3', 
			 image: '/Radio/RadioUniversidad-EmocionesLiquidas/La Navidad y sus Emociones-(2006-12-12).jpg', 
		 	 title: 'La Navidad y sus Emociones', 
			 description: '',},	
			{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/La Nutricion y las Emociones-(2005-11-15).mp3', 			
			 image: '/Radio/RadioUniversidad-EmocionesLiquidas/La Nutricion y las Emociones-(2005-11-15).jpg',			
		     title: ' La Nutricion y las Emociones', 
			 description: '',},									  
			{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Sexualidad Infantil-(2005-11-22).mp3', 			
			 image: '/Radio/RadioUniversidad-EmocionesLiquidas/Sexualidad Infantil-(2005-11-22).jpg',			
		     title: ' Sexualidad Infantil', 
			 description: '',},	
			{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Chi-Kung Shaolin-(2005-11-29).mp3',
			 image: '/Radio/RadioUniversidad-EmocionesLiquidas/Chi-Kung Shaolin-(2005-11-29).jpg',
			 title: 'Chi-Kung Shaolin',	
			 description: 'Es un arte milenario, con prcticas sencillas para la claridad y serenidad mental.',},
			{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Terapia de Danza, Contacto y Movimiento-(2005-04-26).mp3', 
			 image: '/Radio/RadioUniversidad-EmocionesLiquidas/Terapia de Danza, Contacto y Movimiento-(2005-04-26).jpg', 
			 title: ' Terapia de Danza, Contacto y Movimiento ', 
			 description: '',},	
			{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Congreso de la educacion sexual (pre-beso).mp3', 
			 image: '/Radio/RadioUniversidad-EmocionesLiquidas/Congreso de la educacion sexual (pre-beso).jpg', 
			 title: 'Congreso de la educacion sexual', 
			 description: '',},	
			{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Manejo del Estres-(2005-11-08).mp3', 
			 image: '/Radio/RadioUniversidad-EmocionesLiquidas/Manejo del Estres-(2005-11-08).jpg', 
			 title: ' Manejo del Estres', 
			 description: '',},			
			{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Core Energetica-(2004-11-09).mp3', 
			 image: '/Radio/RadioUniversidad-EmocionesLiquidas/Core Energetica-(2004-11-09).jpg', 
			 title: ' Core Energetica ', 
			 description: 'Es una tcnica para bajar las defensas que hemos creado para reconocernos tal y como somos.',},		 
			{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Violencia en el Hogar-(2005-04-12).mp3', 
			 image: '/Radio/RadioUniversidad-EmocionesLiquidas/Violencia en el Hogar-(2005-04-12).jpg', 
			 title: ' Violencia en el Hogar ', 
			 description: '',},			  		 
			],
		primary: "flash",
width: '480',
height: '640',
controls: 'true',
listbar: {
position: "bottom",
size: 320
}			
    });
</script>
</body>
</html>

JW Player

User  
0 rated :

Thanks, Ethan

I did as you suggested.

I created a new page by cutting an pasting your code.

http://www.gabypsicoterapeuta.com/RadioJW-EL-Test.htm

the result:

NO CHANGE

on the PC allOK, on theiPad2 no thumbnails.

Can you please check it with an iPad 2 or a Samsung smart Phone and see what I am seeing???

Please advise

thanks

Leo

Ethan Feldman

JW Player Support Agent  
0 rated :

There are some stray commas I noticed, try this code:

<!DOCTYPE html>
<html>
<head>
<title>Test Page</title>
</head>
<body>
<script src="/jwplayer/jwplayer.js"></script>
<script>jwplayer.key="I/lVrp1o5q+31K4RKyeR6F7COjx2H+ONt/5d2g=="</script>
<div id='my-video'></div>
    <script type='text/javascript'>
    jwplayer('my-video').setup({
flashplayer: "/jwplayer/jwplayer.flash.swf",
playlist: [
  { file: '/Radio/RadioUniversidad-EmocionesLiquidas/Sexualidad, Erotismo y Amor-(2005-11-01).mp3',
image: "/Radio/RadioUniversidad-EmocionesLiquidas/Sexualidad, Erotismo y Amor-(2005-11-01).jpg",
title: ' Sexualidad, Erotismo y Amor ',
description: ''},
{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/El Estres-(2006-07-04).mp3',
image: "/Radio/RadioUniversidad-EmocionesLiquidas/El Estres-(2006-07-04).jpg",
title: ' El Estres ',
description: ''},
{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/La Autoestima-(2006-11-07).mp3',
image: "/Radio/RadioUniversidad-EmocionesLiquidas/La Autoestima-(2006-11-07).jpg",
title: 'La Autoestima',
description: ''},
{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/La Verguenza-(2006-10-03).mp3',
image: '/Radio/RadioUniversidad-EmocionesLiquidas/La Verguenza-(2006-10-03).jpg',
title: ' La Verguenza ',
description: ''},
{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/La Violencia-(2006-04-04).mp3',
image: '/Radio/RadioUniversidad-EmocionesLiquidas/La Violencia-(2006-04-04).jpg',
title: ' La Violencia ',
description: ''},
{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/La Navidad y sus Emociones-(2006-12-12)).mp3',
image: '/Radio/RadioUniversidad-EmocionesLiquidas/La Navidad y sus Emociones-(2006-12-12).jpg',
title: 'La Navidad y sus Emociones',
description: ''},
{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/La Nutricion y las Emociones-(2005-11-15).mp3',
image: '/Radio/RadioUniversidad-EmocionesLiquidas/La Nutricion y las Emociones-(2005-11-15).jpg',
     title: ' La Nutricion y las Emociones',
description: ''},  
{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Sexualidad Infantil-(2005-11-22).mp3',
image: '/Radio/RadioUniversidad-EmocionesLiquidas/Sexualidad Infantil-(2005-11-22).jpg',
     title: ' Sexualidad Infantil',
description: ''},
{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Chi-Kung Shaolin-(2005-11-29).mp3',
image: '/Radio/RadioUniversidad-EmocionesLiquidas/Chi-Kung Shaolin-(2005-11-29).jpg',
title: 'Chi-Kung Shaolin',
description: 'Es un arte milenario, con prcticas sencillas para la claridad y serenidad mental.',},
{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Terapia de Danza, Contacto y Movimiento-(2005-04-26).mp3',
image: '/Radio/RadioUniversidad-EmocionesLiquidas/Terapia de Danza, Contacto y Movimiento-(2005-04-26).jpg',
title: ' Terapia de Danza, Contacto y Movimiento ',
description: ''},
{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Congreso de la educacion sexual (pre-beso).mp3',
image: '/Radio/RadioUniversidad-EmocionesLiquidas/Congreso de la educacion sexual (pre-beso).jpg',
title: 'Congreso de la educacion sexual',
description: ''},
{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Manejo del Estres-(2005-11-08).mp3',
image: '/Radio/RadioUniversidad-EmocionesLiquidas/Manejo del Estres-(2005-11-08).jpg',
title: ' Manejo del Estres',
description: ''},
{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Core Energetica-(2004-11-09).mp3',
image: '/Radio/RadioUniversidad-EmocionesLiquidas/Core Energetica-(2004-11-09).jpg',
title: ' Core Energetica ',
description: 'Es una tcnica para bajar las defensas que hemos creado para reconocernos tal y como somos.',},
{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Violencia en el Hogar-(2005-04-12).mp3',
image: '/Radio/RadioUniversidad-EmocionesLiquidas/Violencia en el Hogar-(2005-04-12).jpg',
title: ' Violencia en el Hogar ',
description: ''}
],
primary: "flash",
width: '480',
height: '640',
controls: 'true',
listbar: {
position: "bottom",
size: 320
}
    });
</script>
</body>
</html>



Does that work? 

JW Player

User  
0 rated :

Thanks Ethan,

I cut and paseted your new suggestion to the 'test' page, and no difference.

on PC all OK,

on iPad2 no thumbnails.

other ideas??

If you actually try it on an android or an iPad2 you will see clearly the syptomps I am describing.

awaiting your ideas

cheers

leo

Ethan Feldman

JW Player Support Agent  
0 rated :

It isn’t iOS or Android specific, it is HTML5 specific. It happens in Chrome as well if you disable Flash (forcing the player into html5 mode).

Lets try this, for the first playlist item, can you change the image to be an absolute url instead of relative?

JW Player

User  
0 rated :

Hi Ethan,

I thought your last suggestion was a good idea, unfortunately .... NO CHANGE.

i CHANGED THE FIRST TWO AUDIO ITEMS INVOLVING THE .JPG FILES FROM:

{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Sexualidad, Erotismo y Amor-(2005-11-01).mp3',
image: "/Radio/RadioUniversidad-EmocionesLiquidas/Sexualidad, Erotismo y Amor-(2005-11-01).jpg",
title: ' Sexualidad, Erotismo y Amor ',
description: ''},
{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/El Estres-(2006-07-04).mp3',
image: "/Radio/RadioUniversidad-EmocionesLiquidas/El Estres-(2006-07-04).jpg",
title: ' El Estres ',


TO:


{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/Sexualidad, Erotismo y Amor-(2005-11-01).mp3',
image: "http://gabypsicoterapeuta.com/Radio/RadioUniversidad-EmocionesLiquidas/Sexualidad, Erotismo y Amor-(2005-11-01).jpg",
title: ' Sexualidad, Erotismo y Amor ',
description: ''},
{ file: '/Radio/RadioUniversidad-EmocionesLiquidas/El Estres-(2006-07-04).mp3',
image: "http://gabypsicoterapeuta.com/Radio/RadioUniversidad-EmocionesLiquidas/El Estres-(2006-07-04).jpg",
title: ' El Estres ',

AND CHECKED IT.

ON THE PC ALL CONTINUES TO BE OK

ON TEH IPAD2 AND ANDROID - NO THUMBNAILS.

ANY OTHER THOUGHTS??

CHEERS

LEO

JW Player

User  
0 rated :

I also tried to change one of the file names (the second item in the playlist) so that there are no blank spaces in the filename, but again, no change in the result.

Ethan Feldman

JW Player Support Agent  
0 rated :

Same issue in Chrome too (not iPad or Android specific). Please leave this up, we will get to the bottom of this.

This question has received the maximum number of answers.