A quick tip that i struggled with while building the calendar pages of the website. When you want to put a paypal link in flash dont bother with trying to code it all over, just use the email link that paypal genarates then put that into
on (release) {
getURL("PAYPAL LINK HERE","_blank");
}
No comments:
Post a Comment