Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
WebmastaDj #1
AS3 Variable from HTTP service
Here is what I want to do. I need to know how to take an AS3 script, call a
PHP file which will return a single line of values separated by commas. Now,
for each entry (value between the commas) needs to be assigned to a different
variable in AS3 so I can use the variables to make comparisons.
Any Ideas on how to do this?
WebmastaDj Guest
-
HTTP Service give me error.......
Dear Friends, I have posted my query on flex builder, but now i think that this is the right place to post it.... I develop a smaple login... -
HTTP Service not doing what I want.
I've used HTTP service before, but why isn't it working now? The code I'm testing is the one found in the Flex Samples Explorer. It feels like... -
help on HTTP service
i want create a page which takes the values like "LOGIN ID" and "PASSWORD" to the another JSP page( this pages validates the loginid from my... -
How to specify HTTP-GET for web service client?
I need to send the web service requests using HTTP-GET as URL requests. How do I do that? Thanks! -
Web Service- Basic HTTP Authentication
Hi, Does anyone have a sample of Basic Http Authentication for a Web Service. Any help appreciated!! Thanks Ted -
atta707 #2
Re: AS3 Variable from HTTP service
using String.split() would return you an array and you can make any comparisons with array elements just like they were variables.
atta707 Guest



Reply With Quote

