Hi,
is it possible to get the Data of an XML-File, which is set as an pdf-attachment by ActionScript or Javascript? In JavaScript there is the function with calling doc.* ... Can we call this document Information by JS and tunnel it with callAS(..) to my RMA, where the xml-data will be edited? There is a example in the Javascript api reference of Adobe, where useres edit the attachment file, save it new and send it to more people... So is it possible to:
- open an xml-file as attachment
- getting the Data by JS
- sending with callAS(...) to my RMA, where a List shows the xml-data
- later on, by modification within my RMA, save new data to the attachment by tunneling back from AS to JS, and there to the embedded xml-attachment
Curious question, i know, but i hope it can be done...
Greetings
floG23