PDA

View Full Version : XML



pracashgv
01-02-2004, 07:38 AM
How can I create XML file From Flash itsef?

Taff
01-03-2004, 11:47 PM
if you are trying to create something on the server then you will need to use something like PHP, ASP or CF (or a different type of server sided script) to write. If you just want to use it in flash then you can use methods such as

appendChild();
cloneNode();
createElement();

etc.

More information may help :wink: