cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic image is not being displayed in Adobe Reader 8.1

Former Member
0 Kudos

Hi,

In interactive form, we have followed below required steps to show a dynamic image.

For the left image, drag and drop an Image Field element from the standard Library tab to the Body Pages pane. Select this image field and edit the following properties:

• Click on the Layout tab and choose None for the Caption position.

• Click on the Object, then the Binding tab and choose None for Default Binding.

• Click on the Field tab, enter $record.SapOnlineShopUrl for the URL entry, and select Use Image Size for the Sizing field.

• Click on the script editor and enter the following FormCalc script statement, which enables the dynamic integration of the image. Show: initialize Script: this.value.image.href = xfa.resolveNode(this.value.image.href).value;

Language: FormCalc Run At: Client

Image is displayed properly in Adobe reader 7.1 but it's not being displayed in Adobe reader 8.1.

I was going through some forums and understand that Adobe 8.1 blocks href URL. If this is indeed true, what's the alternative way to show a dynamic image?

Regards

Chandra

Edited by: Chandrashekhar Singh on Apr 24, 2008 7:28 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

vaibhav_tiwari
Contributor
0 Kudos

Soory, I thought its static image....

Regards,

Vaibhav Tiwari.

Edited by: Vaibhav Tiwari on Apr 24, 2008 11:45 AM

Former Member
0 Kudos

Any thoughts please???