|
Flex PayPal Shopping Cart Magic Component
|
|
Flex And AIR Google Analytics Magic Pro Component
|
|
Flex Google Analytics Magic Component
|
|
Flex Universal Paypal Button
|
|
Flash CS3 Universal PayPal Button
|
Contact Us
|
|
Suggest a Flex Component
|
|
Support
|
|
|
| Flex Universal PayPal Button Component
|  |
$40.00 Flex Component
swc file |
$80.00 Flex
Component
swc file + source code |
|
|
|
<description>
Flex Universal Paypal Button component will allow you to easily include Paypal purchases within your Flex App.
With this universal button you no longer have to deal with the nitty gritty of how paypal works. Simply use
and reuse this button and set its native properties to communicate with the Paypal purchasing power and
credit card processing. The two lines of code you
see below is all you need to make it happen.
<flexinmotionPayment:PaypalButton payment_amount="10.00" payment_item_name="My Gismo" payment_business="sales@mybusiness.com" />
Here's a list of all the features you'll get:
The ability to choose the image for the button from the standard Paypal button images or use your own through relative or full url to the image
The ability to decide if you want the Paypal window to open a new window or the same window
You can easily set the return url or place your logo on the Paypal screen pages
<demo>
<FAQ's>
Q: What versions of Flex will this component work with?
A: This component works with Flex 2 and Flex 3.
Q: Does this work with AIR Apps or Flex Apps outside of a browser?
A: Yes.
<how to use example code>
Here's a simple example on how to use the component.
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" height="229" width="265" xmlns:flexinmotionPayment = "com.flexinmotion.payment.*" >
<!-- The following line of code is all you need to have a working Paypal Button. --> <flexinmotionPayment:PaypalButton payment_amount="10.00" payment_item_name="My Gismo" payment_business="sales@mybusiness.com" />
</mx:Application>
|
|
|