ykhuda / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

FP 10 beta, save and Loader: security error #2176 #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install FP10 beta
2. make use of a Loader object to get an JPEG or a AVM1 etc... (from the
same domain). No need to add the image to the PDF.
3. save on local disk

What is the expected output? What do you see instead?
The save dialog box don't open... A security error #2176 is raised.

What version of the product are you using? On what operating system?
0.1.4 & 0.1.4.3, win2k

Please provide any additional information below.
Works perfectly if I don't use a Loader in my application.
Maybe it's case of me... but I think it's a flash player issue and I've
posted a message on adobe forum too.
Anyway, someone encounter this issue?

Original issue reported on code.google.com by lionnel....@gmail.com on 26 Jun 2008 at 11:57

GoogleCodeExporter commented 9 years ago
Hi lionel,

Can you provide me an .fla so that I can try it ?

Thanks ;)

Thibault

Original comment by thibault.imbert on 27 Jun 2008 at 7:05

GoogleCodeExporter commented 9 years ago
That's very kind of you ;)

Sorry no .fla, but in the attached file, I put the Flash Develop project I 
use...
Compiled with a recent flex sdk nighty build and alivePDF 1.4.3.

By the way, and to thank you - modestly - I found an issue with bookmarks 
today, and
all you have to do is to cast as integer objects fields (o.parent, p.prev ...) 
when
you write them to the buffer.

Best regards,
Lionnel.

Original comment by lionnel....@gmail.com on 29 Jun 2008 at 9:00

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,

If someone is interested in, this problem came because from a single event (user
click), my application used a loader and then saved a document once the loading 
complete.

So it seems that it is necessary to have two different buttons to separate these
actions: one for loading and another for saving.
However, it doesn't explain why this security error is raised...

Original comment by lionnel....@gmail.com on 15 Jul 2008 at 4:48