serve the player with a youtube link from a playlist

Seek help running and customizing Nuevoplayer Please do not post bug reports, or feature requests here.

serve the player with a youtube link from a playlist

Postby welbyobeng » Tue Feb 21, 2012 1:46 pm

Hi Guys:

I was wondering if you can serve the player with a youtube link from a playlist, Because without a playlist (serving the file directly) , youtube videos plays but when I serve it from a playlist, it doesn't play.

This is the code I use for the playlist
Code: Select all
<playlist xmlns="http://xspf.org/ns/0/" version="1">
<trackList>
<track>
<file>http://www.youtube.com/watch?v=heEqAwQ5phI</file>
</track>
</trackList>
</playlist>

This is the code I use on the html
Code: Select all
        <object width="640" height="360" data="http://domain.com/nuevo/player/player.swf" type="application/x-shockwave-flash">
    <param name="movie" value="http://domain.com/nuevo/player/player.swf">
    <param name="flashvars" value="config=http://domain.com/testplayer/config.xml&amp;guide=http://domain.com/movies/guide/mid/4807&amp;playlist=http://domain.com/movies/playlist/mid/4807&amp;image=thumbnail.jpg">
    <param name="allowscriptaccess" value="always">
    <param name="allowfullscreen" value="true">
    <param value="transparent" name="wmode">
    <param name="bgcolor" value="#000000">
    </object>
welbyobeng
 
Posts: 7
Joined: Thu Dec 29, 2011 11:55 am

Re: serve the player with a youtube link from a playlist

Postby dargre » Tue Feb 21, 2012 2:43 pm

Of course youtube link can be set as "file" value inside playlist file.
There are even demos on Nuevolab website with playlist and youtube vids inside.
EG. on http://www.nuevolab.com/javascript
there should be one or more youtube videos among playlist items.
And such playlist is generated randomly in file: http://www.nuevolab.com/new/playlist_wizard.php


If you can't achieve this - this means that your playlist is not properly conifgured.
Thank you,
Nuevolab Team
dargre
 
Posts: 331
Joined: Mon Sep 07, 2009 3:47 am

Re: serve the player with a youtube link from a playlist

Postby welbyobeng » Tue Feb 21, 2012 5:31 pm

Do you see anything wrong with my two codes above?
welbyobeng
 
Posts: 7
Joined: Thu Dec 29, 2011 11:55 am

Re: serve the player with a youtube link from a playlist

Postby dargre » Thu Feb 23, 2012 12:09 am

No I don't see anything wrong in your playlist example pr flash object.

But you can have any other invalid URL in your config file or inside flash object, or an error in config file (php or xml). Until I do not see real flash object on website with real playlist and config xml files I cannot say anything more.
Surely if we could see real online example then we could tell you what's wrong in a minute (rather seconds)

I copied your playlist with same youtube file and assigned to similar flash object on this page:
http://www.nuevolab.com/embed.php
so you can see, it's playing fine both youtube SD and HD

Just check every URL that you assign inside flash object and config if it is valid, accessible in browser.
Thank you,
Nuevolab Team
dargre
 
Posts: 331
Joined: Mon Sep 07, 2009 3:47 am


Return to Troubleshooting & 'How Do I' Questions

Who is online

Users browsing this forum: No registered users and 0 guests