var bt = new BridgeTalk;
bt.target = "photoshop","13";
var crud="try{doAction('2012 Design BW','Design' );}catch(e){}";
bt.body =crud;
bt.send();
This worked. I am not sure the variable that has changed. But now its not working? It keeps opening Photoshop CS5. Ugg.
So I open a file and its in CS6 and then it trys to run this action in 5.
I am also no longer getting a result of true. It is now false.
var bt = new BridgeTalk;
bt.target = "photoshop-60.032";
var crud=try{doAction('2012 Design BW','Design' );}catch(e){};
bt.body =crud;
bt.send();
Ok so I thought it worked before. I think it works now. I will have to keep my fingers crossed. I changed the target to photoshop-60.032