« vCard Parser in ActionScript 3 | Main | Apollo Sample Application Source Code »
March 30, 2007
ActionScript 3 FedEx Libraries
I just checked some ActionScript 3 libraries into to Google code for accessing the FedEx web APIs. They aren't 100% complete, but they support a fair amount of functionality like:
- Tracking packages.
- Shipping packages.
- Deleting shipments.
- Registering for meter numbers.
- Request a Signature Proof of Deliver.
The package is checked in as as3fedexlib. I expect to be adding additional functionality over time.
Posted by cantrell at March 30, 2007 9:19 AM
Comments
Cool. I'm looking for some examples of Apollo projects that utilize an offline (on the computer) database or excel file. Ideally, the ability to do charts and graphs, basically an analysis tool. Anything close or similar that I could use as an example?
Posted by: Bazily at April 6, 2007 5:55 PM
Is there UPS/USPS lib's available anywhere yet? In abstracting this, I'm thinking a Shipping branch or package containing FedExLib, UPSlib, USPSlib, when they each are available. Am I thinking globally enough here?
Posted by: Chris Charlton at June 13, 2007 4:10 PM
I'm thinking a Shipping branch or package containing FedExLib, UPSlib, USPSlib, when they each are available.
Posted by: Bilgisayar at September 17, 2007 2:08 PM
Hi.
I have the same problem as Chris Charlton. Can't find UPS/USPS libraries for my project anywhere. Will be very much appreciated for new info. Thanks.
Posted by: Daniel at September 28, 2007 3:36 PM
Anything close or similar that I could use as an example?
Posted by: Peter at September 29, 2007 3:52 AM
The FedEx classes work just fine locally (many thanks for this); however, 2048 errors abound when run from a server. Apparently, the FedEx crossdomain policies (both test and live servers) only allow the *.fedex.com domain.
Am I correct to assume the only way around this is via proxy? And if so, will we need to modify the FedEx.postRequest method to access fedex via HTTPService as opposed to URLRequest?
Posted by: Derek at August 8, 2008 10:52 AM
Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy (updated 07-14-2009).