Adobe Acrobat JavaScript action to launch external media player

January 17, 2010 by Misa · Leave a Comment
Filed under: Adobe, Adobe Acrobat, Adobe Flash, JavaScript 

Question: I have to create an Adobe Acrobat 9 document full of forms with value validations and buttons. Some buttons must launch an external media player to download and play our video files. These files will be uploaded to our website later. Can a PDF doc launch another app or process or file?

Read more

Pass variable from Javascript to PHP

December 13, 2009 by Alex · Leave a Comment
Filed under: HTML, PHP, Web programming, Wordpress 

In my Wordpress project I need to pass info from Javascript to PHP code. I’ve tried with all the known methods but was unable to parse the data. How can I do that?
Read more