function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Barry LastBarry Last 

External Javascript + Adobe Air

Hi,

Does anyone know if it is possible to connect to salesforce using AJAX Javascript from outside of salesforce? I will not have access to any server side languages as I am hoping to write a AIR desktop application.

I can run it with internal to sales force by using Ajax calls from a HTML S-Control.

I also can make requests from externally through Adobe Air but I have to create a Flex Project as opposed to a Javascript based project so I can use the compiled swc files.

I have searched for solutions and have found the following source files:

http://blogs.nitobi.com/dave/2007/07/18/salesforcecom-air-application/

However when I run them I receive a Cross Site Scripting Error which I understand, and the running example does not work anymore as the version is not supported by Adobe.

Thanks

Barry