Hi All
How can I make a banner in a panel for Photoshop CS4.
I'm looking for a way to script some graphic in Flash CS4 so i'm able to click on it in the panel in Photoshop CS4 and be taken to a html site.
It works like a charm with a button thanks to cromaline:
var strPlugInsFolderDirectory = localize( "$$$/LocalizedFilenames.xml/SourceDirectoryName/id/Extras/[LOCALE]/[L OCALE]_Plu g-ins/value=Plug-ins" );
var htmlFileName = app.path.toString() + "/" + strPlugInsFolderDirectory + "/Panels/panel's name/content/index.html";
File(htmlFileName).execute();
/Brian