Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorandare
    • CommentTimeJun 17th 2008 edited
     permalink
    I am certain there is any easy solution to this, but I have given up hope for the time being. I just purchased "Mono" for the sole use it displaying a Flickr' feed. However, "Mono" has displayed this error straight out of the gate after changing the album tag to reflect the RSS feed in the XML file ...

    Here is a link to the test page:
    http://www.****EXPIRE****.com/mono_app/

    This is what my XML file looks like:

    <?xml version="1.0" encoding="utf-8"?>

    <!--
    Monoslideshow 1.32 configuration file
    Please visit http://www.monoslideshow.com for more info
    -->

    <slideshow>

    <preferences
    kenBurnsMode = "random"
    />

    <album size="medium">
    <flickr><![CDATA["http://api.flickr.com/services/feeds/photos_public.gne?id=24831156@N02&lang=en-us&format=rss_200"]]></flickr>
    </album>

    </slideshow>

    ANY help is very greatly appreciated ...
    • CommentAuthorandare
    • CommentTimeJun 18th 2008 edited
     permalink
    I am testing this through Flash Player 9 ... if that helps.
    • CommentAuthorandare
    • CommentTimeJun 19th 2008
     permalink
    Hey Andare. To answer your question, it's not going to work. And I would like to add on behalf on Monakai, "Thanks for the twenty bucks". Cheers ...
    • CommentAuthorandare
    • CommentTimeJun 19th 2008
     permalink
    Thanks for the response Andare.
    •  
      CommentAuthorMonokai
    • CommentTimeJun 20th 2008
     permalink
    Please remove the quotes from the CDATA tag and it should work:

    <album size="medium">
    <flickr><![CDATA[http://api.flickr.com/services/feeds/photos_public.gne?id=24831156@N02〈=en-us&format=rss_200]]></flickr>
    </album>
    • CommentAuthorandare
    • CommentTimeJun 23rd 2008
     permalink
    Works fantastic once uploaded to the server ... thanks.