i want to open an attachment which is on the internal pdf.
i`v tried
app.openDoc("bass 8kHz 8bit.wav", this);
and
this.openDataObject("bass 8kHz 8bit.wav");
they all doesn't work. is there any way to use a internal attachment in pdf.
My Product Information:
Acrobat Pro 8 / Windows
Offline

this.openDataObject is only for PDF files. Use:
this.getDataObjectContents() to get the file's byte level data.
Use "this.dataObjects" array to get the name of the attachment.
Offline
AcrobatUsers.com >> User Groups • News • Events • Articles • Blogs • How To • Resources • Member Log in