Paypal for SlideShowPro
Download the PayPal file from the downloads page, unzip the downloaded SSP_Paypal_Final_V1_10_01.zip file
Open the fla file in Adobe Flash and add an instance of SlideShowPro to the SlideShow Layer
From the Properties TAB set the name to my_ssp, x = 0 and y = 0
Select the “a” layer, this is the action script and you can set currency defaults, for the UK
LCY = “ £”;
CurrCode = “GBP”;
This is the separator for the line details
listsep = “ ~ ”;
Add your PayPal Account Email Address
ppCheckout.business = “YourName@YourPayPalAccount.com”;
Save and Publish ready to FTP to your website
Edit (open with Notepad or WordPad) the Prices file with your own values, you will see that categories 16 – 19 have ship set to 0, this is because they are downloads, shipping_next and shipping_add is for additional postage and packaging of items up to the max_quantity.
