Hi all, Has anyone used farooq ali''s rails plugin for media applications? (see link below) http://www.jroller.com/abstractScope/entry/flash_mp3_imageslideshow_media_player 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"?> <playlist version="1" xmlns="http://xspf.org/ns/0/"> <image><location>http://localhost:3000/images/image_1.JPG</ location></image> <image><location>http://localhost:3000/images/image_2.JPG</ location></image> <image><location>http://localhost:3000/images/image_3.JPG</ location></image> <image><location>http://localhost:3000/images/image_4.JPG</ location></image> </playlist> Many thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---