Step 1: Check us out

You don't have to be a member to look at any content on the site. Increase your expertise with our helpful tutorials, videos, forums, and sample PDFs.

Step 2: Sign up for a free account

Like what you see? Take the next step and become a member. Register now to get discounts, attend eSeminars, ask questions and more.

Step 3: Start participating

Get the most out of your membership. Post in the forums, create your profile, submit to the gallery, attend a user group meeting. Log In now.

Acrobat User Community Forums

You are not logged in.     Log in to your AUC account.     Don't have an account? Sign up today

#1 2010-02-01 15:34:43

1stSniff
Member
Registered: 2009-06-23
Posts: 6

Using Flash to Display/Add Images to AcroForm in Acrobat Reader?

One of the most significant challenges that I have run into again and again with Acrobat Forms (Not LiveCycle Designer) is the inability for an end-user with Acrobat Reader to add or modify images (icons) via Javascript. This also seems to be a recurring post on the Acrobat Javascript forum, so I suspect others have run into this challenge as well.

I have not yet had much experience with using RichMedia in Acrobat documents, but am starting to learn more about it now.

My question .... Is it possible to embed a Flash/Shockwave file that will essentially provide a frame where a user with Adobe Reader can either select an image to include in the pdf document (to be printed) or have the images automatically populate from a gallery where user simply saves desired images with a specified name in a specified directory?

Hopefully this question makes sense ... if not, let me know and I will rephrase ...

Thanks in advance!
-Scott


My Product Information:
Acrobat Pro 9.2 / Windows

Offline

 

#2 2010-02-03 16:12:29

lkassuba
Administrator

Registered: 2007-06-28
Posts: 2795

Re: Using Flash to Display/Add Images to AcroForm in Acrobat Reader?

Are you aware that you can do this with a form developed in LiveCycle designer? For more information check out Ted Padova's blog titled Enabling Adobe Reader Users Options for Importing Images on Forms.


Forum Moderator and Community Manager for AcrobatUsers.com

Offline

 

#3 2010-02-03 16:30:00

1stSniff
Member
Registered: 2009-06-23
Posts: 6

Re: Using Flash to Display/Add Images to AcroForm in Acrobat Reader?

I am aware that I can do this in LiveCycle Designer, but there are a number of other considerations that makes Acrobat with Javascript the better overall choice for what I'm trying to accomplish. Everyone on these forums have been great resources, but I can't begin to express how incredibly valuable all of the materials prepared by Ted Padova and Thom Parker have been in my learning process!

I will figure this out, it just may take a while to determine the best solution.

Thanks for your input!
-Scott

Offline

 

#4 2010-02-04 11:07:07

lkassuba
Administrator

Registered: 2007-06-28
Posts: 2795

Re: Using Flash to Display/Add Images to AcroForm in Acrobat Reader?

1stSniff wrote:

I am aware that I can do this in LiveCycle Designer, but there are a number of other considerations that makes Acrobat with Javascript the better overall choice for what I'm trying to accomplish. Everyone on these forums have been great resources, but I can't begin to express how incredibly valuable all of the materials prepared by Ted Padova and Thom Parker have been in my learning process!

I will figure this out, it just may take a while to determine the best solution.

Thanks for your input!
-Scott

Thanks for the feedback -- I'll let Ted and Thom know.


Forum Moderator and Community Manager for AcrobatUsers.com

Offline

 

#5 2010-02-04 11:57:27

UVSAR
Expert

Registered: 2008-10-29
Posts: 564

Re: Using Flash to Display/Add Images to AcroForm in Acrobat Reader?

Acrobat/Reader 9 blocks any access from a SWF to local files, either to read them or create them, so your concept will never work. It's possible to pass simple data (text etc) out from the SWF and use javaScript to paste it into a form field, but you can't do that with binary fields (images etc.). It's intentional, as we can't risk a malicious document writing something to your local drives, or sniffing data from a local file and posting it to the Web.

To quote the security model document:

Local File-System Access
This will be blocked for all SWFs in Acrobat.

File Upload and Download
Using the FileReference to upload a file from the user’s file system to the server is
blocked. Using the same class to download a file from the server to the user’s file
system is blocked for SWFs in Acrobat.

Offline

 

#6 2010-02-07 21:06:04

1stSniff
Member
Registered: 2009-06-23
Posts: 6

Re: Using Flash to Display/Add Images to AcroForm in Acrobat Reader?

Well, I guess the final answer is about what I had expected ... I'm a little disappointed, but it makes sense in large scheme of things ... thanks all!

-Scott

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson