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.
HiSomeone know how to download a pdf file with HTTPService? I do that private function downloadPDF():void
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
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.
I have the following HTTPService defined: <mx:HTTPService id=\"youTubeHttpService\" result=\"resultHandler(event)\" fault=\"faultHandler(event)\"/>
I need to send a byte 开发者_JAVA技巧array of data (its an image source) along with a bunch of other vars to a service.
Firstly i share my code that it is right. [Bindable] private var myArrayCollection:ArrayCollection; private function serviceSend():void
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
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
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