httpservice
HTTPService & MySQL & PHP
I can\'t seem to post needed information to my database, here\'s what I\'ve got: <mx:HTTPService id=\"someService\" url=\"http://name.domain/postPHP.php\" method=\"POST\">[详细]
2023-01-14 05:48 分类:问答onResult HTTPService
I have a HTTPService: <mx:HTTPService id=\"scoreService\" url=\"http://\" method=\"POST\" result=\"onResult(event)\">[详细]
2023-01-13 20:17 分类:问答Limit to number of HTTPService calls that can be made at once
I have 5 Cairngorm Events that I am dispatching at the same time(one right after the other)- all of which call a separate HTTP Service. This works fine when I run the application locally however when[详细]
2023-01-13 17:20 分类:问答whats the difference between url and destination using httpservice in flex?
I wonderingwhats the difference between url and destination using httpservice in flex. I came across a httpservice example that looked something like this[详细]
2023-01-06 11:58 分类:问答Passing parameters to .NET ClickOnce-deployed application from Flex without URL being visible
I\'m passing parameters to a .NET ClickOnce-deployed application via the URL from a Flex application. This is done by simply redirecting the user to http://myDomain/myApplication.application?a=1.[详细]
2023-01-05 15:55 分类:问答doesn't parse xml when it's a single node
my script.php returns this XML <all> <item> <field1>value1</field1> <field2>value2</field2>[详细]
2022-12-30 05:01 分类:问答Flex HTTPService security error using Safari
I\'m using the HTTPService object in actionscript to send some data to a php file on another server which then inserts the data to a database.I set up the crossdomain.xml file in the root of the direc[详细]
2022-12-30 01:03 分类:问答Performance problems in apache server with php
I think I have a performance problem in my apache server. I have apache server on solaris 10 with php and some flash client applications.[详细]
2022-12-29 23:54 分类:问答Flex Client application - HTTPRequest fail in the initialize function
I have a serious problem in my flex client applications. I have an apache server with php web services.[详细]
2022-12-29 15:21 分类:问答Can't read output of httpservice
I have an HTTPservice id=\"myhttp\" url=\"site.com/script.php\" method=\"POST\" resultFormat=\"xml\" The script it uses returns[详细]
2022-12-29 09:33 分类:问答