Avatar

Level 10

Hi,

I would take this in two steps.

First I would use an Image object to display the PayPal button image. Then I would place a Button object over this, which would contain the following script in its click event:

app.launchURL("http://www.assuredynamics.com", true);

Obviously changing the URL to suit.

Hope that helps,

Niall