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 ea

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 t

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 fie

[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-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 t

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 da

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, Jason

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

Re: [Flashcoders] I have small doubt

2007-03-13 Thread Gustavo Duenas
avo Duenas Sent: 13 March 2007 14:01 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] I have small doubt hi, this is the kind of thread I like it ...does anyone knows if I can send data from flash to a xml file and how this have to be(the xml)... I know how to write by myself i

RE: [Flashcoders] I have small doubt

2007-03-13 Thread Nick Weekes
t: Re: [Flashcoders] I have small doubt hi, this is the kind of thread I like it ...does anyone knows if I can send data from flash to a xml file and how this have to be(the xml)... I know how to write by myself into the xml, but I'd like to do this from flash, like sending forms to a cfm page, but

Re: [Flashcoders] I have small doubt

2007-03-13 Thread Gustavo Duenas
Sent: 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 a

Re: [Flashcoders] I have small doubt

2007-03-13 Thread Gustavo Duenas
m/software/zinc/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 sm

RE: [Flashcoders] I have small doubt

2007-03-13 Thread tzoli
Sent: 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 a

RE: [Flashcoders] I have small doubt

2007-03-13 Thread Smeets, Ben
oders@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 f

[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 ___