Simple Flash and XML sample Learning flash and xml
Creating flash file and then accessing xml file is a basic task that is done in flash scripts.We load data from xml file or http path.This data can be dynamic but we have not to worry about its size or dynamic nature.We process the xml file using DOM methods in flash.This simple basic article will show you basic connection between flash and XML, it will show you what to add in the flash file in order to be able to read tags from an XML file and then use that data inside flash.


