ActionScript 3.0

Tuesday, June 16th, 2009

Monday, March 3rd, 2008

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 [...]

-->

Friday, June 1st, 2007

Thursday, May 24th, 2007

Sunday, May 13th, 2007