as3 HTTP Request for BB Playbook Tablet
I am developing an app for blackberry playbook and I need to make http request. And I can't find available class for it. Tried to use mx.rpc.http.HTTP开发者_如何学JAVAService class but it's not available. May be its a trivial question, but I'm realy stuck.
Thanks.
Actually that HTTPService class is available, as is flash.net.URLLoader. If you can't get your setup to find HTTPService, you've got it configured incorrectly.
For mx.rpc.http.mxml.HTTPService try adding the namespace thingy:
xmlns:mx="library://ns.adobe.com/flex/mx"
and add frameworks\libs\mx\mx.swc to the Flex Build Path in Flash Builder
精彩评论