Wednesday, 23 March 2011

AS3 Project Sample: A matter of parsing and loading XML

During a recent project I've had to create a set of swf that all run off of a central XML file, this involves:
i) identifying yourself (through flashvars)
ii) the loaction of the central xml files (through flashvars)
iii) extract the snippet relating to your own id then pass into LoaderMax
iv) manipulate the loaded objects within the swf

No comments:

Post a Comment