Unfortunately Flash can not write out an XML file by itself. You need a server side programming language like PHP (which is why you're in this forum) to do that. My example above would help you get...
There are better ways to do this...You can pass variables to the PHP rather than writing out XML and then having PHP parse it out and give you return values, put it in a DB, etc....
In an attempt to save someone some heartache, I'm going to write up about a problem that I've seen, but hasn't been well documented. The new Office 2007 file extensions (docx,potx,xlsx,etc) turning...
In an attempt to save someone some heartache, I'm going to write up about a problem that I've seen, but hasn't been well documented. The new Office 2007 file extensions (docx,potx,xlsx,etc) turning...
Ok...after downloading the FLV you gave me and testing on my own system I'm thinking that the FLV itself is corrupt somehow. I can't get it to work on my system locally...can you get another copy of...
The SWF they sent you may have a hard coded link rather than a relative link which may create access problems. Do you have access to the FLA file or just the SWF they sent you?
Sounds like you have a complex development task here. I've created something that does this in the past and you really do need to use XML even if they say you don't :)