In my app i am retrieve data from web services and show in uitableview it is fine but problem is that in mu tableview suppose 10 row (that is city name and latitude longitude of all city that are in m
Im trying to create a browser popup window with some text, rather than using the Alert.show() or Flash Player level popups.
I want to access html files which are protected by basic authentication. I am trying to load this html page using htmlloader and sending the request by urlRequest.
Is there a way to 开发者_开发技巧go to a url without redirecting to it? Basically I want to call a url from within my application in the background so it can logout a reliant party.
I have a PHP process that does a bunch of stuff and I want to send feedback to the Flash client that calls it, as the request is being processed. However, since I\'m listening for the COMPLETED event,
I will use the URLRequest to upload the modified image in Flex.It works fine.However, I need to add Content-Length as a URLRequestHeader for the moment, and I get error 2096.Then, I know that this hea
I am building a web-app tha开发者_StackOverflowt should send some data to the server. Flash has a built in timeout limit for URLRequest set to 30 seconds.
I\'m using a URLRequest to get a resource. I need to clear the Referrer information in the request. Is there a way to do this?
OK, I have a situation where I use loadvars to load an xml file, which has the address of 2 swf\'s on the server.I can trace the xml items so know they are loading.So I\'m trying to load the swf\'s bu
What is the difference between URLLoader and URLRequest in A开发者_JS百科ctionscript?URLRequest prepares a url to be used by any service in Flash that needs to communicate with a server, capturing all