Hi everybody !
I'm using ALC Designer 8.2
I m tring to set the url of an image with this command when i click on a button :
Image1.value.#image.href = "http://www.adobe.com/ubi/globalnav/include/adobe-lq.png"
But when i click on the button, the image disappear. it doesn't work.
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
The URL is invalid.
Views
Replies
Total Likes
Sorry but i tried with local file url and web url and it does'nt work.
Any ideas ?
Views
Replies
Total Likes
Hi,
Changing the image url in the runtime in Acrobat/Reader was disabled for security reasons.
The only way to change the image once the form was loaded is to use to assign base64 encoded image to imagefield rawvalue.
Yan.
Views
Replies
Total Likes
Thanks yan. I saw this way to proceed but I don't know how to bind the imagefield rawvalue with xml data connection.
That's why I tried to change the image url with script.
Can you explain me how i can proceed with the imagefield rawvalue ?
Thanks !!
Views
Replies
Total Likes
Hi,
See attached form and data file.
Also if you have a variable storing the string that representing the encoded image you can write something like:
imageField.rawvalue=str;
Yan.
Views
Replies
Total Likes
files:
Views
Replies
Total Likes
Thanks Yan !
You solved my problem !
Views
Replies
Total Likes
I found another solution to load the image from the server during render time using XDP Format in ASP.NET.
Check details here:
http://forums.adobe.com/message/1989034
Tarek.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies