Need to launch a link via browser from Photoshop action
Hi all, I was using CS6 and made a custom menu with Configurator 4 to create a job workflow.
we updated to PS CC 2019 and configurator is not supported or its menus.
they went to CEP, html or something.. no support.
one of the most useful features i created was a button that opened a webpage via browser by incerting a script in the menu using configurator 4
____script-----------
var strPlugInsFolderDirectory = localize( "$$$/LocalizedFilenames.xml/SourceDirectoryName/id/Extras/[LOCALE]/[LOCALE]_Plug-ins/valu e=Plug-ins" );
var htmlFileName = app.path.toString() + "/" + strPlugInsFolderDirectory + "/Panels/Topps MLB_II/content/index.html";
File(htmlFileName).execute();
---------end----------------
this pointed to an html file on my hard drive that contained an easy open url script.
I don't know how this script works but it did the job, i don't even know what kind of script it is.....
with that being said.
*** I need to have a script that opens a web page via default browser. then make an action to do this.
i found Configurator Reloaded and in the process of making a new menu. but it only supports a script file.
can i make or have to have a stand alone script to import to photoshop or is there an easier way.
any help will be great
Discussion moved from Photoshop to Photoshop Scripting by moderator
