Tag Archives: paypal

Displaying Paypal IPN payment data in Adobe Flex via AMFPHP

Displaying Paypal IPN payment data in Adobe Flex via AMFPHP This article explains how to access paypal payment data sent from IPN (instant payment notification) to a MySQL database using AMHPHP and displayed in a Flex front-end. The end result … Continue reading

Posted in Flex | Tagged , , , , , , , , , , | 2 Comments

How to sell downloads from your Flex app using payloadz and paypal

I was going to write a full article on this subject, then found the following link: link! Then put the following code inside your flex application: <mx:Script> <![CDATA[ public var dlURL1:String=”http://payloadz.com/go/sip?id=youridnumber”; private function dl1():void { var url2:String = this.dlURL1 var … Continue reading

Posted in Flash, Flex | Tagged , , , , , | 15 Comments

FlexPal CoverFlow Store

This is cool! Combining Doug McCune’s CoverFlow with FlexPal to create a paypal store with iTunes-style display. Sample hereĀ 

Posted in Uncategorized | Tagged , , , , | 1 Comment

Flex and Paypal – Adding a payPal “buy now” button in Flex

Adding a payPal “buy now” button in Flex example I’m in the early stages of developing a paypal shopping cart system in Flex. A cursory glance on the web told me that many of you have questions about this topic. … Continue reading

Posted in Flash, Flex | Tagged , , , , , , | 18 Comments