Hi:
I downloaded the player and used the sample code from the setup wizard to play an XML playlist. I copied the code and published and everything is fine - the blip.tv xml is playing. Now I put a link to my xml and it does not play. So of course you say something is wrong with my xml file, right? Wrong - it plays just fine in my own SWF player which is a just a basic player copied from http://library.creativecow.net/articles/brimelow_lee/video_playlist.php
So, any suggestions on what could be wrong? Here is my HTML source
<body>
<embed
src="http://www.jeroenwijering.com/embed/mediaplayer.swf"
width="470"
height="300"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="width=470&height=300&file=http://www.TeeWhee.com/Channels/Comedy.xml"
/>
</body>
</html>
and here is the playlist
<?xml version="1.0" encoding="iso-8859-1"?>
<video>
<video url="http://www.youtube.com/get_video?video_id=c3k3QgAP8dw&l=117&sk=ThotMNJc33bFlnRQoB6mSAC&fmt_map=&t=OEgsToPDskIvQYLBPadOTTztnyHtM8gc&hl=en&plid=AARJcVrD7g0PEpifAAAAoAAgYAE" desc="The World's funniest commerials" />
<video url="http://www.youtube.com/get_video?video_id=wuEcLjbUS1E&l=330&sk=uUDYGbbJgHX9xyi0oRn3RQC&fmt_map=&t=OEgsToPDskKGE-RZzrNgqZwdh_jsdeOV&hl=en&plid=AARJcVrI6eAyIhB6AAAAoAQoYAA" desc="Soccer Comedy" />
</video>
And yes, I update as needed when I am playing it so that the youtube URLs work
Thanx,
AG

Because of Adobe Flash Player security restrictions, the SWF and XML files must come from the EXACT same domain. Host the mediaplayer.swf on http://www.TeeWhee.com/ and your playlist will work.