Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Actionscript GET/POST
Name: mie2com Date: September 23, 2007 at 10:10:53 Pacific OS: xp CPU/Ram: Pentium 4 Product: Dell
Comment:
Hi. I'm new to actionscript. Currently doing some stuff with HTTPService class in flex. I just want to know, can we retrieve outside data to actionscript just like PHP $_POST[]/$_GET[] method? What is the right way to do this.
Name: mie2com Date: September 24, 2007 at 11:40:18 Pacific
Reply:
thanks tonysathre. that's gain me some knowledge a bit. however, if i'm not mistaken, that is working from flex itself. what i'm try to look is, something like passing data, through url, receive by flex, and flex process it for output. i understand we can do this:
From Flex page -- > pass variables to --> PHP
can we do backward of this:
From PHP page -- > pass variables to --> Flex
0
Response Number 3
Name: mie2com Date: September 24, 2007 at 11:44:23 Pacific
Summary: How can I get POST/GET data passed into the page when I write it in c++? Example - I have a page called form.exe?ID=1&Form=2 How could I get ID and Form values? Thanks, -Frank ...
Summary: You can put it almost anywhere, but don't try to paste it inside of another sub of function. I usually put my own subs and functions below code for controls, but that's just a personal preference. Re...