My PhotoBruno Brás Silva

09, April 1986

info@brunosilva.net

Sintra Lisbon Portugal

Vertigo: Slide.Show

Posted on 12:51pm 1/28/2008 by Bruno Silva in Freeware, Open Source, Programming, Silverlight, Web

Some time ago I’ve found an nice Silverlight 1.0 application which is now part of Silverlight.net Showcase. It is an open source configurable slide show application. The configuration is made by using XML or inline javacript (using JSON - JavaScript Object Notation).

Vertigo: Slide.Show

Vertigo: Slide.Show

See the live demo in Vertigo’s website. I had some issues while trying it on Firefox. The problem was Silverlight 1.1 September Alpha Refresh. So, in Internet Explorer it runs well with the 1.1 version, but to run it on Firefox you must have the stable 1.0 version.

This project is also hosted in Codeplex.

12 Responses to “Vertigo: Slide.Show”

  1. [...] time ago I talked about Slide.Show. A slide show web application made with [...]

  2. Hi,
    I need the Vertigo slide show to start up in the Album display mode and not in the slide show mode. Is is possible to achieve this behavior via configuration?

    Thanks,
    Moiz Tankiwala

  3. Thanks Bruno, that was excatly what I was looking for.

    Thanks,
    Moiz Tankiwala

  4. How can i dynamically assign picture folder, instead of using Data.xml file?
    Here is one example, but i couldn’t get it to work.

    Thanx Bruno!!!!

  5. You can create an ASPX/PHP/(whatever server technology you use) file which prints out a list of files present in a particular folder.
    In the DataProvider.js you can change the XMLDataProvider from
    SlideShow.merge(this.options,
    {
    url: “Data.xml”
    });
    to
    SlideShow.merge(this.options,
    {
    url: “myData.aspx”
    });
    Another option is using a webservice, I think that you can easily find some sample code about how to invoke a webservice using the Javascript XMLHttpRequest Object.

  6. Thanx Bruno for suggestion. I like the idea with creating aspx page. Basically source of the page should look like data.xml ?

  7. yes. that’s right :)

  8. Bruno it didn’t work for me. I just copied xml from data.xml and pasted to .aspx page. This js code not working var document = request.responseXML;
    var obj = this.parseXmlDocument(document);

    request has xml, but doesn’t have request.resonseXML

  9. [...] while ago I talked about Slide.Show. Some one asked me how to dynamically look into a folder and create a slide show based on its [...]

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

© Bruno Silva | Powered by Wordpress