J'ai trouvé "le code" qu'il faut ceci dit ça a pas l'air de marcher (chez moi du moins)
*faire un bouton tout simple et mettre ce code(enfin je crois)
CODE
on (press) {
var paypal = new LoadVars();
var link:String = "https://www.paypal.com/cgi-bin/webscr";
var cmd:String = "_s-xclick";
var encrypted:String = "code fournis par paypal voir sur paypal.fr, rubrique donation"
//
paypal.cmd = "_xclick";
paypal.donation = "monEmail_AT_free.fr";
paypal.encrypted = "encrypted";
paypal.send("https://www.paypal.com/cgi-bin/webscr","_blank","post");
//[
}
var paypal = new LoadVars();
var link:String = "https://www.paypal.com/cgi-bin/webscr";
var cmd:String = "_s-xclick";
var encrypted:String = "code fournis par paypal voir sur paypal.fr, rubrique donation"
//
paypal.cmd = "_xclick";
paypal.donation = "monEmail_AT_free.fr";
paypal.encrypted = "encrypted";
paypal.send("https://www.paypal.com/cgi-bin/webscr","_blank","post");
//[
}
Le soucis est que j'ai une erreur "'email" qui ne devrait pas arriver à mon sens
Bref si quelq'un peut m'aider merci
