Re: [Flashcoders] I have small doubt

2007-03-19 Thread Kerem İŞERİ
hi .. yes you can do it but you need a serverside script in order to make it happen. you should use loadVars and your serverside script can take the variables easily and add inside the xml. goodluck. kerem. sirajudeen kamarul jaman wrote: hi toeverybody, this is first time to joining

Re: [Flashcoders] I have small doubt

2007-03-19 Thread Gustavo Duenas
do you have an example of a server side page on cfm? Regards Gustavo Duenas On Mar 19, 2007, at 12:32 PM, Kerem İŞERİ wrote: hi .. yes you can do it but you need a serverside script in order to make it happen. you should use loadVars and your serverside script can take the variables

[Flashcoders] I have small doubt

2007-03-18 Thread sirajudeen kamarul jaman
hi toeverybody, this is first time to joining the team.i have small doubt. i have one xml file that file containing two fields,student name and question.how to update the xml file from flash. Is it possible to update the xml node? thanks for ur advacne replay

Re: [Flashcoders] I have small doubt

2007-03-18 Thread Michael Boski
A server side item in asp, php etc... has to do the actual righting of the file. flash can not. On 3/18/07, sirajudeen kamarul jaman [EMAIL PROTECTED] wrote: hi toeverybody, this is first time to joining the team.i have small doubt. i have one xml file that file containing two

Re: [Flashcoders] I have small doubt

2007-03-16 Thread Gustavo Duenas
thanks pals I just wanted to know how possibly I can do it. thanks for the tip I'm gonna run this in the coldfusion lists in order to know more about that. regards Gustavo On Mar 14, 2007, at 6:05 PM, Omar Fouad wrote: Yes the only way to do it is using server side scripts as you cannot

Re: [Flashcoders] I have small doubt

2007-03-14 Thread Omar Fouad
Yes the only way to do it is using server side scripts as you cannot alter and save xml files On 3/13/07, Mick G [EMAIL PROTECTED] wrote: If you're using CFM, just do a standard POST to a CFM script that updates the XML. It's more of an issue of how you can do this in Cold Fusion (which

RE: [Flashcoders] I have small doubt

2007-03-13 Thread Smeets, Ben
@chattyfig.figleaf.com Subject: [Flashcoders] I have small doubt hi toeverybody, this is first time to joining the team.i have small doubt. i have one xml file that file containing two fields,student name and question.how to update the xml file from flash. Is it possible to update the xml node? thanks for ur

RE: [Flashcoders] I have small doubt

2007-03-13 Thread tzoli
: Tuesday, March 13, 2007 11:17 AM To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] I have small doubt Hi! If I understand correctly, you want to edit (physically) a xml file on a client's pc right? This is not possible without extra server side efforts. You can load an xml file

Re: [Flashcoders] I have small doubt

2007-03-13 Thread Gustavo Duenas
/osx/ I've used it for the same task, and it was perfect. Z. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Smeets, Ben Sent: Tuesday, March 13, 2007 11:17 AM To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] I have small doubt Hi! If I

Re: [Flashcoders] I have small doubt

2007-03-13 Thread Gustavo Duenas
: Tuesday, March 13, 2007 11:17 AM To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] I have small doubt Hi! If I understand correctly, you want to edit (physically) a xml file on a client's pc right? This is not possible without extra server side efforts. You can load an xml file

RE: [Flashcoders] I have small doubt

2007-03-13 Thread Merrill, Jason
I have the files in a web server, a coldfusion serverso I need the server language in order to write this data into a xml...right? I was wondering if I just send the data over a flash form directly to the xml...and that's it...tell me if I wrong. because If I don't ask, I wouldn't learn.

Re: [Flashcoders] I have small doubt

2007-03-13 Thread Teresa Hardy
We just covered this last week in another thread. Omar recommended PHP it is a very simple php function called write(). look for it at www.php.net but I had already written it in Python using the minidom module. It makes for a nice little cgi bin script. Teresa On 3/13/07, Merrill,

Re: [Flashcoders] I have small doubt

2007-03-13 Thread Mick G
If you're using CFM, just do a standard POST to a CFM script that updates the XML. It's more of an issue of how you can do this in Cold Fusion (which this list is probably not the best place to get help). If you create a form that has this functionality you need then flash will be able to post

[Flashcoders] I have small doubt

2007-03-12 Thread sirajudeen kamarul jaman
hi toeverybody, this is first time to joining the team.i have small doubt. i have one xml file that file containing two fields,student name and question.how to update the xml file from flash. Is it possible to update the xml node? thanks for ur advacne replay