Ive set up everything for Youtube Videos - Im using embedded media - and want to make a playlist out of youtube videos embedded by users into the site. In views, I have set File - as Content - file URL. When playing my video playlist only 1 sec of the video plays then just stops. How can this be fixed?

Comments

L0rne’s picture

I seem to be having the same problem.

I have a view generating a list of video nodes. The view uses the "SWF Tools" style. There is a mix of flv files (which work fine) and YouTube urls (which load and play for less than a second, then end). I have some code in views-view-swftools.tpl.php which makes sure a valid file or YouTube URL gets put into $files.

For example, The following works fine if I put it into a Drupal page using the php filter:

echo swf("http://www.youtube.com/watch?v=ghYv2fIlgDo");

but that same file in the view playlist plays for only a fraction of a second.

I'm using jwplayer 4.