Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
Clukey #1
xml.send to asp
This probably isn't the right forum for this, but I can't find an answer
anywhere else.
I have a swf that is sending an xml document using xmlObj.send and POST, but
in the asp document I cant figure out how to get the information and
Request.Form isn't working
Does anyone know how to do this? Thanks
Clukey Guest
-
send data and then alter it after send
when attaching data using send, to a published video...is it then possible to alter this data? ie: if a title for the movie was attached using... -
Want to send the var to jsp
Hi i am very new to Flex so please help me! i have login page in flex ..if i click the submit button i want to send the two variable to java how... -
Does Socket.send send all bytes?
Does ruby's Socket.send send all bytes at once, or does one have to keep count of bytes sent and repeat sending until all are sent (a la C etc)? -
Send to
How do I put programmes(Norton wipeinfo)onto my right click Send to list?? Sorry if this is a bit simple,but I can't find it in Help. -
Net send pop-ups
Ian <> wrote: Advice on Popups and their elimination: http://www.fracas.net/newsgroups/generaladvice.html#popups or http://tinyurl.com/el9s ... -
Clukey #2
Re: xml.send to asp
Also, GET works with unescape(Request.QueryString), but I can't find the request anywhere with POST
Clukey Guest
-
Gorka Ludlow #3
Re: xml.send to asp
The thing is the XML object in flash does not throw the POST parameters in a
var=value pair format. You'll need to find a way to acces the raw data sent to
the browser. I know how to do this in php but not in asp (I'm sure there is a
way).
Cheers,
Gorka
[url]http://www.AquiGorka.com/blog[/url]
Gorka Ludlow Guest
-
Clukey #4
Re: xml.send to asp
Well, I've been told that raw POST data should come in Request.Form but for
some reason it's not there, and I'm sure there is a way to do it but the only
way I have found with POST is to use Request.BinaryRead(Request.Totalbytes),
but thats binary, and I can't write binary data to a file, so it doesn't work
for me.
Clukey Guest
-



Reply With Quote


