Skip to main content
Known Participant
September 28, 2008
Answered

Creating XML Files

  • September 28, 2008
  • 3 replies
  • 505 views
Hi,

Is it possible to actually create an XML file from scratch with Flash? Thanks.
This topic has been closed for replies.
Correct answer Newsgroup_User
You can, but you will need some server-side scripting to save the text to a
.xml file. You cannot do it without server-side script.

--
Dave -
www.offroadfire.com
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/


3 replies

Known Participant
October 2, 2008
Thank you both. That makes sense.
Newsgroup_UserCorrect answer
Inspiring
September 29, 2008
You can, but you will need some server-side scripting to save the text to a
.xml file. You cannot do it without server-side script.

--
Dave -
www.offroadfire.com
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/


Inspiring
September 29, 2008
As far as I know you cannot phisicaly create a .xml format file with flash, well not unless you use a thirdparty code to do this for you. But you can create XML within a swf and then possibly sent this else where or to another swf file.