i'm working on an adobe air application using flex builder. Inside this
application I use the mxml container in flex to open a pdf form that is
designed using livecycle Designer 8.2. I have exit buttons on the form
that use the following code to close the form:var myDoc =
event.target;myDoc.closeDoc(true);This code works just fine when the
form is opened in acrobat reader but it doesnt work when it is opened
from inside the flex container. Is there any way i can close the form
and the container ...