httpservice
Flashbuilder 4.5. Parse results of HTTP Service Call
I\'m making an HTTP Service Call using Flash Builder 4.5. My web service returns a string. I\'m having trouble understanding how to read in the returned string.[详细]
2023-04-08 03:47 分类:问答Download PDF file in Flex with HTTPService
HiSomeone know how to download a pdf file with HTTPService? I do that private function downloadPDF():void[详细]
2023-04-04 06:06 分类:问答Flex Builder 4 - Send and Receive Data from PHP File
Hope someone can help me. Although I have some background in programming, I am quite new to web development. I am trying to to connect a flex builder 4 to a PHP file. I created a form and httpservice[详细]
2023-03-30 15:11 分类:问答Can't I set a variable at property url mx:HTTPService?
I build an application that need httpservice feature. This application will be deployed at some computer. So, I don\'t have an idea to set variable at url property.[详细]
2023-03-27 13:09 分类:问答Flex - HTTPService - Security error accessing YouTube api
I have the following HTTPService defined: <mx:HTTPService id=\"youTubeHttpService\" result=\"resultHandler(event)\" fault=\"faultHandler(event)\"/>[详细]
2023-03-23 15:59 分类:问答Need to use HTTPService rather than URLRequest to send data. content type is messing with the data?
I need to send a byte 开发者_JAVA技巧array of data (its an image source) along with a bunch of other vars to a service.[详细]
2023-03-23 15:46 分类:问答how to use httpservice to request&response json data from mobile(client) to server in flash builder 4.5?
Firstly i share my code that it is right. [Bindable] private var myArrayCollection:ArrayCollection; private function serviceSend():void[详细]
2023-03-23 05:41 分类:问答Is there any way to receive an image file through Flex's HttpService?
I\'ve written this piece of code to use a PHP script to send data to Flex. Here\'s the Flex Code: <s:HTTPService id=\"imageService\" url=\"http://localhost/bookView/amfphp/services/ImageServer/sh[详细]
2023-03-16 09:22 分类:问答How to delay a screen component to be drawn until HttpService response callback returns?
I have a Group screen component with some Path elements inside. The Group has a (default) style, and the Path has a (default) stroke. When the program starts, (on initialize) loads from a server (via[详细]
2023-03-10 21:53 分类:问答Adobe AIR Flex/Actionscript URLLoader vs HTTPService (Async tokens and Windows proxy settings)
I\'ll try and keep this short. I\'ve written an AIR app that uses an HTTPService to request various bits of data.There can be multiple services firing at once, so I use the standard AsyncToken behavi[详细]
2023-03-09 15:19 分类:问答