Hi,
Is there a possibility to set an array as a parameter in the rma.callAS Function? I tried it the last hours, but i didn´t get it to work.
Code in JS:
RMAs = this.getAnnotsRichMedia(0)
for each (RMA in RMAs)
{
RMA.callAS("updateList", _array);
}
Callback-Method in RMA:
ExternalInterface.addCallback("updateList", updateList);
Methode:
private function updateList(_array:Array) : void
{
...
}
Why isn´t it working? :(
Maybe you have some helping words for me.
Greetings
floG24
What is received on the ActionScript side?
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script