Computing.Net > Forums > Programming > Actionscript GET/POST

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

Reply to Message Icon

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.



Sponsored Link
Ads by Google

Response Number 1
Name: tonysathre
Date: September 23, 2007 at 19:09:20 Pacific
Reply:

Click Me

"Computer security." — Oxymoron


0

Response Number 2
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
Reply:

Just like when we pass url, for example:

http://www.example.com?myvar=abc

and PHP can receive as $_GET['myvar'],

can Flex receive that?


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Actionscript GET/POST

Getting QueryStrings in C++ www.computing.net/answers/programming/getting-querystrings-in-c/4843.html

A better way? www.computing.net/answers/programming/a-better-way/5220.html

converting text to binary www.computing.net/answers/programming/converting-text-to-binary/4891.html