Image rotator plugin

Hi all,

Has anyone used farooq ali’s rails plugin for media applications? (see
link below)

I am trying to create a simple slideshow on my site and I am using
farooq’s plugin for image rotator (http://www.longtailvideo.com/). I
have created an xspf playlist file to run through the images. When I
open the browser, however, the images are not displaying. I have never
written an xspf file before so I’m not sure what I’m doing wrong. Can
someone take a look at my xspf file to see if is correct? At least
then I’ll know that the problem lies elsewhere.

<?xml version="1.0" encoding="UTF-8"?>
    <image><location>http://localhost:3000/images/image_1.JPG</

location>
http://localhost:3000/images/image_2.JPG</
location>
http://localhost:3000/images/image_3.JPG</
location>
http://localhost:3000/images/image_4.JPG</
location>

Many thanks.