Where are these files can be found?
From javascript_tools_guide.pdf (page 179 BridgeTalk)
" …
and the example code provided with the Adobe ExtendScript SDK.
Example code
The sample code distributed with the Adobe ExtendScript SDK includes these code examples that specifically demonstrate the use of interapplication messaging:
Interapplication messaging
MessagingBetweenApps.jsx
MessageSendingToInDesign.jsx
Shows how to send a message to a Creative Suite application and receive a response.
SendArrayToPhotoshop.jsx
Sends message to Photoshop that creates an array in the target and passes it back to the sender.
SendObjectToPhotoshop.jsx
Sends message to Photoshop that creates a JavaScript object in the target and passes it back to the sender.
SendDOMObjectToPhotoshop.jsx
Sends message to Photoshop that creates a Photoshop object in the target and passes values from it back to the sender.
SaveAsDifferentFileType.jsx
Locates an image file, uses messaging to load it into Photoshop and save it as a different file type …"
Sorry my english is not good enough to find the (red marked) jsx files. Who can help me please?




