Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Livecycle issue

Avatar

Level 1

I am using livecycle to creat writeable pdf's.  I would like to insert a paypal button so clients can link directly to Paypal.  When I insert the image the url links back to my desktop.  When I change the url, the image disappears.  How can I insert a picture/image and have it link to an outside website instead of my desktop?

1 Reply

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