flash xml gurus

Out of context: Reply #2

  • Started
  • Last post
  • 2 Responses
  • unfittoprint0

    #Make the XML file

    #parse it using the XML object:

    contentXML = new XML():
    contentXML.onLoad = function(sucess){
    parseXML();
    } else {
    trace("bollocks!");
    }
    ]

    contentXML.load("myXML")

    use a for in loop inside the parsing function to extract the information/location regarding the thumbnails/images.

    update their _x position with something like
    this["thum"+i]._x=this["thum"+(i...

    After the loop initiate a setInterval that slides continuosly.

    good luck.

View thread