• I created a playlist on wordtube and I added some files in this playlist, but i need to know where the file of the playlist created is, because i have to link it in another player.
    So….where can I find my playlist?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not the plugin author, but the playlist file is generated in realtime based on the playlist id. I’m not even sure the returned XML content is portable… it probably only works with the jwplayer…

    You can find the url by looking at the “flashvars” parameter inside the <object> tag of the flash player in the HTML source – you want the value for the “file” attribute. Note that it is urlencoded, so you’ll need to decode it. It will probably look something like this in the end: https://[hostname]/index.php?xspf=true&id=%5Bplaylist id]

    Also, there’s no guarantee the url won’t change with subsequent releases of the plugin.

    Hi guys,

    I have a problem with the playlists. It keeps on saying that “Task Queue failed at step 5: Playlist could not be loaded: XML could not bee parsed or playlist was empty”. Could you give me a hand on this one?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: wordTube] url of the playlist’ is closed to new replies.