I'm trying to get this "longtail" player with a xml play-list to work. When I apply the code underneath and preview it in a browser it doesn't show in the browser. All of the links with the code go to websites and stuff that's already on the web, so thats not an issue. Does my file have to be uploaded as well? I don't have regular access to the ftp up-loader but If I have to upload my files then I will try it.... Here is a link to what I am trying to apply... I don't get it... I'm not "super coder man" but I know some and tried a lot of what I know I don't know why its not working...
I you need more information then I gave please say so and I will try and fill in the blanks...
This is the XML Code I'm working with:
And this is the HTML code I'm working with:Code:<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/"> <channel> <title>Example media RSS playlist for the JW Player</title> <link>http://www.longtailvideo</link> <item> <title>Opening credits</title> <media:content url="http://content.bitsontherun.com/videos/cdqMNeoG.m4v" type="video/x-m4v" start="00:00" /> <media:thumbnail url="http://www.longtailvideo.com/jw/upload/ed1.jpg" /> <description>In which we meet Proog and Emo, the two characters of this movie.</description> <link>http://orange.blender.org/</link> </item> <item> <title>Wire attack</title> <media:content url="http://content.bitsontherun.com/videos/cdqMNeoG.m4v" type="video/x-m4v" start="00:26" /> <media:thumbnail url="http://www.longtailvideo.com/jw/upload/ed2.jpg" /> <description>In which the computer world of our actors is being introduced.</description> <link>http://orange.blender.org/</link> </item> </channel> </rss>
HTML Code:<script type="text/javascript" src="http://www.jeroenwijering.com/embed/swfobject.js"></script> <div id="player">This text will be replaced</div> <script type="text/javascript"> var so = new SWFObject('/jw/embed/player.swf','mpl','660','300','9'); so.addParam('allowscriptaccess','always'); so.addParam('allowfullscreen','true'); so.addParam('flashvars','&file=http://www.longtailvideo.com/jw/upload/chapters.xml&backcolor=888888&frontcolor=333333&lightcolor=FFFFFF&screencolor=000000&playlistsize=290&streamer=lighttpd&controlbar=over&playlist=right'); so.write('player'); </script>



Reply With Quote
Bookmarks