pracashgv
01-02-2004, 07:38 AM
How can I create XML file From Flash itsef?
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:
Powered by vBulletin™ Version 4.1.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.