Donnez vie à vos documents numériques !
 

Répondre à : Passer une "commande" d’un swf vers acrobat

abracadabraPDF Forums PDF – Général Passer une "commande" d’un swf vers acrobat Répondre à : Passer une "commande" d’un swf vers acrobat

#49817
RANDY ROADS
Invité

voici une réponse obtenue sur un site anglophone.

Yes there is. Use the Rich Media Annotation(RMA) tool (also known as the Flash Tool) to insert the SWF into your PDF.   The SWF will need to be modified to communicate with Acrobat.

This article explains how to do it from Flex, but the ActionScript code is exactly the same in Flash. 

  http://www.acrobatusers.com/tutorials/2 … h_buttons/

Here’s the line of code you want to use in the Flash ActionScript.

ExternalInterface.call(“evel”,”app.launchURL”, “www.yoururl.com”);

Thom Parker
The source for PDF Scripting Info
pdfscripting.com

The Acrobat JavaScript Reference,  Use it Early and Often
http://www.adobe.com/devnet/acrobat/

Last edited by thomp (2008-08-25 12:15:18)