Hi experts!
How can I display an image from a external url, for example "http://www.adobe.com/imageshome/pdfgift_home.gif" ??
I tried to do that:
1. Insert a "Image field"
2. Bind None
3. Embed image data: unselected
4. URL: $record.url
In "url" it's a context's variable. It's type is string. I save in url: http://www.adobe.com/imageshome/pdfgift_home.gif
4. Show: initialize
Script: this.value.image.href = xfa.resolveNode(this.value.image.href).value;
Language: JavaScript
Run at: Client
I can't save image into mimes' folder. It's a bussiness rule in my company.
Thanks
Gustavo Rodriguez