Bug

Wednesday, July 11th, 2007


Direct link to SWF
An example of the XML im using :

<pictures>
  <img src=”example.jpg” />
</pictures>

The ActionScript :

function BuildImageList(vXML:XML):void{
  trace(vXML.pictures.img);
}

As [...]

-->