[iText-questions] Rich Media Annotation in Adobe Reader X

2010-11-29 Thread die_ekschperten
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

[iText-questions] Rich Media Annotation movie

2010-11-16 Thread die_ekschperten
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

Re: [iText-questions] Rich media annotation activation

2010-11-10 Thread die_ekschperten
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

Re: [iText-questions] Rich media annotation activation

2010-11-05 Thread die_ekschperten
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

Re: [iText-questions] Rich media annotation activation

2010-11-05 Thread die_ekschperten
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,

[iText-questions] Rich media annotation activation

2010-11-04 Thread die_ekschperten
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

[iText-questions] Save and load states of an embed swf

2010-06-17 Thread die_ekschperten
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