I am working on Acrobat javascript api and i am little stuck in one issue when i am trying to do a network connect through Net.HTTP
api it's says Net is not defined
but as per the acrobat javascript api docs this is the class mentioned.
Code
Net.HTTP.request({ cVerb:"GET", cURL:fURL, oHandler: ajaxCallback});
Please help me out.
Thanks