/////////////////////////// //SET-UP /USER VARIABLES /////////////////////////// //Localized path to the Plug-Ins folder var strPlugInsFolderDirectory = localize( "$$$/LocalizedFilenames.xml/SourceDirectoryName/id/Extras/[LOCALE]/[LOCALE]_Plug-ins/value=Plug-ins" ); //Localized path to the HTML file var htmlFileName = app.path.toString() + "/" + strPlugInsFolderDirectory + "/Panels/PanosFX/content/index.html"; // Open the HTML file that redirects to the URL File(htmlFileName).execute();