Hey guys,
is it possible to save the state of a flash rich media annotation in a pdf
generated with iText 5.0.5?
I thought it should be possible with the built-in functions
multimedia_saveSettingsString() and multimedia_loadSettingsString(), but that
does not work. When producing the swf and ge
Hey guys,
I have some problems with embedding movies in pdf with Rich Media Annotations.
I have an avi movie file which I'm trying to embed, but it does not work. The
reader's annotation context menu always claims: "Movie not loaded." I am trying
to achieve a movie player in pdf with some contro
Hey Leonard,
sadly I did not get any response from you to my e-mail. Could you please help
me?! Thank you sooo much!
Steven
--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, autho
Damn, how can I directly post my message to one of your posts? Sorry, I do not
understand how these mailing lists work...
"Annotations are associated with pages - so when you switch pages, the
annotations switch. What are you trying to achieve? A "document level" SWF?
Leonard"
Yes, this would
I have read these docs a hundreds time, but everything I have found about that
was on page 79/80 (keywords RichMediaActivation/RichMediaDeactivation). My code
(see below) creates an embed flash which is activated automatically, BUT: When
I flip the page, the flash app reloads (!). So I thought,
Hi,
I have produced a multi-page pdf file with an embed flash annotation on each
pdf page.
When I switch between the pages, the rich media flash annotation reloads every
time, which is very annoying!
Is there a way, to let the annotation being activated with iText or with
scripting?
Greets,
St
Hello,
I am trying to save the states of a swf (embed in pdf) when closing and opening
Acrobat reader (version 9.3). This "should be" possible with acrobat functions
ExternalInterface.call("multimedia_saveSettingsString", string) and
ExternalInterface.call("multimedia_loadSettingsString"). That