I have created a photoshop plugin. I need to execute a javascript from the plugin itself. I am able to execute the script if I write the script in a seperate jsx file and execute it using its path(filename). But I need a method to execute script if that script is there as a string within the plugin code.
Thanks
921 Views
2 Replies
Latest reply:
Royi A, Aug 19, 2012 7:17 AM
I have found a method ie. "ExecuteScript" to execute javascript directly from the plugin. This method works fine for photoshop cs5 but this method is not supported in cs3. Is there any alternate method in cs3?
Could you develop a filter which creates layers, applies on them some actions using Photoshop's filters (Using 'ExecuteScript') and then continue to work on them?