Situation:
I'm working with Adobe Livecycle ES2 and Flex In our project we show a pdf form inside a flex form with a flex Iframe, so we use the adobe form bridge to communicate between flex and Pdf.
Now the problem: I have a service on livecycle with 2 routes, the first route fills a form with data, appy encryption and the reader extensions so the user can view and compile the empty fields. The second route makes the same as route 1 but i want to display the form in read only mode, so the user cannot edit anything.
I modified the reader extensions operation to do this, leaving checked the Digital Signature only. (the user can see the form and sign).
The first route works perfectly. The second route not...
in the second case the form bridge doesnt work, neither the scripts. It's like livecycle removed all the javascript inside the form.
I'm struck..